@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700;900&family=Noto+Serif+JP:wght@400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap');



/*  ----------------------------------------------------------

font-size

----------------------------------------------------------  */
html {
    font-size: 0.833vw;
}

@media screen and (max-width: 767px) {
    html {
        font-size: 1.303vw;
    }
}

@media screen and (max-width: 540px) {
    html {
        font-size: 1.851vw;
    }
}

@media screen and (max-width: 414px) {
    html {
        font-size: 2.415vw;
    }
}

@media screen and (min-width: 1401px) {
    html {
        font-size: 0.714vw;
    }
}



/*  ----------------------------------------------------------

base

----------------------------------------------------------  */
body {
    background: #F2F2F2;
    color: #000;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.2rem;
    letter-spacing: 0.06em;
    line-height: 1.6;
}

@media screen and (max-width: 767px) {
    body {
        font-size: 1.4rem;
    }
}

a {
    color: #000;
}



/*  ----------------------------------------------------------

header

----------------------------------------------------------  */
header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding: 2rem 10rem;
}

header h1 {
    width: 14rem;
    line-height: 1;
}

header nav {
    display: flex;
    align-items: center;
}

.lang {
    display: flex;
    align-items: center;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    background: #EFF1F1;
    padding: 0.5rem;
    line-height: 1;
    border-radius: 0.4rem;
}

.lang a {
    display: block;
    padding: 0.3rem 0.8rem;
}

.lang .current a {
    background: #fff;
    border-radius: 0.4rem;
}

@media screen and (max-width: 767px) {
    header {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 6rem;
        padding: 0;
    }

    header h1 {
        width: 12rem;
    }
}



/*  ----------------------------------------------------------

nav

----------------------------------------------------------  */
ul.gnav-menu {
    display: flex;
    align-items: center;
}

ul.gnav-menu > li {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    white-space: nowrap;
}

ul.gnav-menu > li:not(:first-child) {
    margin-left: 3rem;
}

ul.gnav-menu > li > a {
    display: inline-block;
    position: relative;
    padding: 0 0.5rem;
}

ul.gnav-menu > li > a::after {
    position: absolute;
    background: #000;
    bottom: -0.8rem;
    content: '';
    height: 0.2rem;
    left: 0;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform .3s;
    width: 100%;
}

ul.gnav-menu > li > a:hover::after {
    transform: scale(1, 1);
}

ul.gnav-menu > li > a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}



/*  ----------------------------------------------------------

footer

----------------------------------------------------------  */
footer {
    padding: 6rem 10rem 4rem 10rem;
    border-top: solid 0.15rem #E8E8E8;
}

footer > ul {
    display: flex;
    margin-bottom: 3rem;
    letter-spacing: 0.2em;
}

footer > ul li:not(:last-child) {
    margin-right: 3rem;
}

footer .wrap {
    display: flex;
    align-items: center;
}

footer .wrap ul {
    display: flex;
    align-items: center;
    margin-right: 4rem;
    font-size: 1.6rem;
}

footer .wrap ul li:not(:last-child) {
    margin-right: 1rem;
}

footer small {
    display: block;
    font-family: 'Lato', sans-serif;
    font-size: 1rem;
    letter-spacing: 0.15em;
}

@media screen and (max-width: 767px) {
    footer {
        padding: 6rem 3rem;
    }

    footer > ul {
        justify-content: center;
        margin-bottom: 1.5rem;
    }

    footer .wrap {
        display: block;
    }

    footer .wrap ul {
        justify-content: center;
        margin-right: 0;
        font-size: 2.4rem;
        margin-bottom: 3rem;
    }

    footer .wrap ul li:not(:last-child) {
        margin-right: 2rem;
    }

    footer small {
        text-align: center;
    }
}



/*  ----------------------------------------------------------

page-ttl

----------------------------------------------------------  */
.page-ttl {
    display: flex;
    align-items: flex-end;
    padding: 0 0 5rem 10rem;
    height: 38rem;
}

.kv-about,
.kv-contact {
    background: url(../img/kv-about.jpg) no-repeat center / cover;
}

.kv-service {
    background: url(../img/kv-service.jpg) no-repeat center / cover;
}

.kv-recruit {
    background: url(../img/kv-recruit.jpg) no-repeat center / cover;
}

.kv-news {
    background: url(../img/kv-news.jpg) no-repeat center / cover;
}

.kv-quickreport-thanks {
    background: url(../img/kv-service.jpg) no-repeat center / cover;
}
.kv-thanks {
    background: url(../img/kv-service.jpg) no-repeat center / cover;
}
.kv-brandlift-thanks {
    background: url(../img/kv-service.jpg) no-repeat center / cover;
}

.page-ttl h2 {
    color: #fff;
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 1;
    position: relative;
    padding: 3.8rem 3rem;
    width: 59rem;
}

.page-ttl h2 span {
    display: block;
    letter-spacing: 0.12em;
}

.page-ttl h2 span:first-of-type {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 4.4rem;
    margin-bottom: 1.5rem;
}

.page-ttl h2 span:last-of-type {
    letter-spacing: 0.2em;
}

.page-ttl h2::before {
    content: "";
    width: 15rem;
    height: 9rem;
    border-top: solid 0.25rem #fff;
    border-left: solid 0.25rem #fff;
    position: absolute;
    left: 0;
    top: 0;
}

.page-ttl h2::after {
    content: "";
    width: 15rem;
    height: 9rem;
    border-bottom: solid 0.25rem #fff;
    border-right: solid 0.25rem #fff;
    position: absolute;
    right: 0;
    bottom: 0;
}

@media screen and (max-width: 767px) {
    .page-ttl {
        padding: 0 0 3rem 3rem;
        height: 28rem;
    }

    .page-ttl h2 {
        padding: 2rem 2rem;
        width: 85%;
    }

    .page-ttl h2 span:first-of-type {
        font-size: 3.6rem;
        margin-bottom: 1rem;
    }

    .page-ttl h2::before {
        width: 8rem;
        height: 3rem;
    }

    .page-ttl h2::after {
        width: 8rem;
        height: 3rem;
    }
}



/*  ----------------------------------------------------------

style

----------------------------------------------------------  */
/* heading */
.heading-1 {
    line-height: 1;
    margin-bottom: 5rem;
    position: relative;
    display: inline-block;
    padding: 3.8rem 3rem;
}

.heading-1 span {
    display: block
}

.heading-1 span:first-of-type {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 3.2rem;
    letter-spacing: 0.15em;
}

/*
.heading-1 span:last-of-type {
	font-weight: 400;
	letter-spacing: 0.4em;
}
*/
.heading-1::before {
    content: "";
    width: 15rem;
    height: 9rem;
    border-top: solid 0.25rem #000;
    border-left: solid 0.25rem #000;
    position: absolute;
    left: 0;
    top: 0;
}

.heading-1::after {
    content: "";
    width: 15rem;
    height: 9rem;
    border-bottom: solid 0.25rem #000;
    border-right: solid 0.25rem #000;
    position: absolute;
    right: 0;
    bottom: 0;
}

@media screen and (max-width: 767px) {
    .heading-1 {
        margin-bottom: 4rem;
        padding: 3rem 2.5rem;
    }

    .heading-1 span:first-of-type {
        font-size: 2.6rem;
    }

    .heading-1::before {
        width: 8rem;
        height: 3rem;
    }

    .heading-1::after {
        width: 8rem;
        height: 3rem;
    }
}

/* btn */
.btn {
    border: solid 0.15rem #000;
    width: 16rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    letter-spacing: 0.2em;
    height: 4.0rem;
    padding-left: 0.3rem;
    padding-bottom: 0.1rem;
}

.btn:hover {
    background: #000;
    color: #fff;
    opacity: 1;
}

/* detail */
dl.detail {
    display: flex;
    flex-wrap: wrap;
}

dl.detail dt {
    font-weight: bold;
    padding: 1.5rem;
    width: 30%;
    white-space: nowrap;
}

dl.detail dd {
    padding: 1.5rem;
    width: 70%;
}

dl.detail dt:last-of-type,
dl.detail dd:last-of-type {
    border-bottom: none;
}

dl.bk dt,
dl.bk dd {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

dl.wt dt,
dl.wt dd {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

@media screen and (max-width: 767px) {
    dl.detail {
        display: block;
    }

    dl.detail dt {
        font-weight: bold;
        padding: 1.2rem 1.2rem 0 1.2rem;
        width: 100%;
    }

    dl.detail dd {
        padding: 0 1.2rem 1.2rem 1.2rem;
        width: 100%;
    }

    dl.bk dt {
        border-bottom: none;
    }

    dl.wt dt {
        border-bottom: none;
    }
}



/*  ----------------------------------------------------------

hamburger

----------------------------------------------------------  */
nav.gnav-sp {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: all .5s;
    z-index: -1;
    opacity: 0;
    background: #F2F2F2;
}

.open nav.gnav-sp {
    top: 0;
    opacity: 1;
    z-index: 99999;
}

.gnav-sp-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.gnav-sp-wrap > div {
    width: 100%;
}

.gnav-sp-menu li {
    font-size: 1.6rem;
    text-align: center;
    font-family: 'Lato', sans-serif;
}

.gnav-sp-menu li a {
    display: block;
    padding: 1.6rem;
    white-space: nowrap;
    letter-spacing: 0.1em;
}

/* toggle */
.toggle-btn {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 6rem;
    height: 6rem;
    transition: all .5s;
    cursor: pointer;
    z-index: 100000;
}

.toggle-btn span {
    display: block;
    position: absolute;
    left: 2rem;
    width: 2rem;
    height: 2px;
    background-color: #000;
    transition: all .4s;
}

.toggle-btn span:nth-child(1) {
    top: 1.9rem;
}

.toggle-btn span:nth-child(2) {
    top: 2.7rem;
}

.toggle-btn span:nth-child(3) {
    top: 3.5rem;
}

.open .toggle-btn span:nth-child(1) {
    -webkit-transform: translateY(0.8rem) rotate(-45deg);
    transform: translateY(0.8rem) rotate(-45deg);
}

.open .toggle-btn span:nth-child(2) {
    opacity: 0;
}

.open .toggle-btn span:nth-child(3) {
    -webkit-transform: translateY(-0.8rem) rotate(45deg);
    transform: translateY(-0.8rem) rotate(45deg);
}

/* mask */
#mask {
    display: none;
    transition: all .5s;
}

.open #mask {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    opacity: 0.8;
    z-index: 2;
    cursor: pointer;
}



/*  ----------------------------------------------------------

display

----------------------------------------------------------  */
@media screen and (min-width: 768px) {
    .sp {
        display: none !important;
    }
}

@media screen and (max-width: 767px) {
    .pc {
        display: none !important;
    }
}



/*  ----------------------------------------------------------

page-top

----------------------------------------------------------  */
#page-top {
    position: fixed;
    z-index: 999;
    bottom: 1rem;
    right: 1rem;
}

#page-top a {
    background: #fff;
    color: #000;
    width: 4rem;
    height: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    line-height: 1;
    font-size: 1.6rem;
    padding-left: 0.1rem;
}



/*  ----------------------------------------------------------

link

----------------------------------------------------------  */
a {
    text-decoration: none;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

a.line {
    text-decoration: underline;
}

a:hover.line {
    text-decoration: none;
}

a:hover {
    opacity: 0.5;
}

@media screen and (min-width: 768px) {
    a[href^="tel:"] {
        pointer-events: none;
    }
}

@media screen and (max-width: 767px) {
    a[href^="tel:"] {
        text-decoration: underline;
    }
}



/*  ----------------------------------------------------------

class

----------------------------------------------------------  */
/* txt */
.txt-center {
    text-align: center;
}

.txt-right {
    text-align: right;
}

.txt-vertical {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    white-space: nowrap;
}

@media screen and (max-width: 767px) {
    .txt-center.not {
        text-align: left;
    }

    .txt-right.not {
        text-align: left;
    }

    .txt-vertical.not {
        -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
        white-space: normal;
    }
}

/* serif */
.serif {
    font-family: "游明朝", "YuMincho", 'Noto Serif JP', serif;
}

.hv-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 100%;
    z-index: 99;
}

ul.list-group li {
    margin-left: 2.5rem;
    list-style: disc;
}

.bg-grd {
    background: linear-gradient(#000 80%, transparent 80%);
}

/* map */
.gmap iframe {
    width: 100%;
    height: 40rem;
}

/* line-height */
.line-h-1 {
    line-height: 2.2;
}

.line-h-2 {
    line-height: 2.4;
}

/* margin */
.mb-10 {
    margin-bottom: 1rem !important;
}

.mb-15 {
    margin-bottom: 1.5rem !important;
}

.mb-20 {
    margin-bottom: 2.0rem !important;
}

.mb-25 {
    margin-bottom: 2.5rem !important;
}

.mb-30 {
    margin-bottom: 3.0rem !important;
}

.mb-35 {
    margin-bottom: 3.5rem !important;
}

.mb-40 {
    margin-bottom: 4.0rem !important;
}

.mb-45 {
    margin-bottom: 4.5rem !important;
}

.mb-50 {
    margin-bottom: 5.0rem !important;
}

.mb-55 {
    margin-bottom: 5.5rem !important;
}

.mb-60 {
    margin-bottom: 6.0rem !important;
}

.mb-65 {
    margin-bottom: 6.5rem !important;
}

.mb-70 {
    margin-bottom: 7.0rem !important;
}

.mb-75 {
    margin-bottom: 7.5rem !important;
}

.mb-80 {
    margin-bottom: 8.0rem !important;
}

.mb-85 {
    margin-bottom: 8.5rem !important;
}

.mb-90 {
    margin-bottom: 9.0rem !important;
}

.mb-95 {
    margin-bottom: 9.5rem !important;
}

.mb-100 {
    margin-bottom: 10.0rem !important;
}



/*  ----------------------------------------------------------

fade

----------------------------------------------------------  */
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-moz-keyframes fadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(30px);
        transform: translateY(30px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
}

@-ms-keyframes fadeInUp {
    0% {
        opacity: 0;
        -ms-transform: translateY(30px);
        transform: translateY(30px);
    }

    100% {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeInUp {
    -webkit-animation: fadeInUp 0.6s ease;
    -moz-animation: fadeInUp 0.6s ease;
    -ms-animation: fadeInUp 0.6s ease;
    animation: fadeInUp 0.6s ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both
}

.fade {
    opacity: 0;
}

.delay-1 {
    animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
    -o-animation-delay: 0.2s;
}

.delay-2 {
    animation-delay: 0.35s;
    -moz-animation-delay: 0.35s;
    -webkit-animation-delay: 0.35s;
    -o-animation-delay: 0.35s;
}

.delay-3 {
    animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
}

.delay-4 {
    animation-delay: 0.65s;
    -moz-animation-delay: 0.65s;
    -webkit-animation-delay: 0.65s;
    -o-animation-delay: 0.65s;
}

.delay-5 {
    animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
    -webkit-animation-delay: 0.8s;
    -o-animation-delay: 0.8s;
}
