* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-break: break-all;
    border-spacing: 0;
    border-collapse: collapse;
    text-indent: initial;
    text-decoration: none;
    line-height: 2em;
    margin: 0;
    list-style: none;
    padding: 0;
    font-family: "Noto Sans JP", sans-serif;
    color: #4E4E4E;
}
img {
    vertical-align: middle;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
    max-width: 100%;
    width: 100%;
    height: auto;
}
figure img {
    width: inherit;
}
a img:hover {
    opacity: 0.7;
}
@media (max-width: 767px) {
    .pc-only {
        display: none !important;
    }
}

@media (min-width: 767px) {
    .sp-only {
        display: none !important;
    }
}

section {
    padding: 60px 0;
}
.container {
    max-width: 1200px;
    margin: 0 auto;
}
@media (max-width:768px){
    .container {
        padding:0 20px;
    }
}

/* ナビ */
.nav {
    position: fixed;
    min-height: 100%;
    width: 100%;
    top: 0;
    right: -100%;
    z-index: 50;
}

.nav__bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: -100%;
    cursor: pointer;
}

@media (max-width: 767px) {
    .nav__bg {
        display: none;
    }
}

.nav__wrap {
    position: absolute;
    top: 0;
    right: 0;
    width: 460px;
    height: 100vh;
    padding-bottom: 30px;
    overflow: auto;
    background: #F4D216;
}
@media (max-width: 767px) {
    .nav__wrap {
        width: 100%;
        height: 100vh;
        padding-bottom: 70px;
        overflow-y: scroll;
    }
}

.nav-btn {
    display: block;
    position: relative;
    cursor: pointer;
    width: 60px;
    height: 60px;
    z-index: 99999999;
}

.nav-btn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 17px;
    height: 3px;
    border-radius: 2px;
    background: #ED713C;
    width: 50%;
}

.nav-btn span:nth-of-type(1) {
    top: 16px;
}

.nav-btn span:nth-of-type(2) {
    top: 28px;
}

.nav-btn span:nth-of-type(3) {
    top: 41px;
}

.nav-btn.is-active span:nth-of-type(1) {
    top: 27px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 50%;
}

.nav-btn.is-active span:nth-of-type(2) {
    opacity: 0;
    /*真ん中の線は透過*/
}

.nav-btn.is-active span:nth-of-type(3) {
    top: 40px;
    left: 17px;
    transform: translateY(-6px) rotate(45deg);
    width: 50%;
}


@media (max-width: 767px) {
    .nav__items {
        margin-top: 0;
        padding-top: 80px;
        width: 290px;
        margin: 0 auto;
    }
}

.nav__items ul {
    list-style: none;
    padding: 15px 0 0 0;
}

.nav__items ul li a {
    display: block;
    padding: 10px;
    font-size: 1rem;
    color: #4E4E4E;
    border-bottom: 1px solid #4E4E4E;
}

@media (max-width: 767px) {
    .nav__items ul li a {
        background-size: 100% auto;
    }
}

@media (min-width: 769px) {
    .nav__items ul li a:hover {
        -webkit-transition: opacity 0.2s ease-out;
        transition: opacity 0.2s ease-out;
        opacity: 0.7;
        filter: alpha(opacity=70);
        -ms-filter: "alpha(opacity=percentage(70))";
        zoom: 1;
    }
}

.nav__items ul li a.has_under ul.sub-menu {
    padding-top: 0;
    margin-right: 10px;
    margin-left: 30px;
}

.nav__items ul li a.has_under ul.sub-menu li a {
    background: #4E4E4E;
    color: #4E4E4E;
    font-size: 2rem;
}

.nav__items ul ul {
    margin-top: 0;
    padding-top: 0;
}

.nav__items ul ul li a {
    border-bottom: 1px dotted #4E4E4E;
    text-indent: 1em;
}

/* 見出し */
h2{
    line-height: 1.5;
}
h2 span {
    display: block;
}
h2.headding-mission{
    font-size: 4rem;;
    background: linear-gradient(90deg, #fe982e 0%, #ed713c 23%, #F4D216 43%, #aacf52 63%, #78bd54 100%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    font-family: "Syne", sans-serif;
}
h2.headding-mission span{
    font-size: 1.6rem;;
}
.headding-service{
    width: 100%;
    height: 260px;
    background-color: #ED713C;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2em;
    position: relative;
    overflow: hidden;
}
.headding-service:after{
    content: '';
    background-image: url(/wp-content/uploads/contents/section_icon_01.png);
    width: 260px;
    height: 100%;
    background-size: contain;
    position: absolute;
    right: -50px;
    background-repeat: no-repeat;
}
.headding-service h2,
.headding-team h2,
.headding-result h2,
.headding-case h2,
.headding-contact h2 {
    color: #fff;
}
.headding-service h2 span{
    font-size: 4rem;
    color: #FFF;
    text-align: center;
    font-family: "Syne", sans-serif;
}
.headding-team {
    width: 100%;
    height: 260px;
    background-color: #FE982E;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 10;
    overflow: hidden;
}
.headding-team:after {
    content: '';
    background-image: url(/wp-content/uploads/contents/section_icon_02.png);
    width: 260px;
    height: 100%;
    background-size: contain;
    position: absolute;
    right: -50px;
    background-repeat: no-repeat;
}
.headding-team h2 span {
    font-size: 4rem;
    color: #FFF;
    text-align: center;
    font-family: "Syne", sans-serif;
}

.headding-result {
    width: 100%;
    height: 260px;
    background-color: #F4D216;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.headding-result:after {
    content: '';
    background-image: url(/wp-content/uploads/contents/section_icon_03.png);
    width: 260px;
    height: 100%;
    background-size: contain;
    position: absolute;
    right: -50px;
    background-repeat: no-repeat;
}
.triangle-A {
    position: relative;
    height: 50px;
}
.triangle-A:before {
    content: '';
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    width: 100%;
    height: 50px;
    background-color: #F4D216;
    position: absolute;
    top: 0;
}
.headding-result h2 span {
    font-size: 4rem;
    color: #FFF;
    text-align: center;
    font-family: "Syne", sans-serif;
}

.headding-case {
    width: 100%;
    border-radius: 0 0 30px 30px;
    height: 260px;
    background-color: #AACF52;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
}
.headding-case:after {
    content: '';
    background-image: url(/wp-content/uploads/contents/section_icon_04.png);
    width: 260px;
    height: 95%;
    background-size: contain;
    position: absolute;
    right: -50px;
    background-repeat: no-repeat;
}
.triangle-B {
    position: relative;
    height: 30px;
    margin-bottom: 4rem;
}
.triangle-B:before {
    content: '';
    background-color: #AACF52;
    position: absolute;
    width: 50px;
    height: 30px;
    bottom: 1px;
    left: 50%;
    transform: translate(-50%);
    clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.headding-case h2 span {
    font-size: 4rem;
    color: #FFF;
    text-align: center;
    font-family: "Syne", sans-serif;
}
.headding-contact {
    width: 100%;
    padding: 60px 0 110px 0;
    background-color: #78BD54;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    flex-direction: column;
}
.headding-contact h2 {
    position: relative;
    margin-bottom: 2em;
    padding: 0 8% 80px;
    line-height: 1;
}
.headding-contact h2:after {
    content: '';
    position: absolute;
    background-image: url(/wp-content/uploads/contents/contact_img_01.png);
    width: 100%;
    height: 100%;
    background-position: bottom;
    background-size: 100%;
    position: absolute;
    right: 0;
    bottom: 20px;
    background-repeat: no-repeat;
}
.headding-contact h2 span {
    font-size: 3.5rem;
    color: #FFF;
    text-align: center;
    font-family: "Syne", sans-serif;
}
.headding-contact:after {
    content: '';
    background-image: url(/wp-content/uploads/contents/contact_img_02.png);
    width: 100%;
    height: 100%;
    background-position: bottom;
    background-size: 100%;
    position: absolute;
    right: 0;
    bottom: -1px;
    background-repeat: no-repeat;
}
@media (max-width:768px){
    .headding-service,
    .headding-team,
    .headding-result,
    .headding-case {
        height: 170px;
    }
    .headding-service:after,
    .headding-team:after,
    .headding-case:after {
        width: 140px;
        height: 60%;
        bottom: 0;
    }
    .headding-result:after {
        width: 140px;
        height: 60%;
        top: 0;
    }
    h2.headding-mission,
    .headding-service h2 span,
    .headding-team h2 span,
    .headding-result h2 span,
    .headding-case h2 span,
    .headding-contact h2 span {
        font-size: 2rem;
    }
    h2.headding-mission span,
    .headding-service h2,
    .headding-team h2,
    .headding-result h2,
    .headding-case h2 span {
        font-size: 1rem;
    }
    .headding-contact h2 {
        font-size: 1rem;
        padding: 0 8% 50px;
    }
}

/* ヘッダー */
header {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    padding: 10px;
}
.header-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 25px;
    background-color: rgba(255, 255, 255, 0.3);
    width: 100%;
    height: 80px;
    border-radius: 50px;
}
.header-wrap a {
    flex: 1;
    display: inline-block;
    max-width: 420px;
}

.top-nav {
    display: flex;
    gap: 10px;
    font-size: 20px;
}
.top-nav a{
    color: #4E4E4E;
    display: inline-block;
    padding-bottom: 5px;
    position: relative;
    font-family: "Zen Maru Gothic", sans-serif;
    transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
}

.top-nav a:before{
    background: #78BD54;
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: scale(0, 1);
    transition: transform .3s;
}
.top-nav a:hover:before {
    transform: scale(1, 1);
    transform-origin: center top;
}
@media (max-width:768px) {
    .header-wrap {
        height: 60px;
    }
}
/* MV */
.mv {
    background-color: #fff;
    height: 200vh;
    position: relative;
}

@keyframes reveal-mv {
    from {
        clip-path: circle(50% at 50% 0);
    }

    to {
        clip-path: circle(150.0% at 50% 0);
    }
}

.mv-image {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    position: sticky;
    top: 0;
    animation: reveal-mv linear both;
    animation-timeline: view();
    animation-range: contain 0% contain 100%;
}

.catch {
    position: absolute;
    top: 25%;
    left: 10%;
    z-index: 10;
}
.catch img {
    width: 100%;
}

.scroll-icon {
    position: absolute;
    top: 40%;
    left: 50%;
    width: 110px;
    animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}
@keyframes floating-y {
    0% {
        transform: translate(-55px,-10%);
    }

    100% {
        transform: translate(-55px,10%);
    }
}
@media (max-width:768px) {
@keyframes reveal-mv {
        from {
            clip-path: circle(100% at 50% 0);
        }

        to {
            clip-path: circle(150.0% at 50% 0);
        }
    }

}

/* 私たちの想い */
.our-mission{
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 30px;
    text-align: center;
    color: #4E4E4E;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(3px);
}

.highlight{
    font-size: 1.6rem;
    font-weight: bold;
    background: linear-gradient(transparent 60%, #FE982E 60%);
}

@media (max-width:768px) {
    .our-mission {
        padding: 20px 10px;
    }
    .our-mission h3 {
        font-size: 1rem;
        font-family: "Zen Maru Gothic", sans-serif;
    }
    .highlight {
        font-size: 1.2rem;
        font-family: "Zen Maru Gothic", sans-serif;
    }

}

/* TOPアンカーリンク */
.page-link {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
.page-link li{
    width: 18%;
    position: relative;
}
@media (max-width:1200px) {
    .page-link {
        flex-wrap: wrap;
        justify-content: center;
    }
    .page-link li {
        width: 30%;
        position: relative;
    }
}
@media (max-width:768px) {
    .page-link {
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 30px 10px;
    }
    .page-link li {
        width: 48%;
        font-size: 14px;
    }
    .page-link li:nth-child(5){
        width: 100%;
    }
}
.page-link li:before {
    content: '▼';
    position: absolute;
    bottom: -18px;
    left: 50%;
    transform: translate(-50%);
}
.page-link li:nth-child(1):before {
    color: #ED713C;;
}
.page-link li:nth-child(2):before {
    color: #FE982E;;
}
.page-link li:nth-child(3):before {
    color: #DFC21F;;
}
.page-link li:nth-child(4):before {
    color: #AACF52;;
}
.page-link li:nth-child(5):before {
    color: #78BD54;;
}
.page-link li a{
    padding: 20px 0;
    position: relative;
    text-align: center;
    border-radius: 20px;
    display: block;
    color: #fff;
    cursor: pointer;
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
    overflow: hidden;
    transition-duration: .4s;
    z-index: 2;
    font-weight: bold;
}
.page-link li a span{
    display: block;
    font-family: "Syne", sans-serif;
    color: #fff;
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}

.page-link li:nth-child(1) a{
    background-color: #ED713C;
    border: 3px solid #ED713C ;
}
.page-link li:nth-child(2) a{
    background-color: #FE982E;
    border: 3px solid #FE982E ;
}
.page-link li:nth-child(3) a{
    background-color: #DFC21F;
    border: 3px solid #DFC21F ;
}
.page-link li:nth-child(4) a{
    background-color: #AACF52;
    border: 3px solid #AACF52 ;
}
.page-link li:nth-child(5) a{
    background-color: #78BD54;
    border: 3px solid #78BD54 ;
}

.page-link li a:after {
    background: #FFF;
    border-radius: 50%;
    content: "";
    display: block;
    margin: auto;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    padding-top: 100%;
    height: 0;
    z-index: -1;
    transform: translateY(-50%) scale(0.1);
    transition: opacity .5s, transform 0s;
    transition-delay: 0s, .4s;
}
.page-link li:nth-child(1) a:hover,
.page-link li:nth-child(1) a:hover span {
    color: #ED713C;
}
.page-link li:nth-child(2) a:hover,
.page-link li:nth-child(2) a:hover span {
    color: #FE982E;
}
.page-link li:nth-child(3) a:hover,
.page-link li:nth-child(3) a:hover span {
    color: #DFC21F;
}
.page-link li:nth-child(4) a:hover,
.page-link li:nth-child(4) a:hover span {
    color: #AACF52;
}
.page-link li:nth-child(5) a:hover,
.page-link li:nth-child(5) a:hover span {
    color: #78BD54;
}
.page-link li:nth-child(1) a:hover:before {
    color: #ED713C;
}
.page-link li:nth-child(2) a:hover:before {
    color: #FE982E;
}
.page-link li:nth-child(3) a:hover:before {
    color: #DFC21F;
}
.page-link li:nth-child(4) a:hover:before {
    color: #AACF52;
}
.page-link li:nth-child(5) a:hover:before {
    color: #78BD54;
}
.page-link li a:hover:after {
    opacity: 1;
    transform: translateY(-50%) scale(1.1);
    transition-delay: 0s;
    transition: opacity .8s, transform .6s ease-in-out;
}
/* サービス */
section.service {
    background: linear-gradient(transparent 70%, #ED713C 70%);
    padding: 0 0 60px 0;
}
.service-text {
    margin-bottom: 2em;
    text-align: center;
}
.service-wrap {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    gap: 20px;
    background-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(3px);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    margin: 30px 0;
}
.service-wrap > div {
    width: 50%;
}
.service-wrap > div img {
    overflow: hidden;
    border-radius: 20px;
}
.service-inner {
    width: 50%;
}
.service-inner a{
    color: #ED713C;
    text-decoration: underline;
}
.service-title{
    position: relative;
    padding-left: 30px;
    margin-bottom: 0.5em;
    font-family: "Zen Maru Gothic", sans-serif;
}
.service-title:before{
    content: '●';
    position: absolute;
    color: #ED713C;
    left: 0;
}
@media (max-width:768px) {
    .service-wrap {
        flex-direction: column;
    }
    .service-wrap > div {
        width: 100%;
    }
    .service-inner {
        width: 100%;
    }
}
/* チーム */
section.team {
    padding: 0;
    position: relative;
}
.sub-image {
    position: sticky;
    top: 0;
    height: 100vh;
    background-image: url(/wp-content/uploads/contents/team.jpg);
    background-size: cover;
    background-position: center;
    z-index: 0;
}
.team-wrapper {
    background-color: #FE982E;
    position: relative;
    padding: 40px 20px 60px;
}
.team-wrapper .container{
    background-color: #fff;
    padding: 30px;
}
.frame-top {
    position: relative;
}
.frame-top:before {
    content: '';
    position: absolute;
    bottom: -1px;
    background-image: url(/wp-content/uploads/contents/team_frame_01.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 134px;
}
.frame-inner-top {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}
.frame-inner-top:before {
    content: '';
    position: absolute;
    bottom: -2px;
    background-image: url(/wp-content/uploads/contents/team_frame_03.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 134px;
}
.frame-bottom {
    position: relative;
    background-color: #F4D216;
    z-index: 1;
    height: 100px;
}
.frame-bottom img{
    position: absolute;
    top: -2px;
}
.frame-inner-bottom {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}
.frame-inner-bottom img {
    position: absolute;
    top: -1px;
}
.team-text {
    text-align: center;
    margin-bottom: 2em;
}
.team-wrap {
    display: flex;
    flex-direction: column;
    gap: 50px 0;
}
.team-container {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
.team-container.reverse {
    flex-direction: row-reverse;
}
.team-container > div {
    width:35%;
}
.team-container .team-inner {
    width: 65%;
    padding: 20px 30px 60px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    position: relative;
    border-bottom: 10px solid #FE982E;
}
.team-inner:after {
    font-family: "Syne", sans-serif;
    font-size: 3.2rem;
    font-weight: bold;
    position: absolute;
    bottom: 0;
    right: 0;
    color: #FE982E;
 }
.team-container:nth-child(1) .team-inner:after {
    content: 'DIRECTION';
}
.team-container:nth-child(2) .team-inner:after {
    content: 'WRITING';
}
.team-container:nth-child(3) .team-inner:after {
    content: 'CODING';
}
.team-container:nth-child(4) .team-inner:after {
    content: 'DESIGN';
}
.team-container:nth-child(5) .team-inner:after {
    content: 'RETOUCH';
}
.team-container:nth-child(6) .team-inner:after {
    content: 'RPA SUPPORT';
}
.team-title {
    margin-bottom: 1em;
    font-size: 1.6rem;
}
.team-title strong {
    position: relative;
    padding-left: 40px;
    font-family: "Zen Maru Gothic", sans-serif;
}
.team-title strong:before {
    content: '';
    background-repeat: no-repeat;
    background-size: cover;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 6px;
    left: 0;
}
.team-container:nth-child(1) .team-title strong:before {
    background-image: url(/wp-content/uploads/contents/team_icon_01.png);
}
.team-container:nth-child(2) .team-title strong:before {
    background-image: url(/wp-content/uploads/contents/team_icon_02.png);
}
.team-container:nth-child(3) .team-title strong:before {
    background-image: url(/wp-content/uploads/contents/team_icon_03.png);
}
.team-container:nth-child(4) .team-title strong:before {
    background-image: url(/wp-content/uploads/contents/team_icon_04.png);
}
.team-container:nth-child(5) .team-title strong:before {
    background-image: url(/wp-content/uploads/contents/team_icon_05.png);
}
.team-container:nth-child(6) .team-title strong:before {
    background-image: url(/wp-content/uploads/contents/team_icon_06.png);
}
@media (max-width:768px) {
    .sub-image{
        height: 30vh;
    }
    .team-wrapper .container {
        padding: 20px;
    }
    .team-container {
        flex-direction: column!important;
    }
    .team-text{
        text-align: left;
    }
    .team-container>div,
    .team-container .team-inner,
    .team-container .team-inner {
        width: 100%;
    }
    .team-inner:after {
        font-size: 2rem;
    }
}
/* 貢献性 */
section.result {
    padding: 0 0 60px;
    position: relative;
}
section.result:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 300px;
    background-color: #F4D216;
    clip-path: polygon(50% 0%, 100% 38%, 100% 100%, 0 100%, 0% 38%);
}
.hook {
    font-size: 1.6rem;
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 20px;
}
.result-content {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    position: sticky;
    top: 0;
}
.result-img-1 {
    width: 50%;
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(/wp-content/uploads/contents/impact-result_01.jpg);
    border-radius: 0 20px 20px 0;
    overflow: hidden;
}
.result-img-2 {
    width: 50%;
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(/wp-content/uploads/contents/impact-result_02.jpg);
    border-radius: 0 20px 20px 0;
    overflow: hidden;
}
.result-inner {
    width: 50%;
    background-color: #F9F3D2;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 5%;
    border-radius: 20px 0 0 20px;
    overflow: hidden;
}

.result-inner > div {
    max-width: 450px;
    position: relative;
}
.result-inner>div:before {
    content: '';
    background-repeat: no-repeat;
    background-size: cover;
    width: 100px;
    height: 100px;
    position: absolute;
    top: -30px;
    right: 0;
    z-index: 1;
    background-image: url(/wp-content/uploads/contents/impact-result_icon_01.png);
}
.result-title {
    margin-bottom: 1em;
    font-size: 1.6rem;
}

.result-title strong {
    position: relative;
    padding-left: 78px;
    font-family: "Zen Maru Gothic", sans-serif;
    z-index: 1;
}

.result-title.title-A strong:after {
    content: '';
    width: 60px;
    height: 60px;
    position: absolute;
    top: -10px;
    left: 0;
    border-radius: 50%;
    background-color: #fff;
}
.result-title.title-A strong:before {
    content: '';
    background-repeat: no-repeat;
    background-size: cover;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 10px;
    z-index: 1;
    background-image: url(/wp-content/uploads/contents/impact-result_icon_02.png);
}
.result-title.title-B strong:after {
    content: '';
    width: 60px;
    height: 60px;
    position: absolute;
    top: -10px;
    left: 0;
    border-radius: 50%;
    background-color: #fff;
}
.result-title.title-B strong:before {
    content: '';
    background-repeat: no-repeat;
    background-size: cover;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 10px;
    z-index: 1;
    background-image: url(/wp-content/uploads/contents/impact-result_icon_03.png);
}

@media (max-width:768px) {
    .result-content {
        display: flex;
        gap: 0;
        flex-direction: column;
        top: -80vh;
    }

    .result-img-1 {
        width: 100%;
        height: 40vh;
        border-radius: 20px 20px 0 0;
    }

    .result-img-2 {
        width: 100%;
        height: 40vh;
        border-radius: 20px 20px 0 0;
    }

    .result-inner {
        width: 100%;
        border-radius: 0 0 20px 20px;
        padding: 30px;
    }

    .result-inner>div {
        max-width: 100%;
    }
    .hook {
        font-size: 1.2rem;
    }
    .result-title {
        font-size: 1.4rem;
    }
}
/* 制作事例 */
section.case {
    padding: 0 0 60px;
    position: relative;
}

.slick-slide {
    filter: blur(3px);
    transform: scale(0.7);
    transition: 0.5s;
}
.slick-slide.slick-current {
    filter: unset;
    transform: scale(1);
}

/* お問い合わせ */
section.contact {
    padding: 0 0 60px;
}
.contact-text {
    font-size: 1.4rem;
    font-family: "Zen Maru Gothic", sans-serif;
    color: #fff;
    text-align: center;
}
.contact-btn {
    display: block;
    padding: 50px 20px;
}
@media (max-width:768px) {
    .contact-text {
        font-size: 1.2rem;
    }
}

/* フッター */
footer {
    position: relative;
}
footer:after {
    content: "";
    position: absolute;
    background-image: url(/wp-content/uploads/contents/contact_img_03.png);
    background-size: contain;
    width: 117px;
    height: 82px;
    top: 0;
    left: 50px;
    background-repeat: no-repeat;
}
footer:before {
    content: "";
    position: absolute;
    background-image: url(/wp-content/uploads/contents/contact_img_04.png);
    background-size: contain;
    width: 34px;
    height: 88px;
    top: 0;
    right: 50px;
    background-repeat: no-repeat;
}
.footer-wrap {
    display: flex;
    justify-content: space-between;
    gap: 20px 40px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}
.footer-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    width: calc(100% - 600px);
}
.footer-nav {
    display: flex;
    justify-content: center;
    gap: 20px 40px;
    width: 600px;
}
.footer-nav ul p{
    font-size: 1.4rem;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: bold;
}
.footer-nav ul li{
    padding-left: 20px;
    border-left: 2px dashed #FAD4AB;
}
.footer-nav ul li a {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: bold;
    transition: all .4s;
    display: block;
}
.footer-nav ul li a:hover {
    transform: translateX(5px);
}
.copy {
    padding-top: 20%;
    text-align: center;
    position: relative;
}
.copy p{
    color: #fff;
    position: relative;
}
.copy:before{
    content: '';
    position: absolute;
    background-image: url(/wp-content/uploads/contents/footer_pc.png);
    width: 100%;
    height: 300px;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    bottom: 0;
    left: 0;
}
.pagetop {
    position: fixed;
    z-index: 100;
    bottom: 3%;
    right: 3%;
    background-color: #fff;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    box-shadow: 1px 1px 9px #676767;
}
.pagetop a{
    transition: all .4s;
    display: block;
    padding: 10px;
    position: relative;
    transform: translateY(-4px);
}
.pagetop a:after{
    content: 'TOP';
    position: absolute;
    bottom: -4px;
    left: 27px;
    font-size: 12px;
    color: #ff972d;
}
.pagetop a:hover{
    transform: translateY(-8px);
}
@media (max-width:768px) {
    .footer-wrap {
        flex-direction: column;
        align-items: center;
    }
    footer:after {
        left: 10px;
    }
    .footer-logo {
        width: 100%;
    }
    .footer-nav {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }
    .copy {
        padding-top: 30%;
    }
    .copy p{
        font-size: 12px;
    }
    .copy:before {
        background-image: url(/wp-content/uploads/contents/footer_sp.png);
    }
}

.slick-slide.slick-current.slick-slide,
.slick-slide.is-active-next.slick-slide {
    filter: unset;
    transform: scale(1);
}