@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* a.c-headLogo__link {
    border-radius: 50px;
    box-shadow: 5px 5px 20px #c8c9cc, -5px -5px 20px #ffffff;
    background: rgba(255,255,255,0.5);
} */


html { scroll-behavior: smooth;}

 
 
body{
	font-family: sans-serif ;
}
.top-text {
    line-height: normal;
}

.top-text .u-fz-xl{
    /* font-family: "Roboto Flex", sans-serif; */
    font-weight:  250;
    font-style: normal;
    letter-spacing:9px;
    font-size: 90px !important;
}
.top-text .u-fz-xs{
    /* font-family: "Zen Old Mincho", serif; */
    font-weight: 400;
    font-style: normal;
    letter-spacing:3px;
    display: block;
}
.wor-head {
        /* font-family: "Zen Maru Gothic", serif; */
        font-weight: 500;
        letter-spacing: 5px;
        font-style: normal;
        font-size: 26px;
        color: #83DB9C;
}
@media screen and (max-width:768px) {
    .top-text .u-fz-xl{
        font-size: 50px !important;
    }
    .top-text .u-fz-xs{
        font-size: 20px !important;
    }
    #fix_bottom_menu{
        display: none;
    }
}


/* 共通 */
/* .swiper-postListWrap .p-postList {
	flex-wrap: nowrap;
	margin: 0;
} */

/* カード型 */
/* .swiper-postListWrap .-type-card .p-postList__item {
	padding: 0;
}
.swiper-postListWrap .swiper-pagination-bullet {
    background: currentcolor;
    color: inherit;
} */

/* サムネイル型 */
/* .swiper-postListWrap .-type-thumb .p-postList__item {
	padding: 0;
}
.p-postList.-type-thumb + .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: -4.5px;
} */


#breadcrumb{
    display: none;
}

.post_content{
    margin-top: 0 !important;
}
.c-pageTitle{
    display: none;
}

#content.l-content{
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.l-header__inner {
    position:absolute;
    right: 0;
    left: 0;
    margin:auto; 
}

.l-header .l-header__inner{
    padding-top: 25px;
}

.l-fixHeader {
    padding: 15px 0px !important;
}
.l-fixHeader::before {
    opacity: 0.8;
}

.-body-solid .l-fixHeader{
    box-shadow: none;
    padding-top: 25px;
}


.-series .l-header__logo{
    /* border-radius: 50px;
    box-shadow: 5px 5px 20px #c8c9cc, -5px -5px 20px #ffffff;
    background: rgba(255,255,255,0.5); */
    padding: 10px 16px;
    color: #333333;
    transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
}
.-series-right .c-gnavWrap{
    border-radius: 50px;
    /* box-shadow: 5px 5px 20px #c8c9cc, -5px -5px 20px #ffffff; */
    background: rgba(255,255,255,0.7);
box-shadow: -5px -5px 13px 0px #FFF inset, 4px 4px 12px 0px rgba(0, 0, 0, 0.25) inset;
    padding: 10px 16px;
    color: #333333;
    transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
}

.l-fixHeader__logo{
    /* border-radius: 50px;
    box-shadow: 5px 5px 20px #c8c9cc, -5px -5px 20px #ffffff;
    background: rgba(255,255,255,0.5); */
    padding: 10px 16px;
    color: #333333;
    transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
}

.c-gnav>.menu-item>a{
    padding: 0 30px;
}
.c-gnav > li:hover > a::after, .c-gnav > .-current > a::after {
    transform: scaleX(0.8);
}
.l-header .c-gnav>li>a:after {
    background-image: linear-gradient(90deg, #64D684, #6CF993);
}

.c-gnav>.menu-item>a:after{
    background-image: linear-gradient(90deg, #64D684, #6CF993);
}


.c-gnav>.menu-item>a .ttl{
    font-size: 14px;
}
.c-gnav> li:last-child{
    border-radius: 50px;
    /* box-shadow: 5px 5px 20px #c8c9cc, -5px -5px 20px #ffffff; */
    /* background-image: linear-gradient(90deg, #64D684, #6CF993); */
    /* transition: .3s cubic-bezier(0.45, 0, 0.55, 1); */
    padding: 10px 16px;
    color: #333333;
    cursor: pointer;
    border-radius: 50px;
background: #6BF792;
box-shadow: 2px 6px 5px 0px rgba(0, 0, 0, 0.25), 3px 3px 3px 0px rgba(0, 0, 0, 0.15) inset;
}

.c-gnav> li:last-child:hover {
    /* background-image: linear-gradient(-90deg, #64D684, #6CF993); */
    opacity: 0.5;
    transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
    box-shadow: 2px 6px 5px 0px rgba(0, 0, 0, 0.25), 3px 3px 3px 0px rgba(0, 0, 0, 0.15) inset;
}

.l-header .c-gnav>li:last-child>a:after {
    background-image: none;
    display: none;
}

.-series .l-header__logo{
    cursor: pointer;
}

.-series .l-header__logo:hover{
    background: rgba(255,255,255,0.8);
}



/* .title-obj .wp-block-media-text__media img{
box-shadow: 5px 5px 20px #c8c9cc, -5px -5px 20px #ffffff;
} */

/* spnav */
.p-spMenu__body .c-widget__title{
    display: none;
}

.p-spMenu__nav{
    /* display: none; */
}

/* stickey */

.wp-block-media-text__media{
    display: none;
}

.menber-items .wp-block-media-text__media{
    display: block !important;
}
.l-header__menuBtn.sp_ button{
    /* display: none;      */
}
.menu-service{
    opacity: 0;
}
.menu-service-active{
    opacity: 1;
}
.menu-work{
    opacity: 0;
}
.menu-work-active{
    opacity: 1;
}
.menu-member{
    opacity: 0;
}
.menu-member-active{
    opacity: 1;
}
.menu-contact{
    opacity: 0;
}
.menu-contact-active{
    opacity: 1;
}
.fix-item{
    position: fixed;
    bottom: 0;
    top: 9%;
    left: 6%;
    /* size: 1px; */
    width: 424px;
    /* opacity: 0; */
    transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
}
.m_fixed{
    /* position: fixed; */
    /* opacity: 1; */
    transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
}
.left-tri{
    z-index: 0;
    width: 35%;
    /* pointer-events: none; */
}
#a-service,#a-member,#a-work,#a-contact{
    /* z-index: -3 !important; */
}

@media screen and (max-width:768px) {
    .-series .l-header__logo, .-series-right .c-gnavWrap {
        /* border-radius: 50px;
        box-shadow: 5px 5px 20px #c8c9cc, -5px -5px 20px #ffffff;
        background: rgba(255, 255, 255, 1); */
        padding: 2px 20px;
        color: #333333;
        transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
}
.l-header .l-header__inner{
    padding-top: 15px;
}
o-anim-typing{
    font-size: 30px;
}   
.fix-item{
    position: fixed;
    bottom: 0;
    top: 4%;
    left: -15%;
    width: 80%;
    /* z-index: 1; */
}
.p-postList__body{
    background-color: #fff;
    padding: 15px;
    border-radius: 20px;
}
}

/* service */
.service-items .swell-block-box-menu__item {
    border-radius: 50px;
    box-shadow: 5px 5px 20px #efefef, -5px -5px 20px #ffffff;
    background: rgba(255,255,255);
    padding: 10px 16px;
    color: #333333;
    transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
}
.service-items .swell-block-box-menu__item span {
    line-height: 1.2em;
}


.swell-block-box-menu[data-direction=vertical] .swell-block-box-menu__figure{
    margin-bottom: 1.5em;
}

/* .wp-block-media-text__media>img{
    display: none;
} */

/* #body_wrap:not(.page-id-19) */
/* #a-service,#a-work,#a-member,#a-contact{
    background-size: auto;
    background-repeat: no-repeat;
}
#a-service{
    background-image: url(/wp-content/themes/swell_child/img/bg-2.svg);
    background-position: right 30%;
}
#a-work{
    background-image: url(/wp-content/themes/swell_child/img/bg-3.svg);
    background-position: left 30%;
}
#a-member{
    background-image: url(/wp-content/themes/swell_child/img/bg-2.svg);
    background-position: right 30%;
}
#a-contact{
    background-image: url(/wp-content/themes/swell_child/img/bg-2.svg);
    background-position: left 30%;
} */

/* background-image: url(/wp-content/themes/swell_child/img/bg-item-01.svg);
} */


/* member */


.menber-items .swell-block-column {
    border-radius: 50px;
    box-shadow: 5px 5px 20px #efefef, -5px -5px 20px #ffffff;
    background: rgba(255,255,255);
    padding: 20px 30px;
    color: #333333;
    transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
}

/* contact */
.contact .wp-block-media-text__content .wp-block-column {
    border-radius: 50px;
    box-shadow: 5px 5px 20px #efefef, -5px -5px 20px #ffffff;
    background: rgba(255,255,255);
    padding: 30px 36px 6px;
    color: #333333;
    transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
}
.contact .wp-block-media-text__content label {
    font-size: 1.125rem;
    }

.contact .wp-block-media-text__content input[name="your-name"],
.contact .wp-block-media-text__content textarea[name="your-message"],
.contact .wp-block-media-text__content input[name="your-email"] {
width: 100%;
margin-top: 10px;
margin-bottom: 24px;
border: none;
border-radius: 4px;
background-color: #ececec;
}

.contact .wp-block-media-text__content .wpcf7-submit {
    border: none;
    cursor: pointer;
    line-height: 1;
    font-size: 1rem;
    background-color: var(--color_main);
    color: #333333;
    border-radius: 40px;
    padding: 14px 65px;
    box-shadow: var(--swl-btn_shadow);
    transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
    background-image: linear-gradient(90deg, #64D684, #6CF993);
    display: block;
    margin: auto;
    font-size: 18px;
    }

    .contact .wpcf7-submit:hover {
        box-shadow:0 4px 12px rgb(0 0 0 / 10%),0 12px 24px -12px rgb(0 0 0 / 20%);
        opacity: 0.5;
        }
        



        .single .l-mainContent__inner{
            padding: 130px 0 0;
        }
        .single .p-articleThumb{
            display: none;
        }
        .single .c-shareBtns__list{
            display: none;
        }
        .single .c-shareBtns{
            display: none;
        }
        .single .l-articleBottom__section {
            display: none;
        }
        .single .l-articleBottom__section{
            display: none;
        }
        .single .l-articleBottom{
            display: none;
        }


/* ↓↓↓↓ newdesign ↓↓↓↓↓ */
/* common */
.nav-reader{
    align-items: center;
}
.nav-reader-txt{
    color: #8EEBA1;
    font-size: 14px;
    font-weight: bold;
    /* color: #333333; */
}
.nav-reader-img{
    padding-right: 7px;
    width: 22px;
    padding-bottom: 12px;
}

/* header */
.l-fixHeader__logo{

}
.l-header__gnav{
    fill: #FAFAFA;

box-shadow: -5px -5px 13px 0px #FFF inset, 4px 4px 12px 0px rgba(0, 0, 0, 0.25) inset;
color: #333;

text-align: center;
font-family: "Noto Sans JP", sans-serif;
font-size: 12px;
font-style: normal;
font-weight: 700;
line-height: 120%; /* 19.2px */
letter-spacing: 1.76px;
}



/* kv */
.kv-img{
    pointer-events: none;
}


/* about */
.section-about{
    background-size: initial !important;
    /* background-position: 0 auto 0 auto; */
    /* background-position:50% 50% 10% 0 !important; */
    padding-bottom: 0.5em !important;
}
.about-head{
    font-size: 36px;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 168%;
    font-weight: bold;
    
}
.about-body{
    font-size: 15px;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 210%;
    font-weight: normal;
}

@media screen and (max-width: 767px){
    .section-about{
 background-image: none !important;
    }
.about-head{
    font-size: 24px;
    margin-bottom: 21px !important;
}
.nav-reader{
    margin-bottom: 21px;
}
}

/* Approach */
.section-approach{
    /* border-radius: 100px;
    background: #fff;
    box-shadow: 2px 6px 5px 0px rgba(0, 0, 0, 0.25), 3px 3px 3px 0px rgba(0, 0, 0, 0.15) inset;
    margin-left: 65px;
    margin-right: 65px; */
}
.section-approach .swell-block-fullWide__inner{
    border-radius: 100px;
    background: #fff;
    box-shadow: 2px 6px 5px 0px rgba(0, 0, 0, 0.25), 3px 3px 3px 0px rgba(0, 0, 0, 0.15) inset;
    padding-top: 80px;
    padding-bottom: 80px;
}
.approach-head{
    margin-left: -100px;
    font-size: 36px;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 168%;
    font-weight: bold;
    margin-bottom: 75px;
}
.section-approach .swell-block-fullWide__inner{
    margin: 0 auto ;
}

.approach-imgs{
    /* display: none; */
    position: relative;
    width: 550px;
    height: 530px;
}
.approach-img{
    position: absolute;
    width: 300px;
    margin-bottom: 0 !important;
    /* margin-right: -10px; */
    transition : all 0.5s ease 0s;
    cursor: pointer;
}
.approach-img:hover{
    opacity: 0.6;
}

.approach-imgA-wrap{
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

.approach-imgB-wrap{
    bottom: 0;
    left: 0;
}
.approach-imgC-wrap{
    bottom: 0;
    right: 0;
}
.approach-imgA,
.approach-imgB,
.approach-imgC,
.approach-imgA-on,
.approach-imgB-on,
.approach-imgC-on{
    transition : all 0.5s ease 0s;
    margin-bottom: 0 !important;
    pointer-events: none;
}
.approach-imgA-on,
.approach-imgB-on,
.approach-imgC-on{
    display: none;
    /* animation: fadeOut 1s ease 0s; */
}

.approach-img.approach-imgA-wrap.approach-active .approach-imgA,
.approach-img.approach-imgB-wrap.approach-active .approach-imgB,
.approach-img.approach-imgC-wrap.approach-active .approach-imgC{
    display: none;
    /* animation: fadeOut 1s ease 0s; */
    opacity: 0;
}
.approach-img.approach-imgA-wrap.approach-active .approach-imgA-on,
.approach-img.approach-imgB-wrap.approach-active .approach-imgB-on,
.approach-img.approach-imgC-wrap.approach-active .approach-imgC-on{
    display: block;

    /* animation: fadeIn 1s ease 0s; */
}

.approach-txtA,
.approach-txtB,
.approach-txtC{
    display: none;
    transition : all 1s ease 0s;
    animation: fadeOut 1s ease 0s;
}
.approach-txtA.approach-active,
.approach-txtB.approach-active,
.approach-txtC.approach-active{
    display: block;
    
    animation: fadeIn 1s ease 0s;
    @starting-style {
        opacity: 0;
      }

}

/*フェードインアニメ*/
@keyframes fadeIn{
    0% {
      opacity: 0;
    }

    100% {
      opacity: 1;
    }
}
@keyframes fadeOut{
    100% {
      opacity: 1;
    }

    0% {
      opacity: 0;
    }
}

@media screen and (max-width: 767px){
    .approach-head{
        margin-left: 0px;
        font-size: 24px;
        line-height: 161%;
        font-weight: bold;
        margin-bottom: 20px !important;

    }
    .section-approach .swell-block-fullWide__inner{
        border-radius: 35px;
        padding-top: 70px;
        padding-bottom: 70px;
        padding-left: 24px;
        padding-right: 24px;
        margin-left: 14px;
        margin-right: 14px;
    }
    .approach-imgs{
        width: 100%;
        height: 340px;
    }
    .approach-img{
        width: 58%;
        /* margin-right: -30px; */
        /* transform: translate(-1%, 0); */
    }
    .approach-img:hover{
        opacity: 1;
    }
    .approach-imgA-wrap{
        top: 0;
        left: 50%;
        transform: translate(-46%, 0);
    }
    .approach-imgC-wrap{
        right: 0;
        transform: translate(12%, 0);
    }
    .approach-space{
        display: none;
    }
    .approach-head+.wp-block-spacer{
        display: none;
    }
}

/* service */

.service-tab

.is-style-balloon>.c-tabList .c-tabList__item{

}
.is-style-balloon>.c-tabList .c-tabList__button:hover, .is-style-balloon>.c-tabList .c-tabList__button{
    border-radius: 70px;
    box-shadow: -4px -4px 24px 0px rgba(255, 255, 255, 0.80) inset, -7px -7px 18px 2px rgba(255, 255, 255, 0.63), 7px 10px 13px 0px rgba(0, 0, 0, 0.22), 4px 4px 8px 0px rgba(0, 0, 0, 0.24) inset ;
    color: #A6A6A6;
    padding: 20px 0;
    font-size: 24px;
font-weight: 700;
line-height: 1; /* 46.08px */
letter-spacing: 2.64px;
}
.is-style-balloon>.c-tabList .c-tabList__button code{
    font-size: 14px !important;
font-weight: normal;
background-color: transparent !important;
border: none;
color: #A6A6A6;
}
.is-style-balloon>.c-tabList .c-tabList__button:hover, .is-style-balloon>.c-tabList .c-tabList__button::before{
    content:none;
    font-size: 24px;
    
}
.is-style-balloon>.c-tabList .c-tabList__button:hover code, .is-style-balloon>.c-tabList .c-tabList__button[aria-selected=true] code{
    color: #333333;
}
.is-style-balloon>.c-tabList .c-tabList__button:hover, .is-style-balloon>.c-tabList .c-tabList__button[aria-selected=true]{
    color: #333333;
    background: #8EEBA1 !important;
}
.swell-block-tab .c-tabBody__item[aria-hidden=false]{
    animation-name: fadeIn;
    animation-fill-mode:forwards;
    animation-duration:2s;
    /* background: #c7c7c7!important; */
}
.swell-block-tab .c-tabBody__item{
    /* height: 588px; */
}


  /*フェードインアニメ*/
  @keyframes fadeIn{
      0% {
        opacity: 0;
      }
  
      100% {
        opacity: 1;
      }
  }
/* .swell-block-tab .c-tabBody__item[aria-hidden=false] .wp-block-image::before{
        background-color: rgba(166,166,166,0);
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
}
.swell-block-tab .c-tabBody__item[aria-hidden=true] .wp-block-image::before{
transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
background-color: rgba(166,166,166,0);
width: 0%;
height: 0%;
} */


.section-service .c-tabBody{
    padding: 74px 50px;
    border-radius: 100px;
    background: #FAFAFA;
    box-shadow: -7px -7px 18px 2px rgba(255, 255, 255, 0.63), 7px 10px 13px 0px rgba(0, 0, 0, 0.22), 3px 3px 8px 0px rgba(0, 0, 0, 0.09) inset;
    pointer-events: none;
}

@media screen and (max-width: 767px){
    .is-style-balloon>.c-tabList .c-tabList__button:hover, .is-style-balloon>.c-tabList .c-tabList__button{
        border-radius: 55px 55px 0 0;
        padding: 30px 0 50px;
        font-size: 15px;
    line-height: 1.4; /* 46.08px */
    letter-spacing: 1.35px;
    box-shadow: none;
    }
    .is-style-balloon>.c-tabList .c-tabList__item{
padding: 0;
    }
    .c-tabList{
        margin-bottom: 0 !important;

    }
    .is-style-balloon>.c-tabList .c-tabList__button:hover, .is-style-balloon>.c-tabList .c-tabList__button::before{
        font-size: 15px;
        
    }
    .section-service .c-tabBody {
        padding: 35px 10px;
        border-radius: 35px;
        margin-top: -20px;
    }
    .service-tab{
        padding: 0 !important;

    }
    .is-style-balloon>.c-tabList .c-tabList__button code{
        font-size: 10px !important;
    }
    .c-tabList .c-tabList__item{
        margin-bottom: 0;
    }
}

/* work */
.section-work-head{
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
.section-work-item{
    /* background-color: #8EEBA1; */
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 65%, #8EEBA1 65%, #8EEBA1 100%);
    padding-top: 40px !important;
}
.work-head{
    color: #333;
font-family: "Noto Sans JP", sans-serif;
font-size: 36px;
font-style: normal;
font-weight: 700;
line-height: 168%; /* 60.48px */
margin-bottom: 0;
}
.work-item-head{
    color: #333;
    font-family: "Noto Sans JP", sans-serif;
text-align: center;
font-family: "Noto Sans JP", sans-serif;
font-size: 30px;
font-style: normal;
font-weight: 700;
line-height: 192%; /* 57.6px */
letter-spacing: 3.3px;
margin-bottom: 0;
}
.work-item-sub{
    font-family: "Noto Sans JP", sans-serif;
    color: #333;

text-align: center;
font-family: "Noto Sans JP", sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 192%; /* 26.88px */
letter-spacing: 0.84px;
}
.work-thumb{
    border-radius: 40px;
    background: #FAFAFA;
    box-shadow: 0px -7px 13px 0px #FFF inset, 4px 4px 40px 0px rgba(0, 0, 0, 0.05), 9px 9px 28px 0px rgba(0, 0, 0, 0.14) inset;
    padding: 20px;
}
.n2-ss-item-imagebox-content{
    text-align:left;
}
.section-work div#n2-ss-3 .n2-ss-slider-3{
    padding: 0;
    background-color: transparent !important;
}
.section-work div#n2-ss-4 .n2-ss-slider-3{
    padding: 0;
}
.section-work div#n2-ss-5 .n2-ss-slider-3{
    padding: 0;
}
.section-work div#n2-ss-3 .n2-ss-slider-2{
    background-color: transparent;
}
.section-work div#n2-ss-3 .n2-ss-showcase-slides{
    background-color: transparent !important;
}
.work-img .n2-ss-item-imagebox-image{

    border-radius: 40px;
    background: #FAFAFA;
    box-shadow: 0px -7px 13px 0px #FFF inset, 4px 4px 40px 0px rgba(0, 0, 0, 0.05), 9px 9px 28px 0px rgba(0, 0, 0, 0.14) inset;
    padding: 20px;
    margin-bottom: 20px;
}
.work-img .n2-ss-slider .n2-ss-item-image-content img{
    width: 100%;
}
.work-title{
    color: #333;

    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 192%; /* 57.6px */
    letter-spacing: 3.3px;
    margin-bottom: 0;
}

.work-description{
    color: #333;

    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 192%; /* 26.88px */
    letter-spacing: 0.84px;
}

.n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls{
    position: absolute;
    width: 90%;
    height: 100%;
    visibility: hidden;
    display: flex;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1150px;
}
.n2-ss-slider .n2-ss-slider-controls-absolute-right-center {
    align-items: flex-end !important;
    flex-flow: row-reverse !important;
}
.n2-ss-slider .n2-ss-slider-controls-absolute-left-center{
    align-items: flex-end !important;
    flex-flow: row !important;
}

.n2-style-aae0a8b802ba05ae7a2273e9add8485f-heading{
    background: #FAFAFA !important;
    opacity: 1;
    /* padding: 20px 10px 20px 10px; */
    padding:0 !important;
    box-shadow: none;
    border: 0px solid RGBA(0, 0, 0, 1);
    /* width: 50px; */
    border-radius: 50% !important;
    width: 73px;
    height: 73px;
    /* color: #333333; */
    position: relative;
        box-shadow: -7px -7px 18px 2px rgba(255, 255, 255, 0.63), 7px 10px 13px 0px rgba(0, 0, 0, 0.22), 3px 3px 8px 0px rgba(0, 0, 0, 0.09) inset !important;

}
.n2-style-aae0a8b802ba05ae7a2273e9add8485f-heading:Hover {
opacity: 0.8 !important;
}

.n2-style-aae0a8b802ba05ae7a2273e9add8485f-heading {
    margin: 0 !important;
}

.nextend-arrow img {
    width: 32px;
    filter: invert(50%) sepia(0%) saturate(11%) hue-rotate(143deg) brightness(30%) contrast(93%);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px){
    .work-head{
        color: #333;

        font-family: "Noto Sans JP", sans-serif;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 168%; /* 40.32px */
    }
    .work-item-head{
        font-size: 20px;
        font-family: "Noto Sans JP", sans-serif;
    }
    .work-item-sub{
        font-family: "Noto Sans JP", sans-serif;
        font-size: 10px;
    }
    .section-work-item{
        padding-top: inherit;
        /* height: 380px; */
        background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 55%, #8EEBA1 55%, #8EEBA1 100%);
    }

    #profile .profile-wrap{
        margin-top: -80px;
        }
        .profile-sub{
            font-size: 10px;

        }
        .profile-name{
            font-size: 24px !important;
            margin-bottom: 15px;
        }
        .profile-name+p{
            font-size: 14px;
        }
        div#n2-ss-3 .n-uc-Bz6JeMLonET5-inner{
            padding-top: 0 !important;
            justify-content: flex-start !important;
        }
        div#n2-ss-4 .n-uc-nVfzqL8owWPH-inner{
            justify-content: flex-start !important;
            margin-top: 0 !important;
        }
        div#n2-ss-5 .n-uc-8kLRC9wS1ewA-inner{
            justify-content: flex-start !important;
            margin-top: 0 !important;
        }

        .n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls{
            width: 94% !important;
            justify-content: space-between !important;
            left: 3% !important;
            transform: inherit;
        }
        .n2-ss-item-imagebox-content{
            width: 200px;
            margin: auto;
        }
        .n2-ss-item-imagebox-image{
            margin: 0 15px;
        }
        .work-img .n2-ss-item-imagebox-image{
            /* padding: 18px; */
            margin-bottom: 20px;
            border-radius: 30px;
        }
        div#n2-ss-4 .n-uc-nVfzqL8owWPH-inner{
            padding-top: 0 !important;
            /* margin-top: -200px !important; */
        }
}

/* profile */
.profile-sub{
    font-size: 14px;
    margin-bottom: 0;
}
.profile-name{
font-size: 36px;
font-style: normal;
font-weight: 700;
line-height: 168%; /* 60.48px */
}


/* contact */
.contact .wp-block-media-text__content .wp-block-column {
    border-radius: 50px;
    box-shadow: 5px 5px 20px #efefef, -5px -5px 20px #ffffff;
    background: rgba(255,255,255);
    padding: 30px 36px 6px;
    color: #333333;
    transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
}
.contact label {
    font-size: 1.125rem;
    }

.contact input[name="your-name"],
.contact textarea[name="your-message"],
.contact input[name="your-email"] {
width: 100%;
margin-top: 10px;
margin-bottom: 24px;
border: none;
border-radius: 4px;
border-radius: 10px;
background: #FAFAFA;
box-shadow: 0px -7px 13px 0px #FFF inset, 7px 7px 14px 0px rgba(0, 0, 0, 0.12) inset;
}
.contact input[name="your-name"]:focus,
.contact textarea[name="your-message"]:focus,
.contact input[name="your-email"]:focus {
border: 2px solid #8EEBA1;
}

.contact .wpcf7-submit {
    color: #333;

text-align: center;
font-family: "Noto Sans JP", sans-serif;
font-size: 15px;
font-style: normal;
font-weight: 500;
line-height: 210%; /* 31.5px */
    border: none;
    cursor: pointer;
    color: #333333;
    border-radius: 40px;
    padding: 14px 65px;
    box-shadow: var(--swl-btn_shadow);
    transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
    display: block;
    margin: auto;
    font-size: 18px;
    border-radius: 50px;
    background: #6BF792;
    box-shadow: -7px -4px 9px 0px rgba(255, 255, 255, 0.80), 2px 6px 5px 0px rgba(0, 0, 0, 0.25), 3px 3px 3px 0px rgba(0, 0, 0, 0.15) inset;
    }

    .contact .wpcf7-submit:hover {
        box-shadow:0 4px 12px rgb(0 0 0 / 10%),0 12px 24px -12px rgb(0 0 0 / 20%);
        opacity: 0.5;
        }
.contact-head{
font-size: 36px;
font-style: normal;
font-weight: 700;
line-height: 168%; /* 60.48px */
}

.contact-img{
    pointer-events: none;
}

@media screen and (max-width: 767px){
    .contact-head{
        font-size: 24px;
        margin-bottom: 20px;
    }
    .contact-head+p{
        font-size: 14px;
    }
}
        
@media screen and (max-width: 767px){
    .l-header__menuBtn button{
        background-color: #FAFAFA;
        box-shadow: -7px -7px 15px 0px #FFF inset, 19px 9px 67px 0px rgba(0, 0, 0, 0.07) inset;

        filter: drop-shadow(7px 7px 7px rgba(0, 0, 0, 0.14)) drop-shadow(-4px -4px 15px #FFF);        
        border-radius: 50px;
    }
    .c-iconBtn__icon:before{
        font-weight: bold;
    }
    
    
    .l-header__customBtn, .l-header__menuBtn{}

    .l-header__inner.l-container{
        padding: 10px 10px 0px 10px ;
    }
    .p-spMenu__inner{
        height: 80%;
        border-radius: 50px;
background: #FAFAFA;

box-shadow: 6px 11px 17px 0px rgba(0, 0, 0, 0.18);
    }

    .c-gnav .sub-menu a:before, .c-listMenu a:before{
        content: none;
    }
    .c-listMenu a {
        padding: .30em 2em .30em 2em;
        transition: padding .25s;
        color: #333;
        font-family: "Noto Sans JP", sans-serif;
        font-size: 22px;
        font-style: normal;
        font-weight: 700;
        line-height: 300%;
        letter-spacing: 2.64px;
    }
    .c-spnav a{
        border: none;
    }
           .c-spnav .menu-item:last-child {
            /* padding-top: 45px; */
            border-radius: 60px;
            background: #FFF;
            box-shadow: -4px -4px 24px 0px rgba(255, 255, 255, 0.80) inset, -7px -7px 18px 2px rgba(255, 255, 255, 0.63), 7px 10px 13px 0px rgba(0, 0, 0, 0.22), 4px 4px 8px 0px rgba(0, 0, 0, 0.24) inset;
            text-align: center;
            width: min-content;
            margin: 30px auto 0;
        }
    
    .p-spMenu__inner{
        width: 100%;
        /* border-radius: 50px; */
        border-radius: 1px 0 50px 50px;
background: #FAFAFA;

box-shadow: 6px 11px 17px 0px rgba(0, 0, 0, 0.18);
height: 95%;
    }
    .p-spMenu__body{
        
        border-radius: 1px 0 50px 50px;
background: #FAFAFA;

box-shadow: 6px 11px 17px 0px rgba(0, 0, 0, 0.18);
padding-bottom: 85px;
    }
    .p-spMenu__inner::before {
        border-radius: 1px 0 50px 50px;
    }
    /* .n2-ss-layer-content{
        justify-content: start !important;
    } */
    .n2-ss-slide{
        height: auto !important;
    }
    div#n2-ss-3,.n2-ss-section-main-content{
        padding-top: 0 !important;
        /* padding-bottom: 100px; */
    }
    div#n2-ss-5 .n2-font-f928eab779e4df343b2b167f540a0544-hover{
        font-size: 24px !important;
        font-family: "Noto Sans JP", sans-serif;
        font-weight: bold;
    }
    div#n2-ss-5 .n2-font-4e01351fb4f24a611fb92de1c0f15b01-paragraph{
        font-size: 14px !important;
        font-family: "Noto Sans JP", sans-serif;
    }
}