@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

body {
    position: absolute;
    width: 100%;
    background: #fff;
    font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'MS PGothic', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 2;
    margin: 0 auto;
}

.br-sp {
    display: none;
}

@media screen and (max-width:768px) {
    .body {
        font-size: 14px;
    }

    .br-sp {
        display: block;
    }
}

.fadeInleftTrigger {
    transition: 0.8s ease-in-out;
    transform: translateX(-100px);
    opacity: 0;
}

.fadeInleftTrigger.on {
    transform: translateX(0);
    opacity: 1.0;
}

/* header */

header {
    position: fixed;
    background-color: #fff;
    top: -140px;
    min-height: 8vh;
    width: 100%;
    z-index: 999;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 30px;
    transition: 0.3s ease-in;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
}

.header-logo {
    width: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width:768px) {
    header {
        padding-left: 10px;
    }

    .header-logo {
        width: 30%;
    }

    .header-logo img {
        width: 100%;
    }

}

#fixed-header.is-show {
    top: 0;
}

/* nav */
nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
}

.nav-links {
    display: flex;
    justify-content: space-between;
    transition: all 0.5s ease-in;
}

.nav-links li {
    list-style: none;
}

.nav-links a {
    text-decoration: none;
    font-family: "Helvetica Neue",
        Arial,
        "Hiragino Kaku Gothic ProN",
        "Hiragino Sans", ;
    color: #000;
    font-size: 24px;
    font-weight: 900;
    padding: 20px;
}

.burger {
    cursor: pointer;
    display: none;
    padding-right: 10px;
}

.burger div {
    width: 25px;
    height: 3px;
    background-color: #000;
    margin: 5px;
    transition: all 0.5s ease;
}

.nav-active {
    transform: translateX(0%) !important;
}


@media screen and(max-width:1023px) and(min-width:769px) {
    .nav-links {
        width: 100%;
    }

    .nav-links a {
        padding: 10px;
        font-size: 15px;
    }
}

@media screen and (max-width:768px) {

    body {
        overflow-x: hidden;
    }

    .nav-links {
        position: absolute;
        right: 0;
        height: 92vh;
        top: 8vh;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 20px;
        width: 60%;
        background-color: #fff;
        transform: translateX(100%);
        transition: transform 0.2s ease-in;
        padding-left: 40px;
    }

    .nav-links li {
        opacity: 0;
        padding-bottom: 10px;
    }

    .nav-links a {
        font-size: 18px;
    }

    .burger {
        display: block;
    }
}

@media screen and (max-width:599px) {
    .nav-links a {
        font-size: 16px;
    }
}


@keyframes navLinksFade {
    0% {
        opacity: 0;
        transform: translateX(50px);
    }

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

.toggle .line1 {
    transform: rotate(-45deg) translate(-5px, 6px);
}

.toggle .line2 {
    opacity: 0;
}

.toggle .line3 {
    transform: rotate(45deg) translate(-5px, -6px);
}

/* FVモーション */

@media screen and (max-width:768px) {
    svg {
        position: relative;
        bottom: 2vh;
    }

    .logosize {
        width: 80%;
    }
}

.area {
    width: 100%;
    height: 100vh;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

@-webkit-keyframes animate-svg-stroke-1 {
    0% {
        stroke-dashoffset: 525.800048828125px;
        stroke-dasharray: 525.800048828125px;
    }

    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 525.800048828125px;
    }
}

@keyframes animate-svg-stroke-1 {
    0% {
        stroke-dashoffset: 525.800048828125px;
        stroke-dasharray: 525.800048828125px;
    }

    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 525.800048828125px;
    }
}

@-webkit-keyframes animate-svg-fill-1 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(35, 24, 21);
    }
}

@keyframes animate-svg-fill-1 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(35, 24, 21);
    }
}

.svg-fv-1 {
    -webkit-animation: animate-svg-stroke-1 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 0.2s both,
        animate-svg-fill-1 0.8s linear 1s both;
    animation: animate-svg-stroke-1 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 0.2s both,
        animate-svg-fill-1 0.8s linear 1s both;
}

@-webkit-keyframes animate-svg-stroke-2 {
    0% {
        stroke-dashoffset: 407.9658203125px;
        stroke-dasharray: 407.9658203125px;
    }

    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 407.9658203125px;
    }
}

@keyframes animate-svg-stroke-2 {
    0% {
        stroke-dashoffset: 407.9658203125px;
        stroke-dasharray: 407.9658203125px;
    }

    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 407.9658203125px;
    }
}

@-webkit-keyframes animate-svg-fill-2 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(35, 24, 21);
    }
}

@keyframes animate-svg-fill-2 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(35, 24, 21);
    }
}

.svg-fv-2 {
    -webkit-animation: animate-svg-stroke-2 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 0.2s both,
        animate-svg-fill-2 0.8s linear 1s both;
    animation: animate-svg-stroke-2 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 0.2s both,
        animate-svg-fill-2 0.8s linear 1s both;
}

@-webkit-keyframes animate-svg-stroke-3 {
    0% {
        stroke-dashoffset: 430.4742126464844px;
        stroke-dasharray: 430.4742126464844px;
    }

    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 430.4742126464844px;
    }
}

@keyframes animate-svg-stroke-3 {
    0% {
        stroke-dashoffset: 430.4742126464844px;
        stroke-dasharray: 430.4742126464844px;
    }

    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 430.4742126464844px;
    }
}

@-webkit-keyframes animate-svg-fill-3 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(35, 24, 21);
    }
}

@keyframes animate-svg-fill-3 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(35, 24, 21);
    }
}

.svg-fv-3 {
    -webkit-animation: animate-svg-stroke-3 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 0.2s both,
        animate-svg-fill-3 0.8s linear 1s both;
    animation: animate-svg-stroke-3 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 0.2s both,
        animate-svg-fill-3 0.8s linear 1s both;
}

@-webkit-keyframes animate-svg-stroke-4 {
    0% {
        stroke-dashoffset: 301.2152404785156px;
        stroke-dasharray: 301.2152404785156px;
    }

    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 301.2152404785156px;
    }
}

@keyframes animate-svg-stroke-4 {
    0% {
        stroke-dashoffset: 301.2152404785156px;
        stroke-dasharray: 301.2152404785156px;
    }

    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 301.2152404785156px;
    }
}

@-webkit-keyframes animate-svg-fill-4 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(35, 24, 21);
    }
}

@keyframes animate-svg-fill-4 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(35, 24, 21);
    }
}

.svg-fv-4 {
    -webkit-animation: animate-svg-stroke-4 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 0.2s both,
        animate-svg-fill-4 0.8s linear 1s both;
    animation: animate-svg-stroke-4 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 0.2s both,
        animate-svg-fill-4 0.8s linear 1s both;
}

@-webkit-keyframes animate-svg-stroke-5 {
    0% {
        stroke-dashoffset: 646.7566528320312px;
        stroke-dasharray: 646.7566528320312px;
    }

    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 646.7566528320312px;
    }
}

@keyframes animate-svg-stroke-5 {
    0% {
        stroke-dashoffset: 646.7566528320312px;
        stroke-dasharray: 646.7566528320312px;
    }

    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 646.7566528320312px;
    }
}

@-webkit-keyframes animate-svg-fill-5 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(35, 24, 21);
    }
}

@keyframes animate-svg-fill-5 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(35, 24, 21);
    }
}

.svg-fv-5 {
    -webkit-animation: animate-svg-stroke-5 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 0.2s both,
        animate-svg-fill-5 0.8s linear 1s both;
    animation: animate-svg-stroke-5 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 0.2s both,
        animate-svg-fill-5 0.8s linear 1s both;
}

@-webkit-keyframes animate-svg-stroke-6 {
    0% {
        stroke-dashoffset: 776.2535400390625px;
        stroke-dasharray: 776.2535400390625px;
    }

    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 776.2535400390625px;
    }
}

@keyframes animate-svg-stroke-6 {
    0% {
        stroke-dashoffset: 776.2535400390625px;
        stroke-dasharray: 776.2535400390625px;
    }

    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 776.2535400390625px;
    }
}

@-webkit-keyframes animate-svg-fill-6 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(229, 0, 18);
    }
}

@keyframes animate-svg-fill-6 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(229, 0, 18);
    }
}

.svg-fv-6 {
    -webkit-animation: animate-svg-stroke-6 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 0.2s both,
        animate-svg-fill-6 0.8s linear 1s both;
    animation: animate-svg-stroke-6 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 0.2s both,
        animate-svg-fill-6 0.8s linear 1s both;
}

@-webkit-keyframes animate-svg-stroke-7 {
    0% {
        stroke-dashoffset: 488.46783447265625px;
        stroke-dasharray: 488.46783447265625px;
    }

    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 488.46783447265625px;
    }
}

@keyframes animate-svg-stroke-7 {
    0% {
        stroke-dashoffset: 488.46783447265625px;
        stroke-dasharray: 488.46783447265625px;
    }

    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 488.46783447265625px;
    }
}

@-webkit-keyframes animate-svg-fill-7 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(229, 0, 18);
    }
}

@keyframes animate-svg-fill-7 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(229, 0, 18);
    }
}

.svg-fv-7 {
    -webkit-animation: animate-svg-stroke-7 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 0.2s both,
        animate-svg-fill-7 0.8s linear 1s both;
    animation: animate-svg-stroke-7 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 0.2s both,
        animate-svg-fill-7 0.8s linear 1s both;
}

@-webkit-keyframes animate-svg-stroke-8 {
    0% {
        stroke-dashoffset: 321.9753723144531px;
        stroke-dasharray: 321.9753723144531px;
    }

    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 321.9753723144531px;
    }
}

@keyframes animate-svg-stroke-8 {
    0% {
        stroke-dashoffset: 321.9753723144531px;
        stroke-dasharray: 321.9753723144531px;
    }

    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 321.9753723144531px;
    }
}

@-webkit-keyframes animate-svg-fill-8 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(229, 0, 18);
    }
}

@keyframes animate-svg-fill-8 {
    0% {
        fill: transparent;
    }

    100% {
        fill: rgb(229, 0, 18);
    }
}

.svg-fv-8 {
    -webkit-animation: animate-svg-stroke-8 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 0.2s both,
        animate-svg-fill-8 0.8s linear 1s both;
    animation: animate-svg-stroke-8 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 0.2s both,
        animate-svg-fill-8 0.8s linear 1s both;
}

@-webkit-keyframes animate-svg-stroke-9 {
    0% {
        stroke-dashoffset: 525.800048828125px;
        stroke-dasharray: 525.800048828125px;
    }

    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 525.800048828125px;
    }
}

@keyframes animate-svg-stroke-9 {
    0% {
        stroke-dashoffset: 525.800048828125px;
        stroke-dasharray: 525.800048828125px;
    }

    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 525.800048828125px;
    }
}

.svg-fv-9 {
    -webkit-animation: animate-svg-stroke-9 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 0.2s both,
        animate-svg-fill-9 0.8s linear 1s both;
    animation: animate-svg-stroke-9 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 0.2s both,
        animate-svg-fill-9 0.8s linear 1s both;
}

@-webkit-keyframes animate-svg-stroke-10 {
    0% {
        stroke-dashoffset: 407.9658203125px;
        stroke-dasharray: 407.9658203125px;
    }

    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 407.9658203125px;
    }
}

@keyframes animate-svg-stroke-10 {
    0% {
        stroke-dashoffset: 407.9658203125px;
        stroke-dasharray: 407.9658203125px;
    }

    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 407.9658203125px;
    }
}

.svg-fv-10 {
    -webkit-animation: animate-svg-stroke-10 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 0.2s both,
        animate-svg-fill-10 0.8s linear 1s both;
    animation: animate-svg-stroke-10 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 0.2s both,
        animate-svg-fill-10 0.8s linear 1s both;
}

@-webkit-keyframes animate-svg-stroke-11 {
    0% {
        stroke-dashoffset: 430.4742126464844px;
        stroke-dasharray: 430.4742126464844px;
    }

    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 430.4742126464844px;
    }
}

@keyframes animate-svg-stroke-11 {
    0% {
        stroke-dashoffset: 430.4742126464844px;
        stroke-dasharray: 430.4742126464844px;
    }

    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 430.4742126464844px;
    }
}

.svg-fv-11 {
    -webkit-animation: animate-svg-stroke-11 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 0.2s both,
        animate-svg-fill-11 0.8s linear 1s both;
    animation: animate-svg-stroke-11 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 0.2s both,
        animate-svg-fill-11 0.8s linear 1s both;
}

@-webkit-keyframes animate-svg-stroke-12 {
    0% {
        stroke-dashoffset: 301.2152404785156px;
        stroke-dasharray: 301.2152404785156px;
    }

    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 301.2152404785156px;
    }
}

@keyframes animate-svg-stroke-12 {
    0% {
        stroke-dashoffset: 301.2152404785156px;
        stroke-dasharray: 301.2152404785156px;
    }

    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 301.2152404785156px;
    }
}

.svg-fv-12 {
    -webkit-animation: animate-svg-stroke-12 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 0.2s both,
        animate-svg-fill-12 0.8s linear 1s both;
    animation: animate-svg-stroke-12 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 0.2s both,
        animate-svg-fill-12 0.8s linear 1s both;
}

@-webkit-keyframes animate-svg-stroke-13 {
    0% {
        stroke-dashoffset: 646.7566528320312px;
        stroke-dasharray: 646.7566528320312px;
    }

    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 646.7566528320312px;
    }
}

@keyframes animate-svg-stroke-13 {
    0% {
        stroke-dashoffset: 646.7566528320312px;
        stroke-dasharray: 646.7566528320312px;
    }

    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 646.7566528320312px;
    }
}

.svg-fv-13 {
    -webkit-animation: animate-svg-stroke-13 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 0.2s both,
        animate-svg-fill-13 0.8s linear 1s both;
    animation: animate-svg-stroke-13 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 0.2s both,
        animate-svg-fill-13 0.8s linear 1s both;
}

@-webkit-keyframes animate-svg-stroke-14 {
    0% {
        stroke-dashoffset: 776.2535400390625px;
        stroke-dasharray: 776.2535400390625px;
    }

    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 776.2535400390625px;
    }
}

@keyframes animate-svg-stroke-14 {
    0% {
        stroke-dashoffset: 776.2535400390625px;
        stroke-dasharray: 776.2535400390625px;
    }

    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 776.2535400390625px;
    }
}

.svg-fv-14 {
    -webkit-animation: animate-svg-stroke-14 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 0.2s both,
        animate-svg-fill-14 0.8s linear 1s both;
    animation: animate-svg-stroke-14 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 0.2s both,
        animate-svg-fill-14 0.8s linear 1s both;
}

@-webkit-keyframes animate-svg-stroke-15 {
    0% {
        stroke-dashoffset: 488.46783447265625px;
        stroke-dasharray: 488.46783447265625px;
    }

    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 488.46783447265625px;
    }
}

@keyframes animate-svg-stroke-15 {
    0% {
        stroke-dashoffset: 488.46783447265625px;
        stroke-dasharray: 488.46783447265625px;
    }

    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 488.46783447265625px;
    }
}

.svg-fv-15 {
    -webkit-animation: animate-svg-stroke-15 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 0.2s both,
        animate-svg-fill-15 0.8s linear 1s both;
    animation: animate-svg-stroke-15 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 0.2s both,
        animate-svg-fill-15 0.8s linear 1s both;
}

@-webkit-keyframes animate-svg-stroke-16 {
    0% {
        stroke-dashoffset: 321.9753723144531px;
        stroke-dasharray: 321.9753723144531px;
    }

    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 321.9753723144531px;
    }
}

@keyframes animate-svg-stroke-16 {
    0% {
        stroke-dashoffset: 321.9753723144531px;
        stroke-dasharray: 321.9753723144531px;
    }

    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 321.9753723144531px;
    }
}

.svg-fv-16 {
    -webkit-animation: animate-svg-stroke-16 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 0.2s both,
        animate-svg-fill-16 0.8s linear 1s both;
    animation: animate-svg-stroke-16 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 0.2s both,
        animate-svg-fill-16 0.8s linear 1s both;
}

/* scroll */

.scrolldown {
    position: absolute;
    left: 90vw;
    top: 95vh;
    height: 10px;
}

.scrolldown span {
    position: absolute;
    white-space: nowrap;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", ;
    left: -15px;
    top: -30px;
    color: #000;
    font-size: 0.7rem;
    letter-spacing: 0.05em;
}

.scrolldown::after {
    content: "";
    position: absolute;
    top: 0;
    width: 1px;
    height: 30px;
    background: #000;
    animation: pathmove 1.4s ease-in-out infinite;
    opacity: 0;
}

@media screen and (max-width: 768px) {
    .scrolldown {
        top: 88vh;
        height: 25px;
    }
}

@keyframes pathmove {
    0% {
        height: 0;
        top: 0;
        opacity: 0;
    }

    30% {
        height: 30px;
        opacity: 1;
    }

    100% {
        height: 0;
        top: 50px;
        opacity: 0;
    }
}

/* btn */
.btn {
    margin-top: -20vh;
    margin-bottom: 20vh;
}

.btn a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin: 0 auto;
    padding: 1em 5em;
    width: 300px;
    color: #000;
    border: 1px solid #000;
    font-size: 18px;
    font-weight: 700;
    background-color: #fff;
    transition: 0.3s;
}

.btn a::before {
    content: '';
    position: absolute;
    top: calc(50% - 2px);
    right: -2em;
    transform: translateY(calc(-50% - 3px)) rotate(30deg);
    width: 20px;
    height: 1.5px;
    background-color: #E50012;
    transition: 0.3s;
}

.btn a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -2em;
    transform: translateY(-50%);
    width: 70px;
    height: 1.5px;
    background-color: #E50012;
    transition: 0.3s;
}

.btn a:hover {
    text-decoration: none;
    background-color: #000;
    color: #fff;
}

.btn a:hover::before,
.btn a:hover::after {
    right: -3em;
}

.fadeUp {
    animation-name: fadeUpAnime;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    opacity: 0;
    animation-delay: 0.5s;
}

@media screen and (max-width: 768px) {
    .btn {
        margin-top: -25vh;
        margin-bottom: 25vh;

    }

    .btn a {
        width: 240px;
        font-size: 16px;
        padding: 1em 4.2em;
    }

}

@keyframes fadeUpAnime {
    from {
        opacity: 0;
        transform: translateY(50px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.btn2 {
    margin-top: 40px;
}

.btn2 a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin: 0 auto;
    padding: 1em 5em;
    width: 300px;
    color: #fff;
    border: 1px solid #fff;
    font-size: 18px;
    font-weight: 700;
    background-color: #000;
    transition: 0.3s;
}

.btn2 a::before {
    content: '';
    position: absolute;
    top: calc(50% - 2px);
    right: -2em;
    transform: translateY(calc(-50% - 3px)) rotate(30deg);
    width: 20px;
    height: 1.5px;
    background-color: #E50012;
    transition: 0.3s;
}

.btn2 a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -2em;
    transform: translateY(-50%);
    width: 70px;
    height: 1.5px;
    background-color: #E50012;
    transition: 0.3s;
}

.btn2 a:hover {
    text-decoration: none;
    background-color: #fff;
    color: #000;
}

.btn2 a:hover::before,
.btn2 a:hover::after {
    right: -3em;
}

/* CONTENTS */

section {
    margin-top: 140px;
    margin-bottom: 140px;
}

h2 {
    font-family: "Helvetica Neue",
        Arial,
        "Hiragino Kaku Gothic ProN",
        "Hiragino Sans",
        Meiryo,
        sans-serif;
    font-size: 80px;
    font-weight: 900;
}

@media screen and (max-width: 768px) {
    section {
        margin-top: 70px;
        margin-bottom: 70px;
    }

    h2 {
        font-size: 50px;
    }
}

.h2-modaal {
    font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'MS PGothic', sans-serif;
    font-size: 50px;
}

.h2-modaal span {
    font-family: "Helvetica Neue",
        Arial,
        "Hiragino Kaku Gothic ProN",
        "Hiragino Sans", ;
    font-size: 30px;
}

@media screen and (max-width: 768px) {
    .h2-modaal {
        font-size: 28px;
    }

    .h2-modaal span {
        font-size: 14px;
    }
}

.left {
    text-align: left;
    padding-left: 12vw;
}

.left2 {
    text-align: left;
    padding-left: 5vw;
}

@media screen and (max-width: 768px) {
    .left {
        text-align: left;
        padding-left: 5vw;
    }
}

.center {
    display: block;
    text-align: center;
    margin-top: 5vh;
    margin-bottom: -2vh;
}

.white {
    color: #fff;
}

h3 {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}

@media screen and (max-width: 768px) {
    h3 {
        font-size: 17px;
        margin-top: 25px;
        margin-bottom: 25px;
    }
}

h3 span {
    color: #E50012;
}

.company-info {
    font-size: 28px;
}

@media screen and (max-width: 768px) {
    .company-info {
        text-align: left;
        margin: 5vw;
    }
}

.spacer {
    margin-top: 70px;
    margin-bottom: 35px;
}

h4 {
    font-size: 24px;
    font-weight: 700;
    text-align: left;
}

@media screen and (max-width: 768px) {
    h4 {
        font-size: 14px;
        text-align: center;
    }
}

.company-name {
    font-size: 24px;
    font-weight: 700;
    text-align: left;
}

.company-name span {
    font-family: "Helvetica Neue",
        Arial,
        "Hiragino Kaku Gothic ProN",
        "Hiragino Sans", ;
    color: #E50012;
}

@media screen and (max-width: 768px) {
    .company-name {
        text-align: center;
        font-size: 14px;
    }
}

#about {
    max-width: 1920px;
    display: block;
    text-align: center;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    #about {
        max-width: 97%;
    }
}

.about-textitem {
    padding-left: 5vw;
    padding-right: 5vw;
}

.about-text1 {
    text-align: left;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5em;
    margin-top: 40px;
}

.about-text2 {
    text-align: left;
    width: 40vw;
    margin-top: 40px;
    font-weight: 400;
}

@media screen and (max-width: 768px) {
    .about-textitem {
        padding-left: 0;
        padding-right: 0;
        display: block;
        width: 100%;
    }

    .about-text1 {
        font-size: 13px;
        width: 90vw;
        margin: 25px auto;
    }

    .about-text2 {
        font-size: 12px;
        width: 90vw;
        margin: 0 auto;
    }
}

.about-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .about-flex {
        flex-direction: column-reverse;
    }
}

.about-item {
    width: 50%;
}

@media screen and (max-width: 768px) {
    .about-item {
        width: 100%;
    }
}

.about-item img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

@media screen and (max-width: 768px) {
    .about-item img {
        height: 200px;
    }
}

#member {
    max-width: 1920px;
    display: block;
    text-align: center;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    #member {
        max-width: 100%;
    }
}

.member-flex {
    display: flex;
    justify-content: center;
}

.member-flex li {
    width: 50%;
    list-style: none;
}

.profile {
    position: relative;
}

.profile-position {
    position: absolute;
    text-align: left;
    font-family: "Helvetica Neue",
        Arial,
        "Hiragino Kaku Gothic ProN",
        "Hiragino Sans", ;
    font-size: 30px;
    font-weight: 700;
    color: #000;
    bottom: 170px;
    left: 83px;
}

.profile-name {
    position: absolute;
    text-align: left;
    font-family: "Helvetica Neue",
        Arial,
        "Hiragino Kaku Gothic ProN",
        "Hiragino Sans", ;
    font-weight: 700;
    line-height: 1em;
    color: #fff;
    font-size: 80px;
    bottom: 20px;
    left: 80px;
}

.profile img {
    width: 85%;
}

@media screen and (max-width:1023px) {
    .profile-position {
        font-size: 2rem;
        bottom: 115px;
        left: 62px;

    }

    .profile-name {
        font-size: 3.5rem;
        bottom: 20px;
        left: 60px;
    }
}

@media screen and (max-width: 768px) {

    .profile-position {
        font-size: 15px;
        bottom: 75px;
        left: 18px;

    }

    .profile-name {
        font-size: 30px;
        bottom: 15px;
        left: 15px;
    }

    .profile img {
        width: 95%;
    }
}

picture {
    display: block;
    text-align: center;
}

/* company */

.company-flex {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.company-item1 {
    flex-basis: 30%;
}

.company-item2 {
    flex-basis: 70%;
    align-items: center;
}

table.brwsr {
    margin: 0 auto;
    width: 60vw;
    border: none;
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
    border-collapse: separate;
    border-spacing: 0 10px;
    background: #fff;
}

table.brwsr th {
    vertical-align: middle;
    height: 53px;
    width: 30%;
    border-right: solid 1px #E50012;
    margin: 0;
    text-align: center;
    color: #000;
    font-size: 16px;
    font-weight: bold;
}

table.brwsr td.data {
    padding: 0;
    margin: 0;
    height: 53px;
    width: 70%;
    border: none;
    color: #000;
    font-size: 16px;
    line-height: 16px;
    text-align: left;
    padding-left: 3em;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
}

table.brwsr td:fst-child {
    padding: 0 0 0 10px;
    vertical-align: middle;
}

table.brwsr td.bar {
    height: 1px;
    width: 100%;
    border-top: solid 1px #000;
}

@media screen and (max-width: 768px) {
    .company-flex {
        display: flex;
        flex-direction: column;
        text-align: left;
    }

    .company-item1 {
        width: 100%;
    }

    table.brwsr {
        width: 90vw;
    }

    table.brwsr th {
        font-size: 12px;
        height: 40px;
    }

    table.brwsr td.data {
        font-size: 14px;
        height: 40px;
        padding-left: 2em;
    }
}

.contact {
    background: #000;
    padding-top: 100px;
    padding-bottom: 140px;
}

.contact p {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.2em;
}

@media screen and (max-width: 768px) {
    .contact p {
        font-size: 12px;
    }
}

/* footer */
.lp-sec-footer {
    background-color: #fff;
}

.lp-sec-footer>.lp-block {
    padding: 16px;
    text-align: center;
}

.lp-sec-footer>.lp-block .lp-copyright {
    color: #000;
    font-size: 16px;
    font-weight: 700;
}

@media screen and (max-width: 768px) {
    .lp-sec-footer>.lp-block {
        padding: 8px;
    }

    .lp-sec-footer>.lp-block .lp-copyright {
        font-size: 12px;
    }
}

/* modaal */

.hide-area {
    display: none;
}

.modaal-close:after,
.modaal-close:before {
    background: #ccc;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
    background: #666;
}

.modaal-img {
    width: 100%;
}

.profile-text span {
    color: #E50012;
    font-weight: 700;
}