.ad-placement {
    background-color: #f3f4f4
}

.ad-placement #preloader #loader-txt span:nth-child(2) {
    animation-delay: .1s
}

.ad-placement #preloader #loader-txt span:nth-child(3) {
    animation-delay: .2s
}

.ad-placement #preloader #loader-txt span:nth-child(4) {
    animation-delay: .3s
}

.ad-placement #preloader #loader-txt span:nth-child(5) {
    animation-delay: .4s
}

.ad-placement #preloader #loader-txt span:nth-child(6) {
    animation-delay: .5s
}

.ad-placement #preloader #loader-txt span:nth-child(7) {
    animation-delay: .6s
}

.ad-placement #preloader #loader-txt span:nth-child(8) {
    animation-delay: .7s
}

.ad-placement #preloader #loader-txt span:nth-child(9) {
    animation-delay: .8s
}

.ad-placement #preloader #loader-txt span:nth-child(10) {
    animation-delay: .9s
}

.ad-placement #preloader #loader-txt span:nth-child(11) {
    animation-delay: 1s
}

.ad-placement #preloader #loader-txt span:nth-child(12) {
    animation-delay: 1.1s
}

#adlp-header-logo {
    position: fixed;
    top: calc(1.5vw + 15px);
    left: calc(1.5vw + 15px);
    z-index: 10
}

@media screen and (max-width: 580px) {
    #adlp-header-logo {
        top: 16px;
        left: 15px
    }
}

#adlp-header-logo img {
    width: 320px
}

@media screen and (max-width: 580px) {
    #adlp-header-logo img {
        width: 240px
    }
}

#adlp-header-logo a {
    display: block
}

.adlp-navi {
    position: fixed;
    right: calc(1.5vw + 15px);
    top: calc(1.5vw + 15px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 10;
    mix-blend-mode: multiply
}

@media screen and (max-width: 980px) {
    .adlp-navi {
        display: none
    }
}

.adlp-navi ul {
    display: flex;
    position: relative;
    gap: 20px
}

.adlp-navi a {
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
    padding: 4px 8px;
    color: #121212;
    transition: all .6s ease-in-out
}

.adlp-navi a span {
    line-height: 1;
    display: block
}

.adlp-navi a span.ja {
    font-size: 1.3rem;
    line-height: 1.6
}

.adlp-navi a span.en {
    font-size: 1rem
}

.adlp-navi a:hover,
.adlp-navi a.is-current {
    color: #0cb3a4
}

.adlp {
    background-color: #f3f4f4;
    overflow: unset;
    text-align: justify
}

.adlp-contents {
    position: relative;
    overflow: unset;
    padding-bottom: calc(5vw + 100px)
}

@media screen and (max-width: 580px) {
    .adlp-contents {
        padding-bottom: calc(5vw + 50px)
    }
}

.adlp-contents::before {
    content: "";
    position: absolute;
    top: 0vw;
    left: 0;
    height: 100%;
    max-width: calc(1180px + 20%);
    width: 80%;
    background-color: rgba(255, 255, 255, .5)
}

@media screen and (max-width: 580px) {
    .adlp-contents::before {
        width: 85%
    }
}

.adlp-sticky-container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    gap: 20px
}

.adlp-sticky-item {
    position: sticky;
    top: 140px;
    width: calc(35% - 10px);
    box-sizing: border-box
}

@media screen and (max-width: 980px) {
    .adlp-sticky-item {
        position: static;
        width: 100%
    }
}

@media screen and (max-width: 580px) {
    .adlp-sticky-item {
        margin-bottom: 20px
    }
}

.adlp-sticky-item .heading {
    color: #121212
}

.adlp-sticky-item .heading span {
    display: block;
    line-height: 1
}

.adlp-sticky-item .heading .ja {
    font-size: 3rem;
    letter-spacing: .04rem
}

@media screen and (max-width: 580px) {
    .adlp-sticky-item .heading .ja {
        font-size: 2.6rem
    }
}

.adlp-sticky-item .heading .en {
    margin-top: 10px;
    font-size: 1.2rem
}

.adlp-sticky-main {
    width: calc(65% - 10px)
}

@media screen and (max-width: 980px) {
    .adlp-sticky-main {
        width: 100%
    }
}

.adlp-flowingtext {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end
}

.adlp-flowingtext::after {
    top: 0;
    left: 0;
    content: ""
}

.adlp-flowingtext-inner {
    font-size: clamp(30rem, 20vw, 60vw);
    line-height: 1;
    -webkit-text-stroke: 1px #0cb3a4;
    color: rgba(0, 0, 0, 0);
    white-space: nowrap;
    opacity: .3
}

.adlp-flowingtext-inner>span {
    display: inline-block;
    padding-right: 3%
}

.adlp-flowingtext-inner.loopright>span:nth-of-type(1) {
    animation: loopRight-1 100s -50s linear infinite
}

.adlp-flowingtext-inner.loopright>span:nth-of-type(2) {
    animation: loopRight-2 100s linear infinite
}

@keyframes loopRight-1 {
    0% {
        transform: translateX(100%)
    }

    to {
        transform: translateX(-100%)
    }
}

@keyframes loopRight-2 {
    0% {
        transform: translateX(0)
    }

    to {
        transform: translateX(-200%)
    }
}

.adlp-headLine .heading {
    color: #0cb3a4
}

.adlp-headLine .heading span {
    display: block;
    line-height: 1.3
}

.adlp-headLine .heading .ja {
    font-size: 5.5rem
}

@media screen and (max-width: 580px) {
    .adlp-headLine .heading .ja {
        font-size: 3.26rem
    }
}

.adlp-headLine .heading .en {
    margin-top: 10px;
    font-size: 1.6rem
}

.adlp-headLine .subheading {
    margin-bottom: calc(2.5vw + 50px)
}

.adlp-headLine .subheading span {
    display: block;
    line-height: normal
}

.adlp-headLine .subheading .ja {
    font-size: 4.2rem
}

@media screen and (max-width: 580px) {
    .adlp-headLine .subheading .ja {
        font-size: 3rem
    }
}

.adlp-headLine .subheading .en {
    font-size: 1.6rem
}

.adlp-headLine .text-box {
    font-size: 1.5rem;
    width: 100%;
    max-width: 800px;
    text-align: justify;
    line-height: 1.8;
    margin-top: calc(0vw + 40px)
}

.lineButton {
    display: flex;
    padding-top: 2rem;
    align-items: flex-end;
    justify-content: space-between;
    z-index: 1;
    position: relative
}

@media screen and (max-width: 580px) {
    .lineButton {
        flex-direction: column-reverse;
        align-items: flex-start;
        padding-bottom: 100px;
        gap: 30px
    }
}

.lineButton .lineObject {
    display: inline-flex;
    align-items: center;
    padding: 4px 0 4px 0;
    box-sizing: border-box;
    color: #121212;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 10px
}

.lineButton .lineObject::before,
.lineButton .lineObject::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px
}

.lineButton .lineObject::before {
    background-color: #f8f9fa;
    transform: translateX(-100%);
    z-index: 1
}

.lineButton .lineObject::after {
    background-color: #121212
}

.lineButton .lineObject .text {
    display: block;
    font-size: 1.2rem;
    line-height: 1;
    letter-spacing: .04rem;
    transition: padding .3s ease-out;
    font-weight: 400
}

.lineButton .lineObject .icon {
    display: block;
    width: 10px;
    height: 10px;
    position: relative
}

.lineButton .lineObject .icon svg {
    fill: #121212;
    width: 100%;
    height: 100%;
    vertical-align: unset;
    position: absolute;
    top: 0;
    left: 0
}

.lineButton .lineObject:hover {
    background-size: 100% 1px;
    background-position: 0 100%
}

.lineButton .lineObject:hover::before {
    animation: flashLine .8s cubic-bezier(0.25, 1, 0.35, 1) forwards
}

@keyframes flashLine {
    0% {
        transform: translateX(-100%)
    }

    50% {
        transform: translateX(0%)
    }

    100% {
        transform: translateX(101%)
    }
}

#scrollUpBtn {
    position: fixed;
    bottom: 3%;
    right: 0;
    opacity: 0;
    padding: 5px;
    cursor: pointer;
    overflow: visible;
    z-index: 6;
    visibility: hidden;
    transition: right .4s ease-out .6s, visibility .3s ease-out .4s, opacity .3s ease-out .6s;
    transform: translate3d(0, 0, 0)
}

#scrollUpBtn svg {
    width: 10px;
    height: 94px;
    fill: #000;
    transition: fill .3s ease-out;
    mix-blend-mode: color
}

#scrollUpBtn:hover svg {
    fill: #999
}

#scrollUpBtn.is-show {
    right: 25px;
    opacity: 1;
    visibility: visible
}

@media screen and (max-width: 980px) {
    #scrollUpBtn.is-show {
        right: 25px
    }
}

@media screen and (max-width: 580px) {
    #scrollUpBtn.is-show {
        right: 15px
    }
}

.adlp-scroll-down {
    position: fixed;
    left: 0px;
    height: 80px;
    width: 20px;
    bottom: calc(5% + 40px);
    background-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    outline: none;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    transition: all .6s ease-in-out
}

.adlp-scroll-down:before,
.adlp-scroll-down:after {
    position: absolute;
    background-color: #121212;
    content: ""
}

.adlp-scroll-down:before {
    top: 0px;
    left: 50%;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    animation: adlp-scrollDownBtnAnimation 2s infinite
}

.adlp-scroll-down:after {
    height: 100%;
    width: 1px;
    top: 0;
    left: 50%;
    transform: translateX(-50%)
}

.adlp-scroll-down .text {
    color: #121212;
    font-size: 1.2rem;
    position: absolute;
    left: calc(50% - 6px);
    top: -60px;
    line-height: 1;
    writing-mode: vertical-rl
}

@keyframes adlp-scrollDownBtnAnimation {
    0% {
        transform: translate(0, 0) translateX(-50%);
        opacity: 0
    }

    40% {
        opacity: 1
    }

    80% {
        transform: translate(0, 70px) translateX(-50%);
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

.adlp-scroll-down.is-show {
    left: 40px;
    opacity: 1;
    visibility: visible
}

@media screen and (max-width: 980px) {
    .adlp-scroll-down.is-show {
        left: 25px
    }
}

@media screen and (max-width: 580px) {
    .adlp-scroll-down.is-show {
        left: 8px
    }
}

.adlp-contact {
    overflow: hidden
}

.adlp-contact a {
    width: 100%;
    max-width: 1100px;
    padding: 6vw 5%;
    margin: 8% auto;
    display: block;
    position: relative;
    box-sizing: border-box
}

@media screen and (max-width: 980px) {
    .adlp-contact a {
        padding: 15vw 6%
    }
}

@media screen and (max-width: 580px) {
    .adlp-contact a {
        padding: 18vw 6%
    }
}

.adlp-contact a .ja {
    line-height: 1;
    color: #0cb3a4;
    letter-spacing: .02rem;
    transition: color .5s, letter-spacing .5s
}

.adlp-contact a .ja span {
    display: block
}

.adlp-contact a .ja span:nth-of-type(1) {
    font-size: clamp(1.8rem, 1.2vw, 2.2vw)
}

.adlp-contact a .ja span:nth-of-type(2) {
    margin-top: 10px;
    font-size: clamp(4.8rem, 4.6vw, 9.2rem);
    font-weight: 700
}

.adlp-contact a .en {
    padding-top: 25px;
    font-size: clamp(1.6rem, 1.2vw, 2.2vw);
    font-weight: 500;
    color: #121212;
    transition: color .5s
}

.adlp-contact a:hover .en {
    color: #143265
}

.adlp-contact a:hover .ja {
    color: #143265;
    letter-spacing: .12rem
}

.adlp-contact .magnetic {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1
}

.adlp-contact .magnetic button {
    display: block;
    background-color: #0cb3a4;
    height: 180px;
    width: 180px;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%) scale(1);
    transition: transform .5s;
    color: #fff;
    transition: background-color .5s, transform .5s;
    font-weight: 600
}

@media screen and (max-width: 980px) {
    .adlp-contact .magnetic button {
        height: 140px;
        width: 140px;
        font-size: 1.4rem
    }
}

@media screen and (max-width: 580px) {
    .adlp-contact .magnetic button {
        display: none
    }
}

.adlp-contact .magnetic:hover button {
    background-color: #143265;
    transform: translateY(-50%) scale(1.05)
}

.adlp-contact #agree-policy {
    max-width: 1100px;
    padding: 0 10% 70px 10%;
    margin: 0 auto
}

@media screen and (max-width: 580px) {
    .adlp-contact #agree-policy {
        padding: 0 6% 70px 6%
    }
}

.adlp-contact #agree-policy .text {
    font-weight: 400;
    line-height: 1.6;
    font-size: 1.1rem
}

.adlp-contact #agree-policy .text strong {
    display: inline-block;
    margin-bottom: 5px
}

.adlp-contact .lineButton {
    display: inline-flex;
    padding-top: 0rem;
    padding-bottom: 0
}

#floating-pop {
    position: fixed;
    right: 3%;
    top: calc(50px + 5vw);
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transition: visibility .3s .4s, opacity .4s ease-in 0s
}

@media screen and (max-width: 980px) {
    #floating-pop {
        top: calc(40px + 0vw)
    }
}

#floating-pop a {
    display: block;
    width: 150px;
    height: 150px;
    position: relative
}

@media screen and (max-width: 980px) {
    #floating-pop a {
        width: 120px;
        height: 120px
    }
}

#floating-pop a span {
    display: block;
    text-align: center;
    position: relative;
    z-index: 1
}

#floating-pop a .text {
    background-color: #0cb3a4;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 600;
    font-feature-settings: "palt" 1;
    line-height: normal;
    width: 80%;
    height: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 9999px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

@media screen and (max-width: 980px) {
    #floating-pop a .text {
        font-size: 1.1rem
    }
}

#floating-pop a .pop {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%
}

#floating-pop a .pop svg {
    width: 100%;
    height: 100%;
    fill: #0cb3a4;
    animation: rotation 15s linear infinite
}

#floating-pop a:hover {
    animation: hoverShake .15s linear 3
}

#floating-pop.is-show {
    opacity: 1;
    visibility: visible;
    transition: visibility .3s, opacity .4s ease-in .4s
}

#floating-pop.is-hide {
    opacity: 0;
    visibility: hidden;
    transition: visibility .3s .4s, opacity .4s ease-in 0s
}

@keyframes rotation {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes hoverShake {
    0% {
        transform: skew(0deg, 0deg)
    }

    25% {
        transform: skew(1.5deg, 1.5deg)
    }

    75% {
        transform: skew(-1.5deg, -1.5deg)
    }

    100% {
        transform: skew(0deg, 0deg)
    }
}

.mailtoui-modal-attention {
    padding-bottom: 35px;
    font-size: 1.1rem;
    line-height: 1.4
}

.mailtoui-modal-attention strong {
    padding-bottom: 5px;
    display: inline-block
}

.mailtoui-modal-attention .lineButton {
    padding-top: 10px
}

.adlp-footer .inner {
    max-width: 1100px;
    padding: calc(2.5vw + 50px) 10% 0 10%;
    margin: 0 auto;
    border-top: 1px solid #fff;
    position: relative
}

@media screen and (max-width: 580px) {
    .adlp-footer .inner {
        padding: calc(2.5vw + 50px) 8% 0 8%
    }
}

.adlp-footer .attention {
    color: gray;
    font-size: 1rem;
    line-height: 1.3
}

.adlp-footer .copy {
    font-size: 1rem;
    line-height: 1.3;
    padding-top: 20px;
    color: #cacaca
}

.adlp-footer .catchphrase {
    margin-top: -7rem;
    overflow: hidden;
    white-space: nowrap;
    font-size: 18.6vw;
    text-align: center;
    font-weight: 600;
    letter-spacing: normal;
    color: rgba(18, 18, 18, .06);
    width: 100%;
    line-height: 1;
    display: flex;
    justify-content: center
}

.adlp-footer .catchphrase p {
    width: 110%;
    transform: translateY(3vw)
}

.adlp-footer .catchphrase .key {
    color: rgba(12, 179, 164, .1)
}

.adlp-footer .logo {
    width: 260px
}

.adlp-overview {
    position: relative
}

.adlp-overview-inner {
    max-width: 1100px;
    padding: calc(0vw + 0px) 10% 0 10%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: -10vw
}

@media screen and (max-width: 580px) {
    .adlp-overview-inner {
        margin-top: calc(-10vw - 50px)
    }
}

.adlp-overview-inner.explanation {
    padding-top: 0;
    margin-top: 5vw
}

.adlp-overview .adlp-flowingtext {
    padding-top: 10vw
}

@media screen and (max-width: 580px) {
    .adlp-overview .adlp-flowingtext {
        padding-top: calc(10vw + 50px)
    }
}

.adlp-overview .adlp-flowingtext-inner {
    -webkit-text-stroke: 1px rgba(20, 50, 101, .4)
}

.adlp-overview .page-title.ja span {
    display: block;
    color: #143265;
    line-height: 1.2;
    font-weight: 600
}

.adlp-overview .page-title.ja span:nth-of-type(1) {
    font-size: clamp(1.8rem, 4vw, 4.6rem);
    letter-spacing: .2rem
}

.adlp-overview .page-title.ja span:nth-of-type(2) {
    font-size: clamp(2.25rem, .536rem + 8.57vw, 11.25rem);
    letter-spacing: .2rem;
    font-weight: 700
}

@media screen and (max-width: 580px) {
    .adlp-overview .page-title.ja span:nth-of-type(2) {
        letter-spacing: normal
    }
}

.adlp-overview .page-title.en {
    margin-top: 60px;
    color: #0cb3a4;
    color: #143265;
    line-height: 1.4;
    font-size: clamp(1.6rem, 1.6vw, 4rem);
    letter-spacing: .12rem
}

.adlp-overview .text-box {
    font-size: clamp(1.6rem, 1.2vw, 1.8rem);
    letter-spacing: .15rem;
    width: 100%;
    max-width: 800px;
    text-align: justify;
    line-height: 2
}

.adlp-overview .adlp-network-map {
    margin-top: -23%;
    margin-bottom: 10vw;
    position: relative;
    padding-top: 0;
    overflow: hidden
}

@media screen and (max-width: 980px) {
    .adlp-overview .adlp-network-map {
        margin-top: -10%;
        margin-bottom: 10vw
    }
}

@media screen and (max-width: 580px) {
    .adlp-overview .adlp-network-map {
        padding-bottom: 50px;
        margin-bottom: 20vw
    }
}

.adlp-overview .adlp-network-map-inner {
    position: relative;
    top: 0;
    left: -3%
}

.adlp-overview .adlp-network-map-inner img {
    position: relative;
    right: -3%
}

.adlp-overview .adlp-network-map .deco-text {
    font-size: 1.4rem;
    line-height: 1;
    text-align: center;
    position: absolute;
    white-space: nowrap;
    right: calc(9% + 30px);
    bottom: 15%
}

@media screen and (max-width: 980px) {
    .adlp-overview .adlp-network-map .deco-text {
        right: calc(9% + 0px);
        bottom: 0%
    }
}

@media screen and (max-width: 580px) {
    .adlp-overview .adlp-network-map .deco-text {
        transform: scale(0.7);
        transform-origin: right bottom
    }
}

.adlp-overview .adlp-network-map .deco-text>p {
    display: block;
    padding: 6px 0
}

.adlp-overview .adlp-network-map .deco-text>p:nth-of-type(1) {
    border-bottom: 1px solid #121212
}

.adlp-overview .adlp-ripples {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.adlp-overview .adlp-ripples-inner {
    position: absolute;
    display: block;
    left: 62.5%;
    top: 74.7%;
    width: 10px;
    height: 10px;
    background-color: #d7063b;
    border-radius: 50%
}

.adlp-overview .adlp-ripples-inner::before,
.adlp-overview .adlp-ripples-inner::after {
    content: "";
    position: absolute;
    top: -3px;
    left: -3px;
    width: 16px;
    height: 16px;
    border: solid 1px #d7063b;
    opacity: 0;
    border-radius: 50%;
    transform-origin: center;
    box-sizing: border-box
}

.adlp-overview .adlp-ripples-inner::before {
    animation: ripple 2.2s linear infinite
}

.adlp-overview .adlp-ripples-inner::after {
    animation: ripple 2.2s linear infinite .4s
}

.adlp-services {
    position: relative
}

.adlp-services-inner {
    max-width: 1100px;
    padding: calc(5vw + 100px) 10% 0 10%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start
}

@media screen and (max-width: 580px) {
    .adlp-services-inner {
        padding: calc(5vw + 50px) 8% 0 8%
    }
}

.adlp-services-inner.explanation {
    padding-top: 0;
    margin-top: -15vw
}

.adlp-services .specialty .heading {
    padding: calc(3.5vw + 50px) 10% 0 10%;
    margin: 0 auto;
    max-width: 1100px;
    line-height: normal
}

@media screen and (max-width: 580px) {
    .adlp-services .specialty .heading {
        padding: calc(3.5vw + 50px) 8% 20px 8%
    }
}

.adlp-services .specialty .heading span {
    display: block;
    line-height: 1
}

.adlp-services .specialty .heading .ja {
    font-size: 3rem;
    letter-spacing: .04rem
}

@media screen and (max-width: 580px) {
    .adlp-services .specialty .heading .ja {
        font-size: 2.6rem
    }
}

.adlp-services .specialty .heading .en {
    margin-top: 10px;
    font-size: 1.2rem
}

.adlp-services .specialty ul {
    display: flex;
    gap: 25px;
    list-style: none;
    padding: calc(0vw + 0px) 6% 0 6%;
    margin: 2.5vw auto 0 auto;
    max-width: 1180px;
    flex-wrap: wrap
}

@media screen and (max-width: 980px) {
    .adlp-services .specialty ul {
        justify-content: center
    }
}

@media screen and (max-width: 580px) {
    .adlp-services .specialty ul {
        padding: calc(0vw + 0px) 8% 0 8%
    }
}

.adlp-services .specialty ul li {
    width: calc(33.3333333333% - 16.6666666667px);
    background-color: #fff
}

@media screen and (max-width: 980px) {
    .adlp-services .specialty ul li {
        width: calc(50% - 25px)
    }
}

@media screen and (max-width: 580px) {
    .adlp-services .specialty ul li {
        width: 100%
    }
}

.adlp-services .specialty ul li p {
    line-height: normal
}

.adlp-services .specialty ul li p:nth-of-type(1) {
    padding: 20px 15px 5px 15px;
    color: rgba(18, 18, 18, .3);
    font-size: 1.7rem
}

.adlp-services .specialty ul li p:nth-of-type(2) {
    padding: 5px 15px 15px 15px;
    font-size: 1.5rem
}

.adlp-services .broadcase-area {
    padding-top: 10vw
}

@media screen and (max-width: 580px) {
    .adlp-services .broadcase-area {
        padding-top: 80px
    }
}

.adlp-services .broadcase-area .adlp-sticky-container {
    margin-top: 0
}

.adlp-services .cm-type {
    padding-top: 10rem
}

.adlp-services .cm-type:nth-of-type(1) {
    padding-top: 0
}

.adlp-services .cm-type .heading .ja {
    font-size: clamp(2rem, 1.2vw, 3.6rem)
}

.adlp-services .cm-type .heading .en {
    padding-top: 5px;
    padding-left: 5px;
    font-size: clamp(1.1rem, 1vw, 2.2rem);
    font-weight: 400;
    white-space: nowrap;
    color: rgba(18, 18, 18, .3)
}

.adlp-services .cm-type .text {
    margin-top: 2rem;
    font-size: clamp(1.4rem, 1vw, 2.8rem);
    line-height: 1.4
}

.adlp-services .cm-type picture {
    margin-top: 2rem;
    margin-bottom: 1rem;
    padding: 16px;
    display: block;
    background-color: #fff
}

.adlp-services .cm-type dl {
    padding-top: 2rem;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    border-bottom: 1px solid rgba(18, 18, 18, .1);
    line-height: 1.4
}

.adlp-services .cm-type dt {
    padding: 2rem 0 2rem 0;
    width: 100px;
    border-top: 1px solid rgba(18, 18, 18, .1);
    font-size: clamp(1.3rem, 1vw, 2.2rem);
    color: rgba(18, 18, 18, .5)
}

.adlp-services .cm-type dd {
    padding: 2rem 0 2rem 0;
    width: calc(100% - 100px);
    border-top: 1px solid rgba(18, 18, 18, .1);
    font-size: clamp(1.3rem, 1vw, 2.2rem)
}

.adlp-services .other-type ul {
    display: flex;
    flex-wrap: wrap;
    gap: 60px 30px;
    list-style: none
}

.adlp-services .other-type ul li {
    width: calc(50% - 15px)
}

@media screen and (max-width: 580px) {
    .adlp-services .other-type ul li {
        width: 100%
    }
}

.adlp-services .other-type ul li .heading {
    margin-top: 2.5rem;
    font-size: 2rem
}

.adlp-services .other-type ul li .text {
    margin-top: 1rem;
    font-size: clamp(1.4rem, 1vw, 2rem);
    line-height: 1.6
}

.adlp-services .other-type dl {
    padding-top: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    border-bottom: 1px solid rgba(18, 18, 18, .1);
    line-height: normal
}

.adlp-services .other-type dt {
    padding: .8rem 0 .8rem 0;
    width: 70px;
    border-top: 1px solid rgba(18, 18, 18, .1);
    font-size: 1.1rem;
    color: rgba(18, 18, 18, .5)
}

.adlp-services .other-type dd {
    padding: .8rem 0 .8rem 0;
    width: calc(100% - 70px);
    border-top: 1px solid rgba(18, 18, 18, .1);
    font-size: 1.1rem
}

.adlp-production {
    position: relative
}

.adlp-production-inner {
    max-width: 1100px;
    padding: calc(5vw + 100px) 10% 0 10%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start
}

@media screen and (max-width: 580px) {
    .adlp-production-inner {
        padding: calc(5vw + 100px) 8% 0 8%
    }
}

.adlp-production-inner.showcase {
    padding-top: 0
}

.adlp-production-inner.showcase>.adlp-headLine {
    margin-top: calc(-10vw - 0px)
}

@media screen and (max-width: 580px) {
    .adlp-production-inner.showcase>.adlp-headLine {
        margin-top: calc(-10vw - 50px)
    }
}

@media screen and (max-width: 580px) {
    .adlp-production-inner.showcase>.adlp-headLine {
        margin-top: -120px
    }
}

.adlp-production-inner.showcase .adlp-sticky-container {
    margin-top: 10vw
}

@media screen and (max-width: 580px) {
    .adlp-production-inner.showcase .adlp-sticky-container {
        margin-top: 80px
    }
}

.adlp-production-inner.showcase .adlp-sticky-container.case01 {
    margin-top: 0vw
}

@media screen and (max-width: 580px) {
    .adlp-production-inner.showcase .adlp-sticky-item {
        margin-bottom: 0px
    }
}

.adlp-production-inner.showcase .adlp-sticky-item .heading .ja {
    font-size: 2rem;
    letter-spacing: .04rem;
    margin-top: 10px;
    line-height: 1.4
}

@media screen and (max-width: 580px) {
    .adlp-production-inner.showcase .adlp-sticky-item .heading .ja {
        margin-top: 5px;
        font-size: 1.8rem
    }
}

.adlp-production-inner.showcase .adlp-sticky-item .heading .en {
    font-size: 1.2rem;
    color: rgba(18, 18, 18, .5);
    margin-top: 0
}

.adlp-production-inner.explanation {
    padding-top: 0;
    margin-top: -15vw
}

.adlp-production .showcase-images {
    display: flex;
    gap: 8px;
    flex-wrap: wrap
}

@media screen and (max-width: 580px) {
    .adlp-production .showcase-images {
        gap: 4px
    }
}

.adlp-production .showcase-images picture {
    display: block;
    width: calc(50% - 4px)
}

@media screen and (max-width: 580px) {
    .adlp-production .showcase-images picture {
        width: calc(50% - 2px)
    }
}

.adlp-production .showcase-images picture:nth-of-type(1) {
    width: 100%
}

.adlp-campaign-planning {
    position: relative
}

.adlp-campaign-planning-inner {
    max-width: 1100px;
    padding: calc(5vw + 100px) 10% 0 10%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start
}

@media screen and (max-width: 580px) {
    .adlp-campaign-planning-inner {
        padding: calc(5vw + 100px) 8% 0 8%
    }
}

.adlp-campaign-planning-inner.explanation {
    padding-top: 0;
    margin-top: -15vw
}

.adlp-campaign-planning .workflow-slider {
    overflow: hidden
}

.adlp-campaign-planning .workflow-slider dl {
    padding: 20px;
    background-color: #fff;
    height: 100%;
    box-sizing: border-box
}

.adlp-campaign-planning .workflow-slider dt {
    display: flex;
    justify-content: center;
    padding: 20px 0
}

.adlp-campaign-planning .workflow-slider dt svg {
    width: 120px;
    height: 120px
}

.adlp-campaign-planning .workflow-slider dd .en {
    font-size: 1.2rem;
    color: rgba(18, 18, 18, .5);
    padding-bottom: 1rem
}

.adlp-campaign-planning .workflow-slider dd .heading {
    font-size: clamp(1.8rem, 1vw, 3.2rem);
    font-weight: 600
}

.adlp-campaign-planning .workflow-slider dd .text {
    font-size: clamp(1.4rem, .9vw, 2rem);
    padding-top: 1rem;
    line-height: 1.6
}

.adlp-campaign-planning .workflow-slider .swiper {
    margin: 0 auto;
    overflow: visible;
    padding: calc(2.5vw + 20px) 6% 0 6%
}

@media screen and (max-width: 580px) {
    .adlp-campaign-planning .workflow-slider .swiper {
        padding: calc(2.5vw + 20px) 8% 0 8%
    }
}

.adlp-campaign-planning .workflow-slider .swiper .swiper-wrapper {
    width: -moz-fit-content;
    width: fit-content
}

.adlp-campaign-planning .workflow-slider .swiper .swiper-wrapper .swiper-slide:nth-last-of-type(1) {
    margin-right: 0 !important
}

.adlp-campaign-planning .workflow-slider .swiper-controller {
    max-width: 1100px;
    padding: 0 10% 0 10%;
    margin: 4.5rem auto 0 auto
}

@media screen and (max-width: 580px) {
    .adlp-campaign-planning .workflow-slider .swiper-controller {
        margin: 2.5rem auto 0 auto
    }
}

.adlp-campaign-planning .workflow-slider .swiper-controller-inner {
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    padding-left: 30px
}

.adlp-campaign-planning .workflow-slider .swiper-controller-inner::before,
.adlp-campaign-planning .workflow-slider .swiper-controller-inner::after {
    content: "";
    height: 1px;
    background-color: rgba(18, 18, 18, .2);
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.adlp-campaign-planning .workflow-slider .swiper-controller-inner::before {
    width: calc(100% - 125px);
    right: 0
}

.adlp-campaign-planning .workflow-slider .swiper-controller-inner::after {
    width: 20px;
    left: 0
}

.adlp-campaign-planning .workflow-slider .swiper-pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    justify-content: flex-start;
    margin: 0 auto 0 0;
    text-align: center;
    top: calc(50% + 5px);
    transform: translateY(-50%)
}

.adlp-campaign-planning .workflow-slider .swiper-pagination-bullet {
    width: 1.6rem;
    height: 2px;
    cursor: pointer;
    transition: var(--transition);
    vertical-align: top;
    background-color: #121212;
    border-radius: 0;
    margin: 0 0 0 4px !important
}

.adlp-campaign-planning .workflow-slider .swiper-pagination-bullet-active {
    width: 4rem;
    background-color: var(--color-theme)
}

.adlp-campaign-planning .workflow-slider .swiper-button-prev,
.adlp-campaign-planning .workflow-slider .swiper-button-next {
    width: 40px;
    height: 40px;
    position: relative;
    flex-shrink: 0;
    margin: 0;
    background-color: #002b5f;
    border-radius: 50%;
    background-image: none
}

.adlp-campaign-planning .workflow-slider .swiper-button-prev svg,
.adlp-campaign-planning .workflow-slider .swiper-button-next svg {
    width: 10px;
    height: 10px;
    fill: #fff
}

.adlp-campaign-planning .workflow-slider .swiper-button-prev {
    left: 0;
    transform: rotate(-180deg)
}

.adlp-campaign-planning .workflow-slider .swiper-button-next {
    right: 0;
    left: 0
}

.adlp-campaign-planning .workflow-slider .swiper-button-prev::before,
.adlp-campaign-planning .workflow-slider .swiper-button-next::before,
.adlp-campaign-planning .workflow-slider .swiper-button-prev::after,
.adlp-campaign-planning .workflow-slider .swiper-button-next::after {
    display: none
}

.adlp-campaign-planning .workflow-slider .swiper-button-disabled {
    pointer-events: none;
    opacity: .5
}

.adlp-campaign-planning .workflow-slider .swiper-slide {
    height: auto
}

/*# sourceMappingURL=ad-placement.min.css.map */