@charset "utf-8";
/* リセット */
html,
body,
header,
footer,
main,
section,
h1,
h2,
h3,
ul,
li,
p,
dl,
dt,
dd {
    margin: 0;
    padding: 0;
    line-height: 1;
    letter-spacing: .1em;
    color: #333333;
    font-family:'Noto Sans JP', sans-serif, 'Century Gothic', 游ゴシック体, YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 游ゴシック, 'Yu Gothic', メイリオ, Meiryo;
    font-size: 15px;
    font-weight: normal;
    font-feature-settings: "palt";
}

a {
    /*下線を消す*/
    text-decoration: none;
    /*色を消す*/
    color: inherit;
    transition: 0.3s;
}

a:hover {
    opacity: 0.5;
}

ul {
    /*左の「・」を消す*/
    list-style: none;
}

img {
    max-width: 100%;
    vertical-align: bottom;
    border: none;
}

body {
    background-color: #ffffff;
}

/* メインビジュアル */
#top_main {
    background-image: url(../images/pc_mainvisual_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.nav_box {
    width: 100%;
    position: fixed;
    z-index: 100;
    padding-bottom: 16px;
    top: 0;
    left: 0;
}

.change-backgroundimage {
    background-image: url(../images/pc_lowerpage_topbg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: 0.3s;
  }

.nav_box_inner {
    display: flex;
    justify-content: space-between;
    align-items: end;
    padding-top: 16px;
    max-width: 1000px;
    margin: 0 auto;
    width: 89.3%;
}

.logo {
    line-height: 24px;
    font-family: futura-pt,sans-serif;
    letter-spacing: 0.1em;
    color: #ffffff;
}

.pc_nav {
    font-family: futura-pt,sans-serif;
    letter-spacing: 0.06em;
    font-weight: bold;
    text-align: right;
}

.pc_nav ul li {
    margin-right: 20px;
}

.pc_nav ul li:last-child {
    margin-right: 0;
}

.pc_menu {
    display: flex;
    margin-top: 10px;
    
}

.pc_menu li {
    color: #ffffff;
    font-family: futura-pt,sans-serif;
    letter-spacing: 0.06em;
    font-weight: normal;
    text-align: right;
}

.sns_icon img{
    width: 24px;
}

.topmain_logo {
    width: 37.9%;
    margin: 0 auto;
    animation-name: fadeInAnime;
    animation-fill-mode:forwards;
    animation-duration:3s;
    animation-iteration-count:1;
    animation-timing-function:ease;
    animation-delay: 0.5s;
    animation-direction:normal;
}


@keyframes fadeInAnime{
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.topmain_logo img {
    width: 100%;
    margin-top: 36vh;
    margin-bottom: 26px;
    z-index: 100;
}

.topmain_subtext {
    width: 100%;
    margin: 0 auto;
    font-family: futura-pt,sans-serif;
    font-size: 20px;
    text-align: center;
    letter-spacing: 0.1em;
    color: #ffffff;
}

.main_visual {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    /* ここを基準位置にする */
    height: 100vh;
}

.scroll {
    color: #ffffff;
    letter-spacing: 0.1em;
    position: absolute;
    /* 基準位置に対して基準を指定 */
    right: 12.3%;
    bottom: 151px; 
}

.nav_scroll {
    font-family: futura-pt,sans-serif;
    position: relative;
    color: #ffffff;
    transform: rotate(270deg);
}

.nav_scroll::after {
    content: "";
    position: absolute;
    color: #ffffff;
    background: #ffffff;
    height: 1px;
    width: 64px;
    display: block;
    position: relative;
    right: 82px;
    bottom: 8px;
}

/* Service */

#service {
    width:  100%;
    margin-bottom: 100px;
}

#service h2 {
    text-align: center;
    font-family: futura-pt,sans-serif;
    font-weight: bold;
    letter-spacing: 0.16em;
    font-size: 32px;
    margin: 0px auto 67px;
    padding-top: 140px;
    color: #2050B6;
}

.service_inner {
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    width: 89.3%;
}

.service_inner li {
    width: 29.2%;
    margin-right: 4.5%;
    text-align: center;
}

.service_inner li:last-child {
    margin-right: 0;
}

.service_iconbox {
    background: linear-gradient(-45deg, #2050B6, #54CCFD);
    width: 200px;
    height: 200px;
    border-radius: 50%;
    position: relative;
    margin: 0 auto;
}

.service_iconbox_inner {
    background: #ffffff;
    width: 196px;
    height: 196px;
    border-radius: 50%;
    position: relative;
    top: 2px;
    left: 2px;
}


.service_inner img {
    width: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}


.service_inner h3 {
    font-size: 18px;
    font-weight: bold;
    color: #2050B6;
    margin: 30px auto 30px;
}

.service_inner p {
    text-align: justify;
    overflow-wrap: break-word;
    font-size: 16px;
    line-height: 1.75em;
}

/* Works */

#works {
    width:  100%;
    /* background-color: #EFEFF0; */
    background: rgba(239, 239, 240, 0.9);
    background-image: url(..images/pc_worksbg_texture.png);
}

#works h2 {
    text-align: center;
    font-family: futura-pt,sans-serif;
    font-weight: bold;
    letter-spacing: 0.16em;
    font-size: 32px;
    margin: 0 auto 85px;
    padding-top: 100px;
    color: #2050B6;
}

.top_works {
    max-width: 1000px;
    margin: 0 auto;
    width: 89.3%;
}

.topworks_list {
    display: flex;
    justify-content: space-between;
    margin-top: 64px;
    flex-wrap: wrap;
}

.topworks_list li {
    width: 46.2%;
    margin-bottom: 64px;
}


.workslist_client {
    margin-top: 16px;
    font-size: 18px;
    font-weight: bold;
    color: #2050B6;
}

.workslist_category {
    margin-top: 8px;
    color: #929FBA;
}

.works_morebtn_div{
    width: 281px;
    margin: 64px auto 0;
    padding-bottom: 100px;
}


.works_morebtn p{
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.works_morebtn a{
    color: #2050B6;
    border: 1px solid #2050B6;
    border-radius: 32px;
    padding: 19.5px 98px;
    letter-spacing: 0.2em
}

/* About */

#about {
    width:  100%;
}

#about h2 {
    text-align: center;
    font-family: futura-pt,sans-serif;
    font-weight: bold;
    letter-spacing: 0.16em;
    font-size: 32px;
    margin: 0px auto 72px;
    color: #2050B6;
    padding-top: 140px;
}

.about_inner {
    max-width: 1000px;
    margin: 0 auto;
    width: 89.3%;
}

.about_name {
    font-size: 24px;
    letter-spacing: 0.26em;
}

.about_name_en {
    font-size: 16px;
    letter-spacing: 0.43em;
    margin-top: 8px;
}

.about_me {
    line-height: 1.6;
    margin-top: 48px;
}

.about_soft {
    margin-top: 56px;
    line-height: 1.3;
}

.about_soft span{
    font-family: futura-pt,sans-serif;
    margin-left: 4px;
}

/* Contact */

#contact {
    max-width: 1000px;
    margin: 105px auto;
    text-align: center;
    background-color: #EFEFF0;
}

#contact h2 {
    text-align: center;
    font-family: futura-pt,sans-serif;
    font-weight: bold;
    letter-spacing: 0.16em;
    font-size: 32px;
    margin: 0px auto 53px;
    padding-top: 64px;
    color: #2050B6;
}

.contact_text {
    font-size: 18px;
}

.contact_subtext {
    font-size: 15px;
    margin-top: 16px;
}

.contact_btn {
    margin: 69px auto 0;
    padding-bottom: 92px;
}

.contact_btn a{
    letter-spacing: 0.2em;
    font-weight: bold;
    color: #ffffff;
    align-items: center;
    background: linear-gradient(90deg, #F0BB43 0%, #F06A43 100%);
    border-radius: 32px;
    padding: 20px 67px;
}

.contact_btn a span {
    margin-left: 8px;
}

    

/* footer */
.footer {
    max-width: 1000px;
    margin: 176px auto 64px;
    width: 89.3%;
}

.sns_icon_footer {
    position: relative;
}

.sns_icon_footer img{
    width: 24px;
    position: absolute;
    bottom: 9px;
}

.pc_footer {
    display: flex;
    justify-content: space-between;
}

.pc_nav_footer {
    display: flex;
    width: 258px;
    justify-content: space-between;
}

.pc_nav_footer li {
    font-family: futura-pt,sans-serif;
    letter-spacing: 00.06em;
}

.footer p {
    text-align: right;
    font-size: 12px;
}
#page_top{
    width: 90px;
    height: 90px;
    position: fixed;
    right: 0px;
    bottom: 0px;
    opacity: 1;
    z-index: 100;
  }

#page_top a{
    position: relative;
    display: block;
    width: 90px;
    height: 90px;
    text-decoration: none;
  }

#page_top a::before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f102';
    font-size: 25px;
    color: #2050B6;
    position: absolute;
    width: 25px;
    height: 25px;
    top: -40px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
  }

#page_top a::after{
    content: 'Page top';
    font-size: 13px;
    color: #fff;
    position: absolute;
    top: 45px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    color: #2050B6;
  }

/* トップページここまで */

/* Worksのページここから */
/* workspage_ヘッダー */
.workpage_nav_box {
    width: 100%;
    position: fixed;
    z-index: 100;
    padding-bottom: 22px;
    background-image: url(../images/pc_mainvisual_bg.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    top: 0;
    left: 0;
}

.workpage_nav_box_inner {
    display: flex;
    justify-content: space-between;
    align-items: end;
    padding-top: 20px;
    max-width: 1000px;
    margin: 0 auto;
}

.workpage_logo {
    line-height: 24px;
    font-family: futura-pt,sans-serif;
    letter-spacing: 0.1em;
    color: #ffffff;
}

.workpage_pc_nav {
    font-family: futura-pt,sans-serif;
    letter-spacing: 0.06em;
    font-weight: bold;
    text-align: right;
}

.workpage_pc_nav ul li {
    margin-right: 20px;
}

.workpage_pc_nav ul li:last-child {
    margin-right: 0;
}

.workpage_pc_menu {
    display: flex;
    margin-top: 10px;
    
}

.workpage_pc_menu li {
    color: #ffffff;
    font-family: futura-pt,sans-serif;
    letter-spacing: 0.06em;
    font-weight: bold;
    text-align: right;
}

.workpage_sns_icon img{
    width: 24px;
}

/* workspage_ヘッダーここまで */

#workspage_works {
    width:  100%;
}

.works_alllist {
    background-color: #EFEFF0;
}

.workspage_works h2 {
    text-align: center;
    font-family: futura-pt,sans-serif;
    font-weight: bold;
    letter-spacing: 0.16em;
    font-size: 32px;
    margin: 64px auto 85px;
    padding-top: 85px;
    color: #2050B6;
    }

.warkspage_works_alllist {
    width: 100%;
}

.workspage_works_category {
    max-width: 1000px;
    margin: 0 auto 38px;
    width: 89.3%;
}

.workspage_works_category ul {
    display: flex;
    justify-content: space-between;
    max-width: 494px;
    font-size: 16px;
}

.works_category_all {
    color: #929FBA;
}
.works_category_website {
    color: #929FBA;
}
.works_category_banner {
    color: #929FBA;
}
.works_category_logo {
    color: #929FBA;
}
.works_category_chirashi {
    color: #929FBA;
}
.works_category_card {
    color: #929FBA;
}

/* toggleClassの設定 */

.is_active{
    color: #2050B6;
}



.workspage_works_list {
    width: 100%;
    background-color: #EFEFF0;
}

.workspage_works_list_inner{
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 1px;
    padding-bottom: 120px;
    width: 89.3%;
}

.workspage_works_ullist {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.workspage_works_ullist li {
    width: 46.2%;
    margin-top: 64px;
}


.workspage_workslist_client {
    margin-top: 16px;
    font-size: 18px;
    font-weight: bold;
    color: #2050B6;
}

.workspage_workslist_category {
    margin-top: 5px;
}

/* Worksのページここまで */

/* Works_detailのページここから */
.worksdetail h2 {
    text-align: center;
    font-family: futura-pt,sans-serif;
    font-weight: bold;
    letter-spacing: 0.16em;
    font-size: 32px;
    margin: 64px auto 80px;
    padding-top: 100px;
    color: #2050B6;
    }

.worksdetail_top {
    display: flex;
    max-width: 1000px;
    margin: 0 auto;
    width: 89.3%;
}

.mockup_image {
    max-width: 57%;
    margin: auto;
    filter: drop-shadow(10px 10px 15px rgba(146, 159, 186, 0.45));
}

.mockup_image a {
    max-width: 57%;
    margin: auto;
    filter: drop-shadow(10px 10px 15px rgba(146, 159, 186, 0.45));
}

.explanation {
    max-width: 40%;
    margin: auto 0 auto 64px;
    text-align: left;
}

.cliantname{
    font-family: futura-pt,sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #2050B6;
    margin-bottom: 24px;
}
.items li span{
    letter-spacing: 0.23em;
}
.items li {
    margin-top: 16px;
}

.explanation p {
    margin-top: 32px;
    line-height: 1.6;
}

.fullimage_div {
    width: 100%;
    background-color: #EFEFF0;
    margin-top: 80px;
}

.fullimage {
    max-width: 1000px;
    padding: 69px 0 80px;
    margin: 0 auto;
    filter: drop-shadow(10px 10px 15px rgba(146, 159, 186, 0.45));
}

.soleil_card_sp {
    display: none;
}

.sleilcard_wrap {
    display: flex;
    margin-top: 60px;
}

.sleilcard_wrap:first-child {
    margin-top: 0;
}

.soleil_card_ura {
    margin-top: 80px;
}

.soleil_card_daishi {
    max-width: 500px;
    margin: 100px auto 0;
    list-style: none;
}


.fullimage_chirashi {
    max-width: 400px;
    padding: 69px 0 80px;
    margin: 0 auto;
    filter: drop-shadow(10px 10px 15px rgba(146, 159, 186, 0.45));
}

.btn_back {
    width: 134px;
    margin: 57px auto 95px;
}

.btn_back a{
    color: #2050B6;
    font-size: 16px;
    letter-spacing: 0.2em;
}


/*矢印が右に移動する*/
.btnarrow{
    /*矢印と下線の基点とするためrelativeを指定*/
    position: relative;
    /*形状*/
    display: inline-block;
    padding: 0 20px;
    color: #2050B6;
    text-decoration: none;
    outline: none;
}

/*矢印と下線の形状*/
.btnarrow::before{
    content: '';
    /*絶対配置で下線の位置を決める*/
    position: absolute;
    bottom:-8px;
    left:-3%;
    /*下線の形状*/    
    width: 85%;
    height: 1px;
    background:#2050B6;
    /*アニメーションの指定*/
    transition: all .3s;
}

.btnarrow::after{
    content: '';
    /*絶対配置で矢印の位置を決める*/
    position: absolute;
    bottom: -4px;
    left: -4%;
    /*矢印の形状*/    
    width: 15px;
    height:1px;
    background:#2050B6;
    transform: rotate(-35deg);
    /*アニメーションの指定*/
    transition: all .3s;
}

/*hoverした際の移動*/
.btnarrow:hover::before{
    left:-10%;
}

.btnarrow:hover::after{
    left:-10%;
}

/* baneersのページここから */


.fullitemsimage_div {
    max-width: 1000px;
    margin: 60px auto;
    width: 89.3%;
}

.fullitemsimage {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.fullitemsimage li {
    width: 300px;
    height: 300px;
    background-color: #EFEFF0;
    margin-top: 47px;
}

.banner01 img{
    height: 200px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.banner02 img{
    height: 223px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.banner03 img{
    height: 256px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.banner04 img{
    height: 256px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.banner05 img{
    height: 256px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.banner06 img{
    height: 200px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.banner07 img{
    height: 223px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.banner08 img{
    height: 223px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.banner09 img{
    height: 200px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.banner10 img{
    height: 200px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.banner11 img{
    height: 200px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.banner12 img{
    height: 223px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

/* 最後2つのdeisplay:flex */
/* .fullitemsimage_only2 {
    display: flex;
}

.fullitemsimage_only2 li {
    width: 300px;
    height: 300px;
    background-color: #EFEFF0;
    margin-top: 47px;
} */

.banner13 img{
    height: 223px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

/* .banner14 {
    margin-left: 51px;
} */

.banner14 img{
    height: 200px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

/* bannersのページここまで */

/* contactpageここから */

#contactpage h2{
        text-align: center;
        font-family: futura-pt,sans-serif;
        font-weight: bold;
        letter-spacing: 0.16em;
        font-size: 32px;
        margin: 0 auto 85px;
        padding-top: 164px;
        color: #2050B6;
}

.contactpage_div {
    max-width: 1000px;
    margin: 0 auto;
    background-color: #EFEFF0;
}

.contactpage_inner {
    max-width: 570px;
    margin: 0 auto;
}
.contactpage_inner p {
    line-height: 1.9;
    text-align: center;
    padding-top: 72px;
    padding-bottom: 17px;
}

label {
    display: flex;
    margin-top: 40px;
    line-height: 29px;
}

.label_name {
    width: 570px;
    height: 40px;
    border: #929FBA;
    margin-top: 8px;
}

.label_email {
    width: 570px;
    height: 40px;
    border: #929FBA;
    margin-top: 8px;
}

.label_inquiry {
    resize: vertical;
    width: 570px;
    height: 172px;
    border: #929FBA;
    margin-top: 8px;
}

.contact_itemes span {
    margin-left: 27px;
    background-color: #F0BB43;
    width: 56px;
    height: 29px;
    border-radius: 14.5px;
    color: #ffffff;
    text-align: center;
    line-height: 29px;
}

.sendbtn_input_div {
    text-align: center;
}

.sendbtn_input {
    margin: 55px auto 55px;
    background: linear-gradient(90deg, #54CCFD 0%, #2050B6 100%);
    border-radius: 31px;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0.2em;
    color: #ffffff;
    padding: 19.5px 61px;
    border: none;
}


/* thanksページここから */

    .thank_you {
        max-width: 1000px;
        background: #EFEFF0;
        margin: 180px auto 0;
    }

    .thank_you h2 {
        font-family: futura-pt,sans-serif;
        font-size: 80px;
        font-weight: bold;
        color: #2050B6;
        padding: 130px 0 56px;  
        text-align: center;
    }

    .thank_you p {
        text-align: center;
        line-height: 1.3;
        padding-bottom: 130px;
        color: #333333;
        letter-spacing: 0.05em;
    }
    
.sp_nav{
    display: none;
  }

.workpage_sp_nav{
    display: none;
  }

.btn{
    display: none;
  }

.sp_workspage_works_category {
    display: none;
  }

@media screen and (max-width:1100px) {
    .pc_nav {
        display: none;
    }
    .workpage_pc_nav {
        display: none;
    }

    .workpage_nav_box_inner {
        width: 89.3%;
        margin: 0 auto;
    }

    .btn{
        display: block;
        cursor: pointer;
        position: absolute;
        top: 22px;
        right: 28px;
        height: 30px;
        z-index: 100;
    }

    .btn span{
        background: #fff;
        width: 33px;
        height: 3px;
        display: block;
        position: relative;
        top: 10px;
        transition: 0.3s;
        border-radius: 50px;
    }

    .btn span::before, 
    .btn span::after{
        content:'';
        width: 33px;
        height: 3px;
        background: #fff;
        display: block;
        position: absolute;
        transition: 0.3s;
        border-radius: 50px;
    }

    .btn span::before{
        bottom: 10px;
    }    

    .btn span::after{
        top: 10px;
    }

    .open span{
        background: transparent;
    }
    
    .open span::before{
        transform: rotate(45deg);
        bottom: 0px;
        background: #2050B6;
    }    
    
    .open span::after{
        transform: rotate(135deg);
        top: 0px;
        background: #2050B6;
    }
    
    .sp_nav{
        position: absolute;
        top: 0;
        left: 0;
        height: 100vh;
        width: 100%;
        background: #ffffff;
    }
    
    .sp_nav ul{
        height: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }


    .sp_nav li p {
        font-family: futura-pt,sans-serif;
        color: #2050B6;
        font-size: 28px;
        letter-spacing: 0.3em;
        font-weight: bold;
        margin-top: 0px;
    }

    .sp_nav li {
        text-align: center;
        color: #2050B6;
        font-size: 18px;
        font-family: futura-pt,sans-serif;
        margin-top: 40px;
        letter-spacing: 0.3em;
    }

    .sp_nav li:last-child {
        padding-bottom: 40px;
    }

    .workpage_sp_nav{
        position: absolute;
        top: 0;
        left: 0;
        height: 100vh;
        width: 100%;
        background: #ffffff;
    }
    
    .workpage_sp_nav ul{
        height: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .workpage_sp_nav li p {
        font-family: futura-pt,sans-serif;
        color: #2050B6;
        font-size: 28px;
        letter-spacing: 0.6em;
        font-weight: bold;
    }

    .workpage_sp_nav li {
        text-align: center;
        color: #2050B6;
        font-size: 18px;
        /* padding: 10px 0; */
        font-family: futura-pt,sans-serif;
        margin-top: 40px;
        letter-spacing: 0.6em;
    }

    .workpage_sp_nav li:last-child {
        padding-bottom: 40px;
    }

    .sns_icon_sp {
        width: 40px;
        height: 40px;
        margin: 0 auto;
    }

    .sns_icon_sp img{
        padding: 6px 7px;
    }

    .topmain_logo {
        width: 75.2%;
    }

    .scroll {
        right: 3%;
    }
}

@media screen and (max-width:767px) {

    #page_top a::after {
        display: none;
    }

    .nav_box {
        padding-bottom: 8px;
    }

    .nav_box_inner {
        max-width: 89.3%;
        margin: 0 auto;
        padding-top: 8px;
    }


    .workpage_nav_box_inner {
        max-width: 89.3%;
        margin: 0 auto;
        padding-top: 8px;
    }


    .topmain_subtext {
        font-size: 16px;
        padding-bottom: 240px;
    }

    .scroll {
        /* width: 49px; */
        right: 40%;
        bottom: 21%;
        text-align: center;
    }

    .nav_scroll {
        transform: none;
    }

    .nav_scroll::after {
        transform: rotate(270deg);
        right: 0px;
        bottom: -49px;
    }

    /* service */

    #service h2 {
        padding-top: 100px;
    }

    .service_inner {
        display: block;
        max-width: 89.3%;
    }

    .service_inner li {
        margin: 56px auto;
        width: 89.3%;
    }

    .service_inner li:first-child {
        margin-top: 0;
    }

    .service_inner li:last-child {
        margin-right: auto;
    }

    .service_iconbox {
        width: 160px;
        height: 160px;
    }

    .service_iconbox_inner {
        width: 156px;
        height: 156px;
    }

    /* works */

    #works h2 {
        padding-top: 100px;
        margin: 0 auto 40px;
    }
    .topworks_list {
        display: block;
    }

    .topworks_list li {
        width: 100%;
    }

    

    .topworks_list li p {
        margin-left: 5.3%;
    }

    .service_inner h3 {
        margin: 24px auto;
    }

    /* about */

    #about h2 {
        padding-top: 100px;
        margin: 0px auto 60px;
    }

    .about_inner {
        max-width: 89.3%;
    }

    /* contact */
    .contact_text {
        width: 89.3%;
        margin: 0 auto;
    }

    .contact_text p {
        line-height: 1.4;
    }

    /* footer */
    .footer {
        max-width: 89.3%;
        margin-top: 100px;
    }

    .pc_footer {
        display: block;
    }

    .pc_footer p {
        margin: 38px auto;
        text-align: center;
    }

    /* worksのページ */

    .workpage_nav_box {
        padding-bottom: 10px;
    }
    .workpage_nav_box_inner {
        padding-top: 10px;
    }
    .warkspage_works_alllist {
        width: 100%;
    }

    .warkspage_works_alllist h2 {
        padding-top: 100px;
        margin: 0px auto 59px;
    }

    .workspage_works_category {
        display: block;
        flex-wrap: wrap;
    }

    .workspage_works_category ul {
        flex-wrap: wrap;
        border-top: 1px solid #929FBA;
        border-left: 1px solid #929FBA;
    }

    .workspage_works_category li {
        width: 33.3333%;
        border-bottom: 1px solid #929FBA;
        border-right: 1px solid #929FBA;
        text-align: center;
        box-sizing: border-box;
        padding: 14px;
    }

    .workspage_works_category li a:hover {
        opacity: 1;
    }

    .workspage_works_ullist {
        display: block;
    }

    .workspage_works_ullist li {
        width: 100%;
    }

    .workspage_works_ullist p {
        margin-left: 5.3%;
    }

    /* works_detailのページ */

    .worksdetail_top {
        display: block;
    }

    .explanation {
        max-width: 89.3%;
        margin: 0 auto;
    }

    .worksdetail h2 {
        margin-bottom: 40px;
        padding-top: 40px;
    }

    .mockup_image {
        max-width: 100%;
        margin: 48px auto;
    }

    .items li {
        margin-top: 14px;
    }

    .fullimage {
        max-width: 89.3%;
    }


    /* バナーたちのページ */


    .fullitemsimage {
        display: block;
    }

    .fullitemsimage li {
        width: 89.3%;
        margin: 48px auto 0;
    }

    .fullitemsimage_only2 {
        display: block;
    }

    .fullitemsimage_only2 li {
        width: 89.3%;
        margin: 48px auto 0;
    }

    .banner14 {
        margin-left: 0;
    }



    /* contactページ */
    #contactpage h2 {
        padding-top: 100px;
        margin-bottom: 48px;
    }

    .contactpage_inner {
        max-width: 89.3%;
    }

    .contactpage_inner p {
        max-width: 89.3%;
        margin: 0 auto;
    }

    .contact_itemes {
        max-width: 89.3%;
        margin: 0 auto;
    }

    .label_name {
        width: 100%;
    }

    .label_email {
        width: 100%;
    }

    .label_inquiry {
        width: 100%;
    }

    /* パン処大和 */
    .fullimage_chirashi {
        max-width: 335px;
    }

    /* soleil憩 */

    .soleil_card_pc {
        display: none;
    }


    .soleil_card_sp {
        display: block;
    }

}


