@import url("https://fonts.googleapis.com/css?family=Comfortaa");

html,
body {
    margin: 0;
    overflow: hidden;
    height: 100%;
    width: 100%;
    position: relative;
    font-family: "Comfortaa", cursive;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    font-family: heisei-kaku-gothic-std, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
    font-weight: 300;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    word-wrap: break-word;
    color: #131311;
    overflow: scroll;

}

body {
    height: 100%;
    background: #f9f8f4;
    -webkit-transition: background 0.3s ease-out;
    transition: background 0.3s ease-out;
}

article,
main,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
picture {
    display: block;
}

li {
    list-style: none;
}

#container {
    width: 100%;
    height: 100%;
}

.l-container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1440px;
}

.c-section-title__en {
    position: relative;
    font-family: auto;
    font-weight: 500;
    font-size: 1rem;
    text-align: left;
    line-height: 1;
    color: #000;
    font-weight: bold;
}

.c-section-title__ja {
    margin-top: 0.95rem;
    font-weight: 700;
    font-size: 2.4rem;
    letter-spacing: 0.1em;
    line-height: 1.6;
    text-align: left;
    color: #131311;
    margin-bottom: 2rem;
}

.c-data-listA {
    margin: 0;
    position: relative;
    padding: 1.75rem 0 1.25rem;
    border-bottom: 0.0625rem solid #d9d9d9;
}

.c-data-listA dt {
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: 0.04em;
    line-height: 1.625;
}

.c-data-listA dd {
    margin-top: 0.875rem;
    font-size: 1rem;
    letter-spacing: 0.04em;
    line-height: 1.625;
}

.c-data-listA:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -0.0625rem;
    width: 6.8125rem;
    height: 0;
    border-bottom: 0.0625rem solid #131311;
}

.p-company-feature__data2List li {
    font-size: 1rem;
    letter-spacing: 0.04em;
    line-height: 1.4;
    margin-bottom: 0.6rem;
}

.p-company-feature__data2List ._ex {
    margin-top: 2em;
    text-align: right;
    font-size: 1rem;
    letter-spacing: 0.04em;
}

.l-container {
    padding: 50px 30px 80px 30px;
    overflow: hidden;
    box-sizing: border-box;
}

.kao {
    display: none;
    width: 19vw;
    position: fixed;
    bottom: 1rem;
    right: 0;
    z-index: 1;
    padding: 1rem;
}

.kao img {
    width: 100%;
}

#message p {
    margin-bottom: 1rem;
    line-height: 1.5rem;
}

#click-btn {
    /*display: block;*/
    z-index: 2;
}

.ritee {
    text-align: right;
}

.over {
    overflow-x: auto;
    width: 100%;
    background: white;
    box-sizing: border-box;
    padding: 40px 29px;
    position: relative;
    font-size: 0.9rem;
    letter-spacing: 0.04em;
    line-height: 1.625;
    z-index: 1;
    height: 81vh;
    border-radius: 15px;
}

#message h2 {
    font-size: 1.1rem;
    margin-bottom: 1.8rem;
}

#popup-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    box-sizing: border-box;
    padding: 11% 8%;
    z-index: 1;
    transition: 0.5s;
    height: 0;
    opacity: 0;
    visibility: hidden;
}

#bggg {
    background-color: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 8%;
    z-index: 1;
}

#popup-wrapper.active {
    display: block;
    position: fixed;
    opacity: 1;
    z-index: 1;
    animation: fadeIn 0.3s ease-in 0s forwards;
    height: 2rem;
    opacity: 1;
    visibility: visible;
}

#popup-inside {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}

#message {}

#message a {
    background: purple;
    color: white;
    text-decoration: none;
    padding: 6px 10px;
}

#close {
    position: absolute;
    top: 0;
    right: 5px;
    cursor: pointer;
}

#close {
    display: block;
    /* position: relative; */
    width: 30px;
    height: 30px;
    padding: 1px;
    top: -1rem;
    right: -1rem;
    border: 1px solid #333;
    border-radius: 50%;
    background: #fff;
    z-index: 2;
}

#close::before,
#close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1px;
    height: 15px;
    background: #333;
}

#close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

#close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.kao.kactiv {
    opacity: 1;
    animation-delay: 0s !important;
    -webkit-animation: jello-horizontal 0.4s both;
    animation: jello-horizontal 0.4s both;
}

@-webkit-keyframes jello-horizontal {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes jello-horizontal {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

/* Loading背景画面設定　*/
.progressbar-text {
    font-size: 2rem;
    font-weight: bold;
}

.progressbar-text span {
    font-size: 1rem;
}

.textrogo {
    position: absolute;
    top: 50%;
    z-index: 999;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translate(-50%, -50%);
    color: #f9f8f4;
    font-size: 2rem;
    letter-spacing: 0.1em;
    font-weight: bold;
    opacity: 0;
}

.coveranime .textrogo {
    animation-name: textrogo;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-delay: 0.2s;
    transition: all 1400ms cubic-bezier(0.000, 0.750, 1.000, -0.115);
    /* custom */

    transition-timing-function: cubic-bezier(0.000, 0.750, 1.000, -0.115);
    /* custom */


}

@keyframes textrogo {

    0% {
        opacity: 1;
        transform: translateY(0px) scale(1.0, 1.0);
    }

    10% {
        opacity: 1;
        transform: scale(1.1, 1.1);
    }

    20% {}

    50% {
        opacity: 1;
        transform: translateY(00px) scale(1, 1);
    }

    100% {
        opacity: 1;
        transform: translateY(-200px);
    }
}

#splash {
    /*fixedで全面に固定*/
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #fff;
    color: #000;
    transition: all 0.5s ease 0s;
}

#splash::before {
    position: absolute;
    left: 0%;
    width: 120%;
    height: 100%;
    top: 100%;
    border-radius: 30% 70% 0 0 / 10% 30% 0 0;
    content: "";
    background-color: #000;
    animation-timing-function: ease;

}

#splash::after {
    position: absolute;
    left: 0%;
    width: 120%;
    height: 100%;
    top: 100%;
    border-radius: 70% 30% 0 0 / 50% 10% 0 0;
    content: "";
    background-color: #f9f8f4;
    animation-timing-function: ease;
}

/* Loadingバー中央配置　*/
#splash_text {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 999;
    width: 100%;
    transform: translate(-50%, -50%);
    color: #111;
}

/*IE11対策用バーの線の高さ※対応しなければ削除してください*/
#splash_text svg {
    height: 2px;
}

#splash.coveranime::before {
    animation-name: color;
    animation-duration: 0.5s;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-delay: 0s;
    animation-timing-function: ease-in-out;
}

@keyframes color {

    0% {
        top: 100%;
        border-radius: 30% 70% 0 0 / 10% 30% 0 0;
    }

    75% {
        border-radius: 30% 70% 0 0 / 10% 100% 0 0;
    }

    100% {
        border-radius: 0% 0% 0 0;
        top: 0%;
    }
}

#splash.coveranime::after {
    animation-name: color2;
    animation-duration: 0.5s;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-delay: 1.2s;
    animation-timing-function: ease-in-out;
}

@keyframes color2 {

    0% {
        background-color: #f9f8f4;
        top: 100%;
        border-radius: 30% 70% 0 0 / 10% 30% 0 0;
    }

    75% {
        background-color: #f9f8f4;
        border-radius: 30% 70% 0 0 / 10% 100% 0 0;
    }

    100% {
        background-color: #f9f8f4;
        border-radius: 0% 0% 0 0;
        top: 0%;
    }
}

.op-opa {
    opacity: 0;
}

.opa-go {
    animation-name: opa;
    animation-duration: 0.8s;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-delay: 2.2s;
}

.op-opa2 {
    animation-delay: 2.4s;
}

.op-opa3 {
    animation-delay: 2.6s;
}

.op-opa4 {
    animation-delay: 2.8s;
    transition: all 0s ease 0s;
    animation-iteration-count: 1;
}

.op-opa4.opa-go {}

@keyframes opa {

    0% {
        opacity: 0;
    }

    40% {}

    100% {
        opacity: 1;
    }
}

.op-rogo {
    opacity: 0;
}

.op-rogo.opa-rogo-go {
    animation-name: fuwa;
    animation-duration: 0.5s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    animation-delay: 1.8s;
}

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

    50% {
        transform: translateY(-20px);
    }

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




@media screen and (min-width: 1024px) {
    .kao {
        display: none;
        width: 6vw;
        cursor: pointer;
    }

    .over {
        overflow-x: auto;
        width: 100%;
        /* max-width: 900px; */
        background: white;
        box-sizing: border-box;
        padding: 40px 29px;
        position: relative;
        font-size: 0.9rem;
        letter-spacing: 0.04em;
        line-height: 1.625;
        z-index: 1;
        margin: 0 auto;
        height: 100%;
        border-radius: 15px;
    }

    #popup-inside {
        width: 100%;
        max-width: 900px;
        margin: 0 auto;
        box-sizing: border-box;
        position: relative;
        z-index: 1;
    }

    .c-data-listA dt {
        width: 12.875rem;
    }

    .c-data-listA dd {
        margin-top: 0;
        width: 100%;
    }

    .c-data-listA:after {
        width: 7.5625rem;
    }

    .p-company-feature__data1 {
        margin-top: 3.75rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .c-data-listA {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 1.5625rem 0 1.5625rem;
    }

    .p-company-feature__data2 {
        margin-top: 5rem;
    }

    .p-company-feature__data2Body {
        margin-top: 1.5rem;
    }

    .p-company-feature__data2List ul {
        -webkit-columns: 3;
        -moz-columns: 3;
        columns: 3;
        gap: 7.2580645161%;
    }

    .l-container {
        padding-left: 8.064516129vw;
        padding-right: 8.064516129vw;
        overflow: hidden;
        box-sizing: border-box;
    }

    .p-company-feature__data1Col1 {
        width: 48.3870967742%;
    }

    .c-section-title__ja {
        margin-top: 1rem;
        font-size: 2.875rem;
    }

    .p-company-feature__data1Col2 {
        width: 46.7741935484%;
    }

    .c-section-title__en {
        font-size: 1.375rem;
    }

}

.footer {
    background: black;
    color: white;
    text-align: center;
    padding: 3.5rem;
    font-size: 0.8rem;
    letter-spacing: .3rem;
}


@media screen and (max-width: 1023px) {
    .p-company-feature__data2 .c-data-listA {
        border-bottom: none;
    }

    .c-data-listA:after {
        content: "";
        display: none;
    }
}


@media screen and (min-width: 641px) and (max-width: 1023px) {
    .l-container {
        padding-left: 12.8vw;
        padding-right: 12.8vw;
    }
}