﻿li{
    list-style: none;
}
.bg_color1{
    background-color: #ff463d;
}
.bg_color3{
    background-color: #EBEBEB;
}
h2,h3,h4{
    font-family:"Yu Gothic", Sans-serif ;
}
p.font_2dw{
    font-size: calc(1rem + 2px);
}
.txt_color1{
    color: #ff463d;
}
#cms_6-c .border_color3{
    border-color: #e86368;
}
#cms_6-c .circle.bg_color3{
    background-color: #e86368;
}
/*header*/
.mainwrap-r{
    z-index: 4;
}
#header .head_tel{
    background-color: #F6F4EB;
}
#header .head_tel p.font_2dw{
    font-size: calc(1rem - 2px);
}
/*FV*/
.scroll{
    display: none;
}
/*FV-main-img*/
.middleTOP{
    display: none;
}
.toppage{
    background-image: url('./Dup/img/TOP01.jpg');
    background-repeat: no-repeat;
}
#people .img1.posi_abs{
    top: 0;
    left: 8%;
    max-width: 500px;
    z-index: 2;
}
#people .img2.posi_abs{
    top: 0;
    right: 0;
    max-width: 660px;
    z-index: 2;
}
.img3.posi_abs{
    bottom: 0;
    right: 9.5%;
    max-width: 675px;
    z-index: 3;
}
.img4.posi_abs{
    top: -5%;
    left: 0;
    max-width: 100%;
    z-index: 3;
}
.img4 img{
    width: 94%;
}
.img5 img{
    width: 135%;
    opacity: 0.75;
}
.img5.posi_abs{
    top: -500px;
    left: -375px;
    max-width:100%;
    z-index: 1;
}
.img6.posi_abs{
    z-index: 3;
    max-width: 793px;
    bottom: 0;
}
.monster{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.pop{
    transform: scale(0);
    transition-duration: 2.0s;
}
.pop.isActive{
    transform: scale(1);
    transition-duration: 2.0s;
}
.img6.posi_abs{
    transform: rotate(-8deg);
}
.fixbnr a{
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('./Dup/img/entryBt.png');
    background-size: cover;
    width: 150px;
    height: 150px;
    font-size: 2.4rem;
    font-weight: 600;
    text-decoration: none;
    transition-duration: 1.0s;
}
.fixbnr a:hover{
    transform: scale(1.05);
    text-decoration: underline;
    transition-duration: 1.0s;
}
.fixbnr a.fbnr{
    font-size: 2.0rem;
    line-height: 2.2rem;
}
#con_nav{
    position: relative;
    z-index: 4;
}

@media screen and (max-width: 1441px){
    #people .img2.posi_abs{
        right: -57px;
    }
    .img4.posi_abs{
        top: 11%;
        left: 7%;
        max-width: 70%;
    }
}
@media screen and (max-width: 1358px){
    #header{
        display: none;
    }
    .img1,.img2,.img4 , .img3,.img5{
        display: none;
    }
    .middleTOP{
        display:block;
        top: 0;
        left: 0;
    }
    .img6.posi_abs{
        max-width: 685px;
        margin: 0 auto;
    }
}
@media screen and (max-width: 768px){
    .middleTOP{
        top: 100px;
    }
}
@media screen and (max-width: 668px){
    .fixbnr a.fbnr{
        font-size: 1.75rem;
        line-height: 2.0rem;
    }
}
/*TOP*/
#top_news,#top_contents1{
    z-index: 2;
    position: relative;
}
#top_contents1{
    background-color: #ebebeb;
}
@media screen and (max-width: 768px){
    #top_news, #top_contents1{
        z-index: 0;
    }
    #top_contents1 .img-container .bg_posi_c-c{
        display: none;
    }
}
/*下層一般*/
@media screen and (max-width: 768px){
.fixbnr a{
    width: 100px;
    height: 100px;
    font-size: 2.0rem;
}
}
@media screen and (max-width: 376px){
    .fixbnr a{
        width: 50px;
        height: 50px;
        font-size:0.8rem;
        transform: translateX(-200px);
        transition-duration: 0.8s;
    }
    .fixbnr a.fbnr.isActive{
        transform: translateX(0);
        transition-duration: 0.8s;
    }
}
@media screen and (max-width:668px){
    
}
/*募集要項*/
#cms_6-b .cate_title.txt_white{
    color: #ff463d;
}
/*応募はコチラ*/
#LINEcontact{
    margin: 80px auto 40px auto;
    max-width: 470px;
    border: solid 3px #06C655;
    border-radius: 20px;
    transition-duration: 0.5s;
}
#LINEcontact:hover{
    transform: scale(1.10);
    transition-duration: 0.5s;
}
#LINEcontact img{
    object-fit: cover;
}
/*footer*/
#footer_info .info_txt_wrap{
    padding:40px;
}
#footer_info .info_txt_wrap a.txt_color1{
    color: #333;
}