@charset "UTF-8";
/******************************************************
        PCサイト用
******************************************************/
@media screen and (min-width: 980px) {
/* 共通設定 */
/* 不要なパディングの打ち消し */
#contents_wrapper {
    padding: 0;
}  
#bread {
    padding: 0 50px;
}
.pagetop {
    padding: 0 50px;
}

header {
    z-index: 10;
    background: #ffffff;
}

footer {
    padding: 0 50px;
}

/******************************************************/
/* サービス */
/******************************************************/
#SERVICEPAGE {
    padding: 0;
}

#SERVICEPAGE .jost {
    font-family: "Jost", sans-serif;
}

/* サービス一覧 */
#SERVICEPAGE #service_message {
    padding: 70px 60px 50px;
    margin: 0 auto;
}

#SERVICEPAGE #service_message h1 {
    display: block;
    margin: 0 auto;
    color: #0D0116;
    font-size: 38px;
}

#SERVICEPAGE #service_message h1 .main {
    text-decoration: underline;
    text-underline-offset:9px;
    text-decoration-thickness: 2px;
}

#SERVICEPAGE #service_message h1 .sub {
    font-size: 24px;
    display: block;
    margin: 0 auto 21px;
    text-decoration: none;
    font-weight: 500;
    text-transform: none;
}

#SERVICEPAGE #service_message p {
    font-size: 15px;
    line-height: 2;
    color: #0D0116;
    margin: 46px 0 0;
}

/* ３つの特徴 */
#SERVICEPAGE #service_feature {
    padding: 100px 0 100px 0;
    background: #F4F4F4;
    border-radius: 30px 0 30px 0;
    margin: 0 0 0 20px;
}

#SERVICEPAGE #service_feature h2 {
    font-size: 56px;
    color: #0D0116;
    text-align: left;
    margin-bottom: 37px;
    font-weight: 500;
    letter-spacing: 0;
    padding-left: 45px;
}

#SERVICEPAGE #service_feature h2 .sub {
    font-size: 16px;
    letter-spacing: 0.08em;
    display: block;
    margin-bottom: 10px;
}

#SERVICEPAGE #service_feature .feature_wrap {
    display: flex;
    gap: 25px;
    padding:0 50px;
}


#SERVICEPAGE #service_feature .feature_wrap li {
    background: #FFFFFF;
    border-radius: 7px;
    color: #0D0116;
    padding: 30px 30px 20px;
    width: 100%;
}


#SERVICEPAGE #service_feature .feature_wrap li .number {
    font-size: 22px;
    font-weight: 500;
}

#SERVICEPAGE #service_feature .feature_wrap li h3 {
    font-size: 24px;
    color: #000000;
    font-weight: 700;
    margin: 20px 0 13px;
}

#SERVICEPAGE #service_feature .feature_wrap li p {
    font-size: 15px;
}


/* 事業紹介 */
#SERVICEPAGE #business_content {
    padding: 200px 0 0 0;
    color: #0D0116;
    margin: 0 auto;
    overflow: hidden;
}


#SERVICEPAGE #business_content .title_wrap {
    padding: 0 50px 0 96px;
    position: relative;
    margin-bottom: 190px;
    text-align: right;
    margin-left: 70px;
}

#SERVICEPAGE #business_content .title_wrap h2 {
    margin: auto;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    font-weight: 500;
    font-size: 56px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    letter-spacing: 0;
}

#SERVICEPAGE #business_content .title_wrap h2 .sub {
    display: block;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    margin-bottom: 8px;
}


#SERVICEPAGE #business_content .title_wrap img {
    position: relative;
    z-index: -1;
    width: 100%;
    height: auto;
}

/* 各実績紹介エリア */
#SERVICEPAGE #business_content .content_wrap {
    margin-bottom: 200px;   
}

#SERVICEPAGE #business_content .content_wrap .explain_wrap {
    display: flex;
    justify-content: space-between;
    color: #0D0116;
    margin: 0 auto;
    padding:0 58px 0 70px;
}

#SERVICEPAGE #business_content .content_wrap .explain_wrap h3 {
    font-weight: 700;
    font-size: 36px;
    margin: 0;
    white-space: nowrap;
    width: 50%;
}

#SERVICEPAGE #business_content .content_wrap .explain_wrap h3 .semibold {
    font-weight: 600;
}

#SERVICEPAGE #business_content .content_wrap .explain_wrap h3 .sub {
    font-size: 20px;
    color: #0D01164D;
    display: block;
    margin-top: 15px;
    font-weight: 500;
}

#SERVICEPAGE #business_content .content_wrap .explain_wrap .explain {
    width: 51.3%;
}

#SERVICEPAGE #business_content .content_wrap .explain_wrap .explain .upper{
    font-size: 15px;
    line-height: 1.6;
    border-bottom: 1px solid #0D0116;
    padding-bottom: 28px;
    margin-bottom: 26px;
}

#SERVICEPAGE #business_content .content_wrap .slider_area {
    margin: 102px 0 0;
    width: 1100px;
}

#SERVICEPAGE #business_content .content_wrap .slider_area .swiper {
    padding-left: 40px;    
    overflow: visible;
}

/* PC表示ではページネーションが不要なので非表示に */
#SERVICEPAGE #business_content .content_wrap .slider_area .swiper-pagination {
    display: none;
}

#SERVICEPAGE #business_content .content_wrap .slider_area .swiper-wrapper {
    padding: 20px 20px 168px 20px;
}

#SERVICEPAGE #business_content .content_wrap .slider_area .swiper-slide {
    border-radius: 7px;
    overflow: visible;
    width: 325px !important;
    margin: 0 10px !important;
}

#SERVICEPAGE #business_content .content_wrap .slider_area .swiper-slide a {
    text-decoration: none;
}

#SERVICEPAGE #business_content .content_wrap .slider_area .swiper-slide dt a img {
    width: 325px;
    height: 202px;
    object-fit: cover;
    box-shadow: 0px 5px 18px #00000029;
    display: block;
    border-radius: 7px;
}

#SERVICEPAGE #business_content .content_wrap .slider_area .swiper-slide dd {
    margin-top: 16px;
}

#SERVICEPAGE #business_content .content_wrap .slider_area .swiper-slide dd a {
    font-size: 16px;
    font-weight: 700;
    margin: 14px 0 0;
}

#SERVICEPAGE #business_content .content_wrap .slider_area .swiper-slide dd .workslist {
    font-size: 12px;
    line-height: 1.65;
    position: relative;
    color: #76767A;
    display: flex;
    flex-wrap: wrap;
}

#SERVICEPAGE #business_content .content_wrap .slider_area .swiper-slide dd .workslist li::after {
    content: "/";
    display: inline;
    margin: 0 0.75em;
    color: #ccc;
}

#SERVICEPAGE #business_content .content_wrap .slider_area .swiper-slide dd .workslist li:nth-last-of-type(1):after {
    display: none;
}

#SERVICEPAGE #business_content .content_wrap .slider_area .swiper-button-prev {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    box-shadow: 0px 1px 8px #C9C9C9;
    top: auto;
    bottom: 64px;
    left: 73px;
    background: #FFFFFF;
}

#SERVICEPAGE #business_content .content_wrap .slider_area .swiper-button-prev::after {
    content: "";
    width: 9px;
    height: 9px;
    border-left: solid 2px #707070;
    border-bottom: solid 2px #707070;
    transform: rotate(45deg);
}

#SERVICEPAGE #business_content .content_wrap .slider_area .swiper-button-next {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    box-shadow: 0px 1px 8px #C9C9C9;
    top: auto;
    bottom: 64px;
    left: 149px;
    background: #FFFFFF;
}

#SERVICEPAGE #business_content .content_wrap .slider_area .swiper-button-next::after {
    content: "";
    width: 9px;
    height: 9px;
    border-right: solid 2px #707070;
    border-bottom: solid 2px #707070;
    transform: rotate(-45deg);
}

#SERVICEPAGE #business_content .content_wrap .button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 250px;
    height: 60px;
    border-radius: 100vh;
    background: #0D0116;
    margin: -69px 60px 0 auto;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    box-shadow: 0px 5px 15px #C9C9C9;
    position: relative;
    z-index: 100;
}

#SERVICEPAGE #business_content .content_wrap#photo_works .swiper-slide a {
    width: 325px;
    height: 202px;
    display: block;
}

#SERVICEPAGE #business_content .content_wrap#photo_works .swiper-slide a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 7px;
    box-shadow: 0px 5px 18px #00000029;

}

/* SNS運用代行 */
#SERVICEPAGE #business_content #sns_operation.content_wrap {
    margin-bottom: 120px;
}

#SERVICEPAGE #business_content #sns_operation.content_wrap .button {
    margin-top: 93px;
    color: #0D0116;
    background: #FFFFFF;
    box-shadow: 0px 1px 8px #C9C9C9;
}

/* 制作開始までの流れ */
#SERVICEPAGE #service_flow {
    /* max-width: 1140px; */
    margin: 0 auto 120px;
    padding:0 58px 0 70px;
} 

#SERVICEPAGE #service_flow h2 {
    font-size: 56px;
    color: #0D0116;
    text-align: left;
    margin-bottom: 30px;
    font-weight: 500;
    letter-spacing: 0;
}

#SERVICEPAGE #service_flow h2 .sub {
    font-size: 16px;
    letter-spacing: 0.08em;
    display: block;
    margin-bottom: 6px;
}

#SERVICEPAGE #service_flow .main_explain {
    font-size: 15px;
    color: #0D0116;
    margin-bottom: 55px;
}

#SERVICEPAGE #service_flow .flow_list {
    display: flex;
    column-gap: 40px;
}

#SERVICEPAGE #service_flow .flow_list li {
    width: 100%;
    color: #0D0116;
    position: relative;
}

#SERVICEPAGE #service_flow .flow_list li::before {
    content: "";
    width: 50%;
    height: 1px;
    background: #0D0116;
    position: absolute;
    top: 39px;
    left: -20px;
    z-index: -1;
}

#SERVICEPAGE #service_flow .flow_list li:nth-of-type(1)::before {
    display: none;
}

#SERVICEPAGE #service_flow .flow_list li::after {
    content: "";
    width: 50%;
    height: 1px;
    background: #0D0116;
    position: absolute;
    top: 39px;
    right: -20px;
    z-index: -1;
}

#SERVICEPAGE #service_flow .flow_list li:nth-last-of-type(1)::after {
    display: none;
}


#SERVICEPAGE #service_flow .flow_list li .number {
    border: solid 1px #0D0116;
    background: #FFFFFF;
    font-weight: 600;
    font-size: 28px;
    border-radius: 100%;
    width: 78px;
    height: 78px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1;
    margin: auto;
}

#SERVICEPAGE #service_flow .flow_list li .number.reverse_color {
    background: #0D0116;
    color: #FFFFFF;
}

#SERVICEPAGE #service_flow .flow_list .number .sub {
    font-size: 14px;
}

#SERVICEPAGE #service_flow .flow_list li h3 {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    margin-top: 34px;
}

#SERVICEPAGE #service_flow .flow_list li .text {
    font-size: 15px;
    line-height: 1.87;
}

#SERVICEPAGE #service_flow .button {
    width: 350px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px auto 0;
    background: #0D0116;
    color: #FFFFFF;
    font-size: 16px;
    border-radius: 100vh;
    text-decoration: none;
    box-shadow: 0px 5px 15px #C9C9C9;
}

/* よくある質問 */
#SERVICEPAGE #service_faq {
    background: #F4F4F4;
    border-radius: 30px 0 30px 0;
    padding: 100px 50px;
    margin: 0 auto 0 20px;
}

#SERVICEPAGE #service_faq h2 {
    font-size: 56px;
    color: #0D0116;
    text-align: left;
    font-weight: 500;
    letter-spacing: 0;
    margin-bottom: 50px;
}

#SERVICEPAGE #service_faq h2 .sub {
    font-size: 16px;
    letter-spacing: 0.08em;
    display: block;
    margin-bottom: 5px;
}

#SERVICEPAGE #service_faq .question_wrap {
    display: flex;
    column-gap: 40px;
}

#SERVICEPAGE #service_faq .faq_list .question button {
    background: none;
    border: none;
    text-align: left;
    width: 100%;
    height: 100%;
    display: inline-block;
    padding: 26px 25px 18px 25px;
    color: #0D0116;
}

#SERVICEPAGE #service_faq .question_wrap .left,
#SERVICEPAGE #service_faq .question_wrap .right {
    width: 100%;
}

#SERVICEPAGE #service_faq .faq_list {
    display: flex;
    flex-wrap: wrap;
    row-gap: 15px;
}

#SERVICEPAGE #service_faq .faq_list li {
    width: 100%;
    color: #0D0116;
}

#SERVICEPAGE #service_faq .faq_list .question {
    background: #FFFFFF;
    position: relative;
    text-align: left;
    cursor: pointer;
    border-radius: 7px;
}

#SERVICEPAGE #service_faq .faq_list .question.active {
    border-radius: 7px 7px 0 0;
}

#SERVICEPAGE #service_faq .faq_list .question .text_wrap {
    font-size: 16px;
    padding: 0 45px 0 44px;
    display: inline-block;
    position: relative;
    font-weight: 700;
    line-height: 1.5;
}

#SERVICEPAGE #service_faq .faq_list .question .question_trigger {
    position: absolute;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    background: #EEEEEE;
    border: none;
    right: 25px;
    transform: translateY(-50%);
    top: 50%;
}
    
#SERVICEPAGE #service_faq .faq_list .question .question_trigger::before {
    content: "";    
    width: 14px;
    height: 2px;
    background: #000000;
    display: block;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
}

#SERVICEPAGE #service_faq .faq_list .question .question_trigger::after {
    content: "";    
    width: 2px;
    height: 14px;
    background: #000000;
    display: block;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
}

#SERVICEPAGE #service_faq .faq_list .question.active .question_trigger::after{
    display: none;
}

#SERVICEPAGE #service_faq .faq_list .question .text_wrap::before {
    content: "Q";
    font-size: 24px;
    color: #0D0116;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 1;
    font-weight: 500;
    font-family: "Jost", sans-serif;
}

#SERVICEPAGE #service_faq .faq_list .answer {
    display: none;
    background: #FFFFFF;
    padding: 19px 25px 23px 27px;
    margin-top: 3px;
    position: relative;
    text-align: left;
    border-radius: 0 0 7px 7px;
}

#SERVICEPAGE #service_faq .faq_list .answer .text_wrap {
    font-size: 15px;
    padding: 0 44px;
    position: relative;
    font-weight: 500;
    display: inline-block;
    line-height: 1.4;
}

#SERVICEPAGE #service_faq .faq_list .question.active + .answer {
    display: block;
}

#SERVICEPAGE #service_faq .faq_list .answer .text_wrap::before {
    content: "A";
    font-size: 24px;
    color: #0D0116;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 1;
    font-weight: 500;
    font-family: "Jost", sans-serif;
}


}
