@charset "UTF-8";
/******************************************************
        スマホ用
******************************************************/
@media screen and (max-width: 767px) {

/******************************************************/
/* サービス */
/******************************************************/
#SERVICEPAGE {
    padding: 0;
}

#SERVICEPAGE .jost {
    font-family: "Jost", sans-serif;
}

/* サービス一覧 */
#SERVICEPAGE #service_message {
    padding: 33px 20px 45px;
}

#SERVICEPAGE #service_message h1 {
    display: block;
    margin: 0 auto;
    color: #0D0116;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0;
    padding-bottom: 0;
}

#SERVICEPAGE #service_message h1 .main {
    text-decoration: underline;
    text-underline-offset:6px;
    text-decoration-thickness: 2px;
}

#SERVICEPAGE #service_message h1 .sub {
    font-size: 16px;
    display: block;
    margin: 0 auto;
    line-height: 1;
    text-decoration: none;
    font-weight: 500;
    text-transform: none;
}

#SERVICEPAGE #service_message p {
    font-size: 15px;
    line-height: 1.8;
    color: #0D0116;
    margin-top: 40px;
}

/* Feature ３つの特徴 */
#SERVICEPAGE #service_feature {
    padding: 60px 20px;
    background: #F4F4F4;
    margin: 0;
    
}

#SERVICEPAGE #service_feature h2 {
    font-size: 36px;
    color: #0D0116;
    text-align: left;
    margin-bottom: 40px;
    font-weight: 500;
    letter-spacing: 0;
}

#SERVICEPAGE #service_feature h2 .sub {
    font-size: 14px;
    letter-spacing: 0.04em;
    display: block;
    margin-bottom: 5px;
}

#SERVICEPAGE #service_feature .feature_wrap {
    display: flex;
    flex-direction: column;
    gap: 28px;
}


#SERVICEPAGE #service_feature .feature_wrap li {
    background: #FFFFFF;
    border-radius: 5px;
    color: #0D0116;
    padding: 20px 28px 15px;
}

#SERVICEPAGE #service_feature .feature_wrap li .number {
    font-size: 20px;
    font-weight: 500;
}

#SERVICEPAGE #service_feature .feature_wrap li h3 {
    font-size: 20px;
    color: #000000;
    font-weight: 700;
    margin: 0 0 16px;
}

#SERVICEPAGE #service_feature .feature_wrap li p {
    font-size: 15px;
}

/* 事業紹介 */
#SERVICEPAGE #business_content {
    padding: 90px 0 0;
}

#SERVICEPAGE #business_content .title_wrap {
    margin: 0 0 55px;
    max-width: 100%;
}

#SERVICEPAGE #business_content .title_wrap h2 {
    font-size: 36px;
    color: #0D0116;
    text-align: left;
    margin-bottom: 53px;
    padding: 0 20px;
    font-weight: 700;
    letter-spacing: 0;
}

#SERVICEPAGE #business_content .title_wrap h2 .sub {
    display: block;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    letter-spacing: 0;
    margin-top: 9px;
}

#SERVICEPAGE #business_content .title_wrap img {
    width: 100%;
    height: auto;
}

/* 各実績紹介エリア */
#SERVICEPAGE #business_content .content_wrap {
    margin-bottom: 95px;
    color: #0D0116;
}

#SERVICEPAGE #business_content .content_wrap .explain_wrap {
    padding: 0 20px;
}

#SERVICEPAGE #business_content .content_wrap .explain_wrap h3 {
    font-weight: 700;
    font-size: 24px;
    color: #0D0116;
    margin-bottom: 23px;
}

#SERVICEPAGE #business_content .content_wrap .explain_wrap h3 .sub {
    display: block;
    /* padding-left: 20px; */
    font-size: 15px;
    font-weight: 500;
    position: relative;
    margin-top: 8px;
    color: #0D01164D;
}

#SERVICEPAGE #business_content .content_wrap .explain_wrap .explain{
    margin-bottom: 30px;
}

#SERVICEPAGE #business_content .content_wrap .explain_wrap .explain .upper{
    font-size: 15px;
    line-height: 1.8;
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 1em;
    margin-bottom: 1em;
}

#SERVICEPAGE #business_content .content_wrap .explain_wrap .explain .lower dt {
    font-size: 15px;
    font-weight: 700;
} 

#SERVICEPAGE #business_content .content_wrap .explain_wrap .explain .lower dd {
    font-size: 14px;
}

#SERVICEPAGE #business_content .content_wrap .slider_area {
    padding-top: 30px;
    margin-bottom: 17px;
    position: relative;
    overflow-x: hidden;
}

/* スライド切り替えボタンはスマホで不要なので非表示に */
#SERVICEPAGE #business_content .content_wrap .slider_area .swiper-button-next,
#SERVICEPAGE #business_content .content_wrap .slider_area .swiper-button-prev {
    display: none;
}

#SERVICEPAGE #business_content .content_wrap .slider_area .swiper-pagination {
    width: 60px;
    height: 22px;
    position: absolute;
    border-top: 2px solid #0D0116;
    border-left: 2px solid #0D0116;
    border-top-left-radius: 10px;
    line-height: 1;
    top: 0;
    right: 20px;
    left: auto;
    font-weight: 500;
    padding-top: 5px;
}

#SERVICEPAGE #business_content .content_wrap .slider_area .swiper {
    padding: 11px 16px;
}

#SERVICEPAGE #business_content .content_wrap .slider_area .swiper-slide img{
    width: 100%;
    height: auto;
    box-shadow: 0px 4px 10px #0125691A;
    border-radius: 5px;
    aspect-ratio: 310 / 193;
    object-fit: cover;
}

#SERVICEPAGE #business_content .content_wrap .slider_area .swiper-slide a {
    text-decoration: none;
}

#SERVICEPAGE #business_content .content_wrap .slider_area .swiper-slide dd a {
    font-size: 16px;
    font-weight: 700;
    margin-top: 24px;
    display: inline-block; 
}

#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 .button {
    width: 240px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border-radius: 100vh;
    color: #FFFFFF;
    background: #0D0116;
    font-size: 14px;
    text-decoration: none;
    box-shadow: 0px 5px 15px #C9C9C9;
}


/* SNS運用代行 */
#SERVICEPAGE #business_content #sns_operation.content_wrap .button {
    color: #0D0116;
    background: #FFFFFF;
    box-shadow: 0px 5px 15px #C9C9C9;
}

/* 制作開始までの流れ */
#SERVICEPAGE #service_flow {
    margin-bottom: 85px;
    padding: 0 20px;
} 

#SERVICEPAGE #service_flow h2 {
    font-size: 36px;
    color: #0D0116;
    text-align: left;
    margin-bottom: 42px;
    font-weight: 500;
    letter-spacing: 0;
}

#SERVICEPAGE #service_flow h2 .sub {
    font-size: 14px;
    letter-spacing: 0.04em;
    display: block;
    margin-bottom: 5px;
}

#SERVICEPAGE #service_flow .main_explain {
    padding-bottom: 20px;
}


#SERVICEPAGE #service_flow .flow_list {
    display: flex;   
    flex-direction: column;
    gap: 32px;
}


#SERVICEPAGE #service_flow .flow_list li {
    position: relative;
    padding: 16px 0 0  80px;
    color: #0D0116;
}

#SERVICEPAGE #service_flow .flow_list li .number {
    border: solid 1px #0D0116;
    background: #FFFFFF;
    font-weight: 500;
    font-size: 20px;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1;
    margin: 0 auto;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
}

#SERVICEPAGE #service_flow .flow_list li .number .sub {
    font-size: 12px;
}

#SERVICEPAGE #service_flow .flow_list li::after {
    content: "";
    width: 1px;
    height: 100%;
    background: #0D0116;
    position: absolute;
    top: 35px;
    left: 30px;
    z-index: -1;
}

#SERVICEPAGE #service_flow .flow_list li:nth-last-of-type(1)::after {
    display: none;
}

#SERVICEPAGE #service_flow .flow_list li h3 {
    font-weight: 700;
    font-size: 20px;
    margin:0 0 15px;    
}

#SERVICEPAGE #service_flow .flow_list li .text {
    font-size: 15px;
    line-height: 1.73;
    
}   

#SERVICEPAGE #service_flow .flow_list li .button {
    width: 240px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    text-decoration: none;
    background: #0D0116;
    border-radius: 100vh;
    margin-top: 3px;
    box-shadow: 0px 5px 15px #C9C9C9;
}

#SERVICEPAGE #service_flow .flow_list li .reverse_color {
    background: #0D0116;
    color: #FFFFFF;
}

/* よくある質問 */
#SERVICEPAGE #service_faq {
    padding: 60px 20px;
    background: #F4F4F4;
    margin: 0;
}


#SERVICEPAGE #service_faq h2 {
    font-size: 36px;
    color: #0D0116;
    text-align: left;
    margin-bottom: 40px;
    font-weight: 500;
    letter-spacing: 0;
}

#SERVICEPAGE #service_faq h2 .sub {
    font-size: 14px;
    letter-spacing: 0.04em;
    display: block;
    margin-bottom: 5px;
}

#SERVICEPAGE #service_faq .question_wrap {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

#SERVICEPAGE #service_faq .faq_list {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

#SERVICEPAGE #service_faq .faq_list {
    color: #0D0116;
}

#SERVICEPAGE #service_faq .faq_list .question {
    background: #FFFFFF;
    position: relative;
}

#SERVICEPAGE #service_faq .faq_list .question button {
    background: none;
    border: none;
    text-align: left;
    padding: 19px 47px 19px 20px;
    width: 100%;
    height: 100%;
    color: #0D0116;
}

#SERVICEPAGE #service_faq .faq_list .question .text_wrap {
    font-size: 16px;
    padding: 0 23px;
    display: inline-block;
    position: relative;
    font-weight: 700;
}

#SERVICEPAGE #service_faq .faq_list .question .question_trigger {
    position: absolute;
    width: 29px;
    height: 29px;
    border-radius: 100%;
    background: #EEEEEE;
    border: none;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
}

#SERVICEPAGE #service_faq .faq_list .question .question_trigger::before {
    content: "";    
    width: 16px;
    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: 16px;
    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: 20px;
    color: #0D0116;
    position: absolute;
    left: 0;
    top: 3px;
    bottom: 0;
    line-height: 1;
    font-weight: 500;
    font-family: "Jost", sans-serif;
}

#SERVICEPAGE #service_faq .faq_list .answer {
    display: none;
    background: #FFFFFF;
    padding: 19px 47px 19px 20px;
    margin-top: 2px;
    position: relative;
}

#SERVICEPAGE #service_faq .faq_list .answer .text_wrap {
    font-size: 15px;
    padding: 0 23px;
    position: relative;
    font-weight: 500;
    display: inline-block;
    line-height: 1.47;
}

#SERVICEPAGE #service_faq .faq_list .question.active + .answer {
    display: block;
}

#SERVICEPAGE #service_faq .faq_list .answer .text_wrap::before {
    content: "A";
    font-size: 20px;
    color: #0D0116;
    position: absolute;
    left: 0;
    top: 3px;
    bottom: 0;
    line-height: 1;
    font-weight: 500;
    font-family: "Jost", sans-serif;
}





}
