@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Alata&amp;family=Lato:wght@400;700&amp;family=Noto+Sans+JP:wght@400;500;700&amp;display=swap&amp;family=Noto+Serif+JP:wght@400;500;600;700&amp;display=swap");
/* reset.css
    ----------------------------------------- */
*, *:before, *:after {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
}
html, body, h1, h2, h3, h4, h5, h6, p, div, ul, ol, li, dl, dt, dd, table, caption, th, td, form, button, label, address, blockquote, 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;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
        display: block;
}
img, abbr {
        border: none;
        vertical-align: bottom;
}
ul, ol, li {
        list-style: none;
}
table {
        border-collapse: collapse;
        border-spacing: 0;
}
th, td {
        text-align: left;
}
/* clearfix */
.cf {
        zoom: 1;
}
.cf:before, .cf:after {
        content: "";
        display: table;
}
.cf:after {
        clear: both;
}
/* common.css
----------------------------------------- */
html, body {
        width: 100%;
        height: 100%;
}
body {
        font-family: 'Lato', 'Noto+Sans+JP', 'Noto+Serif+JP', sans-serif;
        font-size: 90%;
        margin: auto;
        line-height: 1.8;
        letter-spacing: 0em;
        text-align: left;
        color: #5B5B5B;
        -webkit-text-size-adjust: 100%;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        background: #fcfcfc;
}
a, a:hover {
        text-decoration: none;
        color: inherit;
}
.pc {
        display: none !important;
}
.sp {
        display: block !important;
}
input:focus, select:focus, textarea:focus {}
img {
        width: 100%;
        height: auto;
        -webkit-backface-visibility: hidden;
}
h1 {}
h2 {}
footer {
        background-color: #eee;
}
.wrapper {
        max-width: 750px;
        margin: auto;
        padding: 0;
        background: #FFF;
        color: #5B5B5B;
        overflow-x: hidden;
}
.flex01 {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: flex-start;
}
.flex02 {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-around;
        align-items: flex-start;
}
/* style 
----------------------------------------- */

.ftlogo {
        width: 40%;
        margin: 0 auto 3rem;
        padding-top: 3rem;
}
.info01 {
        text-align: left;
        margin: 2rem 7rem;
        font-size: 1.1rem;
}
.copyrt {
        text-align: center;
        padding-bottom: 2rem;
}


/* CV_Aria____繰り返し大小
----------------------------------------- */
.cv_btn1 {
    margin: 0 auto;
    max-width: 85%;
    position: relative;
    top: 0;
    transform: translateY(-63%);
    margin-top: -24%;
}

.cv_btn1 img {
  animation: anime1 0.8s ease 0s infinite alternate;
  transform-origin:center;
}
.cv_btn2 {
    margin: 0 auto;
    max-width: 85%;
    position: relative;
    top: 0;
    transform: translateY(-106%);
    margin-top: -24%;
}

.cv_btn2 img {
  animation: anime1 0.8s ease 0s infinite alternate;
  transform-origin:center;
}
@keyframes anime1 {
  from {
    transform: scale(0.9,0.9);
  }
  to {
    transform: scale(1,1);
  }
}


/* VieoAria
----------------------------------------- */
.container {
        position: relative;
}

.movie {
        padding: 0;
}
.movie video {
        padding: 0;
        margin: auto;
    width: 100%;    
        display: block;
}
@media only screen and (max-width: 750px) {


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

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

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

        .ftlogo {
                width: 50%;
                margin: 0 auto 1rem;
        }
        .info01 {
                text-align: left;
                margin: 1.1rem;
                font-size: 0.8rem;
        }

}