* {
    -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;
}
.headding-merit{
    width: 100%;
    height: 100px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2em;
    font-size: 1.4rem;
}
.headding-service{
    width: 100%;
    height: 100px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2em;
    font-size: 1.4rem;
}
.headding-service h2{
    color: #fff;
}
.headding-support{
    width: 100%;
    height: 100px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2em;
    font-size: 1.4rem;
}
.headding-support h2{
    color: #fff;
}
.headding-contact h2 {
    color: #fff;
    font-size: 33.6px;
}
.headding-contact {
    width: 100%;
    padding: 60px 0 140px 0;
    background-color: #78BD54;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-direction: column;
}
.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;
}
.headding-flow {
    width: 100%;
    height: 100px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2em;
    font-size: 1.4rem;
}
@media (max-width:768px){
}

/* ヘッダー */
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.7);
    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: 150vh;
    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: 5%;
    z-index: 10;
    padding: 40px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 20px;
    width: 500px;
}
.mv-contact {
    position: absolute;
    top: 25%;
    right: 5%;
    z-index: 10;
    border-radius: 50%;
    background-color: #FEFFCC;
    box-shadow: 1px 1px 1px #4E4E4E;
    height: 300px;
    width: 300px;
}
.mv-contact ul {
    display: flex;
    justify-content: space-between;
}
.mv-contact ul li {
    border-radius: 20px;
    padding: 12px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    padding-left: 35px;
    line-height: 1;
}
.mv-contact ul li a {
    color: #fff;
    line-height: 1;
}
.mv-contact ul li:nth-child(1) {
    background-color: #78BD54;
}
.mv-contact ul li:nth-child(2) {
    background-color: #ED713C;
}
.mv-contact ul li:nth-child(1):before {
    content: "";
    position: absolute;
    background: url(/wp-content/uploads/contents/icon_mail.png);
    width: 20px;
    height: 20px;
    background-size: cover;
    left:5px;
}
.mv-contact ul li:nth-child(2):before {
    content: "";
    position: absolute;
    background: url(/wp-content/uploads/contents/icon_phone.png);
    width: 20px;
    height: 20px;
    background-size: cover;
    left:5px;
}
.mv-contact p {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 20px;
    font-size: 1.5rem;
}
.catch img {
    width: 100%;
}

.scroll-icon {
    position: absolute;
    top: 50%;
    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(60% at 50% 0);
        }

        to {
            clip-path: circle(150.0% at 50% 0);
        }
    }
.mv-contact {
    position: absolute;
    top: 27%;
    right: 50%;
    z-index: 10;
    background-color: unset;
    box-shadow: none;
    width: 300px;
    transform: translateX(50%);
}
.catch {
    top: 10%;
    width: 320px;
    padding: 20px;
    left: 50%;
    transform: translateX(-50%);
}
.scroll-icon {
    top: 50%;
}
}

/* 私たちの想い */
.our-mission {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
    background-color: #79bd54eb;
    padding: 30px;
    text-align: center;
    backdrop-filter: blur(3px);
    font-size: 26px;
}
.our-mission p{
    color: #FFF;
}

@media (max-width:768px) {
    .our-mission {
        padding: 20px 10px;
        font-size: 20px;
        position: absolute;
        bottom: 10%;
        width: 100%;
    }
}

/* メリット */
section.merit {
    position: relative;
    overflow: hidden;
}
section.merit:after {
    content: 'Merit';
    font-size: 7rem;
    position: absolute;
    right: 0;
    top: 30px;
    color: #0000001A;
    font-weight: bold;
    z-index: -1;
}
.light {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
.light span {
    text-align: center;
    position: relative;
    padding: 10px 0 10px 100px;
    display: block;
    font-weight: bold;
    font-size: 1.2rem;
}
.light span:before {
    content: '';
    position: absolute;
    background-image: url(/wp-content/uploads/contents/denkyu.png);
    width: 90px;
    height: 90px;
    background-size: contain;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.merit-list {
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.merit-list div {
    width: 25%;
}
.merit-list div img{
    padding: 40px;
}

@media (max-width:768px) {
section.merit:after {
        top: 0;
        writing-mode: vertical-lr;
        height: max-content;
    }
    .merit-list {
        padding: 0;
        flex-direction: column;
    }
    .merit-list div {
        width: 100%;
    }
    .light span {
        padding: 10px 0 10px 80px;
    }
    .light span:before {
        height: 70px;
        width: 70px;
    }
}
/* サービス */
section.service {
    padding-bottom: 0;
}
section>div.service {
    padding: 60px 0;
    position: relative;
    background-color: #00B3E7;
    overflow: hidden;
}
section>div.service:after {
    content: 'Service';
    font-size: 7rem;
    position: absolute;
    right: 0;
    top: 30px;
    color: #0000001A;
    font-weight: bold;
    z-index: 0;
}
section>div.service:before {
    content: '';
    background: url(/wp-content/uploads/contents/icon_supporter.png);
    position: absolute;
    right: -50px;
    bottom: 30px;
    height: 959px;
    width: 730px;
    background-repeat: no-repeat;
    color: #0000001A;
    font-weight: bold;
    z-index: 0;
}
.service-wave {
    transform: translateY(10px);
}
.service-container {
    padding: 40px 20px;
    border-radius: 20px;
    background-color: #fff;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}
.service-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
}
.service-wrap>div {
    display: flex;
    flex-direction: column;
    border: 1px solid #000;
    width: 50%;
    margin: 0 -1px -1px 0;
}
.service-wrap>div>h3 {
    padding: 20px;
    font-weight: bold;
    color: #00B3E7;
    font-size: 1.5rem;
}
.service-wrap>div>p {
    padding: 20px;
}
.hedding-koushin {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    margin-top: 30px;
}
.hedding-koushin p{
    background: linear-gradient(transparent 60%, #E4E4E4 60%);
    width: 50%;
}
.hedding-koushin p:first-child{
    color: #78BD54;
    font-size: 1.4rem;
}
.hedding-koushin p:last-child{
    font-size: 1.1rem;
    text-align: right;
}
.koushin {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-top: 50px;
}
.koushin-inner {
    border: 1px solid #919191;
    padding: 40px 0;
    width: 50%;
    border-radius: 20px;
}
.koushin-inner p {
    margin-top: -50px;
    width: 100%;
    border-radius: 50px;
    text-align: center;
    background-color: #00B3E7;
    color: #fff;
}
.koushin-inner ol {
    margin-top: 20px;
    padding: 0 40px;
}
.koushin-inner ol li {
    list-style: decimal;
}
@media (max-width:768px) {
section>div.service:after {
        top: 0;
        writing-mode: vertical-lr;
        height: max-content;
    }
    .service-wrap>div {
        width: 100%;
    }
    .service-wrap>div>h3 {
        font-size: 1.2rem;
    }
    .koushin {
        flex-direction: column;
    }
    .hedding-koushin {
        flex-direction: column;
    }
    .hedding-koushin p {
        width: 100%;
    }
    .koushin-inner {
        width: 100%;
    }
}
/* 制作の流れ */
section.flow {
    position: relative;
    overflow: hidden;
}
section.flow:after {
    content: 'Workflow';
    font-size: 7rem;
    position: absolute;
    right: 0;
    top: 30px;
    color: #0000001A;
    font-weight: bold;
    z-index: -1;
}
.flow-wrap {
    display: flex;
    flex-direction: column;
    gap: 80px 0;
}
.flow-inner {
    display: flex;
    justify-content: center;
    border: 1px solid #6b6b6b;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 30px;
    position: relative;
}
.flow-inner:after {
    content: '・・・';
    position: absolute;
    left: 50%;
    bottom: -60px;
    transform: translateX(-50%) rotate(90deg);
    color: #6b6b6b;
}
.flow-inner:last-child:after {
    content: none;
}
.flow-inner>div{
    width: 100%;
    max-width: 800px;
}
.flow-inner h3 {
    display: flex;
    align-items: center;
    font-size: 1.5rem;
    font-weight: bold;
}
.flow-inner h3 span{
    color: #78BD54;
    font-size: 2.5rem;
    margin-right: 20px;
}
@media (max-width:768px) {
section.flow:after {
        top: 0;
        writing-mode: vertical-lr;
        height: max-content;
    }
}

/* お問い合わせ */
section.contact {
    padding: 0 0 60px;
    position: relative;
    overflow: hidden;
}

section.contact:before {
    content: 'Contact us';
    font-size: 7rem;
    position: absolute;
    right: 0;
    top: 30px;
    color: #0000001A;
    font-weight: bold;
    z-index: 1;
}
.contact-text {
    font-size: 1.4rem;
    font-family: "Zen Maru Gothic", sans-serif;
    color: #fff;
    text-align: center;
}
.contact-btn {
    display: flex;
    justify-content: center;
    gap: 30px;
    padding: 50px 40px;
    position: relative;
    z-index: 1;
}
.contact-btn a {
    width: 30%;
}
@media (max-width:768px) {
    .contact-text {
        font-size: 1.2rem;
    }
    section.contact:after {
        top: 0;
        writing-mode: vertical-lr;
        height: max-content;
    }
    section.contact:before {
        top: 0;
        writing-mode: vertical-lr;
        height: max-content;
    }
    .contact-btn {
        flex-direction: column;
    }
    .contact-btn a {
        width: 100%;
    }
}

/* フッター */
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);
}

.mt20 {
    margin-top: 20px!important;
}
.mb20 {
    margin-bottom: 20px!important;
}