@charset "utf-8";
html, body, p, h1, h2, h3{
    margin: 0;
    padding: 0;
}
ul, li{
    margin: 0;
    padding: 0;
    list-style: none;
}
main a{
    display: inline-block;
    text-decoration: none;
}
main a:hover{
    opacity: 0.8;
}
main img{
    display: inline-block;
    max-width: 750px;
    width: 100%;
    vertical-align: middle;
}
main{
    display: block;
    max-width: 750px;
    margin: 0 auto;
    box-shadow: 0 0px 100px 0 rgb(0 0 0 / 8%), 0 9px 26px 0 rgb(0 0 0 / 48%);
}
.header{
    position: relative;
}
.fv{
    margin-top: -2.94%;
}
.cv{
    position: relative;
}
.cv-button{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 31.6%;
    margin: 0 auto;
    width: 88%;
}
.cv-button a{
    position: relative;
    overflow: hidden;
}
.cv-button a::before{
    position: absolute;
    content: '';
    display: inline-block;
    top: -100%;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    -webkit-animation: shine 3s ease-in-out infinite;
            animation: shine 3s ease-in-out infinite;
}
@keyframes shine {
    0% { transform: scale(0) rotate(45deg); opacity: 0; }
    80% { transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { transform: scale(4) rotate(45deg); opacity: 1; }
    100% { transform: scale(50) rotate(45deg); opacity: 0; }
  }
  
  @-webkit-keyframes shine {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
  }
.section-text02{
    position: relative;
    display: flex;
}
.text-position{
    width: 7.3%;
    position: absolute;
    right: 5%;
}
.section-text02 a{
    display: inline;
    cursor: pointer;
}
#fix-bg {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    z-index: -1;
    background-position: center;
    background-image: url(../images/fix.jpg);
    background-repeat: repeat;
}
.popup{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    display: none;
    z-index: 2;
}
.content-popup{
    width: 89.3%;
    max-width: 670px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    margin: 0 auto;
    box-shadow: 11px 11px 20px 0px rgba(0, 0, 0, 0.3);
    overflow: auto;
    max-height: 100vh;
}
.video-wrapper {
    position: relative;
    padding-bottom: 59.70%;
    height: 0;
    background: #fff;
}
.section-video{
    position: relative;
}
.video01{
    width: 89.33%;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    top: 38%;
}
.video02{
    background: #f6f3ec;
}
.video02 .video-wrapper {
    padding-bottom: 50.67%;
    width: 89.33%;
    margin: 0 auto;
}
.video03{
    background: #fff;
    padding-bottom: 7.3%;
}
.video03 .video-wrapper {
    padding-bottom: 50.33%;
    width: 89.33%;
    margin: 0 auto;
}
.video03 .video-wrapper::before{
    position: absolute;
    content: "";
    top: -23.28%;
    left: -2%;
    width: 25.52%;
    height: 46.21%;
    background: url(../images/icon_text.png) no-repeat;
    z-index: 1;
    background-size: 100%;
}
.video-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.qa .qa_list{
    margin: 0 auto;
    background: #faf7f3;
    padding-bottom: 13.3%;
}
.qa_list_item{
    margin:0px auto 5.6%;
    box-shadow: 6px 6px 10px 0px rgba(172, 165, 144, 0.24);
    width: 94.67%;
}
.qa_list_item:last-child{
    margin-bottom: 0%;
}
.qa_cont{
    display: none;
    border: 2px solid #f4ede4;
}
.qa_header {
    position: relative;
    cursor: pointer;
}
.qa_header::after{
    position: absolute;
    content: "";
    top: 50%;
    right: 3.47%;
    transform: translateY(-50%);
    width: 34px;
    height: 34px;
    background: url(../images/icon_plus.png) no-repeat;
    background-size: 34px 34px;
}
.qa_header.open::after{
    width: 34px;
    height: 6px;
    right: 3.47%;
    background: url(../images/icon_minus.png) right center no-repeat;
    background-size: 34px 6px;
}
@media screen and (max-width:750px){
    .qa_cont{
        border: 1px solid #f4ede4;
    }
    .qa_header::after{
        position: absolute;
        content: "";
        top: 50%;
        right: 3.47%;
        transform: translateY(-50%);
        width: 17px;
        height: 17px;
        background: url(../images/icon_plus.png) no-repeat;
        background-size: 17px 17px;
    }
    .qa_header.open::after{
        width: 17px;
        height: 3px;
        right: 3.47%;
        background: url(../images/icon_minus.png) right center no-repeat;
        background-size: 17px 3px;
    }
}
.bottom-cv {
    position: fixed;
    bottom: 0;
    max-width: 750px;
    background-color: #fff;
    padding: 1.5% 2.6% 0px;
    box-sizing: border-box;
    line-height: 1;
    z-index: 1;
    text-align: center;
    transform: translateY(100%);
    transition: transform .4s linear 0s;
  }
  
.bottom-cv img{
    width: auto;
    max-width: 100%;
}
.bottom-cv.is-show {
    transform: translateY(0);
}
@media screen and (max-width:750px){
    .bottom-cv{
        width: 100%;
        padding: 3% 3% 0px;
    }
}
.site-footer{
    background: #fff;
}
.site-footer .box-info{
    border-top: 2px solid #fff;
}