@charset "UTF-8";
@import url(root.css);

body{
    background: var(--colorD);
    font-family: var(--fontMain);
    font-size: 16px;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

img {
    width:100%;
}
/*==========
Header
============*/
header {
    background: var(--colorW);
    margin: 0 auto;
    padding: 0 0;
    width:100%;
    position:relative;
}
header:after{
    content: "";
    background: var(--colorD);
    max-width: 420px;
    width: 25%;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 38%;
}
header h1{
    margin: 0 auto;
    padding: 1% 0;
    max-width:180px;
    width: 10%;
}
/*==========
Main
============*/
main{
    background: url(../img/main_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    margin: 0 0;
    padding: 3% 0 0;
    width: 100%;
}
main .main_text{
    max-width: var(--w1320);
    width: var(--w95);
    margin: 0 auto 2%;
    padding: 0;
    position: relative;
}
main .main_text h2{
    margin: 0 5% 2% auto;
    max-width:780px ;
    width: 50%;
}
main .main_text h3{
    -webkit-text-fill-color: var(--colorD);
    -webkit-text-stroke: 2px var(--colorW);
    font-size: var(--font34-58);
    font-weight: 800;
    margin: 0 5% 1% auto;
    max-width:780px ;
    width: 50%;
}
main .main_text h3 br,
main .main_text h4 br{
    display: none;
}
main .main_text h4{
    font-family: var(--fontMincho);
    font-size: var(--font25-33);
    text-align:center;
    margin: 0 5% 2% auto;
    max-width:780px ;
    width: 50%;
}
main .main_text h4 b{
    font-size: 1.3em;
    position:relative;
}
main .main_text h4 b:after{
    content: "";
    background: var(--colorD);
    width:100%;
    height:2px;
    position: absolute;
    bottom:-3px;
    left:0;
}
main .main_text h5{
    background: var(--colorD);
    color: var(--colorW);
    font-size: var(--font25-33);
    font-weight: 500;
    text-align: center;
    margin: 0 5% 1% auto;
    padding: 0 20px;
    max-width:780px ;
    width: 50%;
}
main .main_text h5 span{
    font-family: var(--fontNumber);
    font-size: var(--font32-48);
}
main .main_text h5 b{
    background: var(--colorR);
    font-size: var(--font18-26);
    padding: 3px 10px;
    transform: rotate(-5deg) translate(-12px,-6px);
    display: inline-block;
    width: fit-content;
}
main .main_text figure{
    max-width: 247px;
    width: 15vw;
    height: 7vw;
    position: absolute;
    bottom: 2vw;
    left: 5vw;
}
main .main_bottom{
    margin: 0 auto 5%;
    max-width: var(--w1480);
    width: 90%;
}

.links{
    color: var(--colorW);
    font-size: var(--font25-33);
    font-weight: 500;
    text-align: center;
    margin: 0 auto 10%;
    max-width: var(--w1480);
    width: 95%;
}
.links p{
    margin: 0 auto 1%;
}
.links p b{
    color: var(--colorY);
    font-size: var(--font27-43);
    padding: 0 10px;
    position: relative;
}
.links p b:before{
    content:"";
    background: url(../img/charm01.svg);
    background-repeat: no-repeat;
    width: 152px;
    height: 54px;
    position: absolute;
    top: -60px;
    left: -20px;
}
.links a{
    background: var(--colorBTN);
    display: block;
    margin: 0 auto;
    padding: 1.8% 0;
    max-width: 590px;
    width: 90%;
    position: relative;
    overflow: hidden;
    transition: all ease 0.5s;
}
.links a:hover{
    background: var(--colorHVR);
}
.links a:before{
    content:"";
    background: var(--colorW);
    width: 100px;
    height: 5px;
    position: absolute;
    top: 0;
    right: -20px;
    transform: rotate(45deg);
    transition: all ease 0.5s;
}
.links a:hover:before{
    top: -20px;
    right: -40px;
}
main .main_inner{
    color: var(--colorW);
    line-height:2.4em;
    text-align:center;
    margin: 0 auto 5%;
    max-width: var(--w1200);
    width: 95%;
}
main .main_inner h2{
    font-size: var(--font30-54);
    font-weight: 500;
    margin: 0 auto 10%;
    position:relative;
    padding: 0 0 0 15vw;
    width: fit-content;
}
main .main_inner h2:before{
    content:"";
    background: url(../img/title_audition.svg);
    background-repeat: no-repeat;
    width:12vw;
    height:8vw;
    position:absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}
/*==========
Contents
============*/
.contents{
    margin: 0 auto 5%;
    padding:0;
    width:100%;
}
.contents_inner{
    margin: 0 auto 5%;
    padding:0;
    max-width: var(--w1200);
    width:100%;
}
#audition01 .contents_inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    color: var(--colorW);
}
#audition01 h2{
    border-bottom: 1px solid var(--colorW);
    font-size: var(--font20-29);
    text-align: center;
    margin: 0 auto 2%;
    padding: 0 0 10px;
    width: 100%;
}
#audition01 h2 b{
    font-size: var(--font34-58);
    padding: 0 10px;
    position: relative;
}
#audition01 h2 b:before{
    content:"";
    background: url(../img/charm02.svg);
    background-repeat: no-repeat;
    width: 90px;
    height: 45px;
    position: absolute;
    top: -40px;
    left: -24px;
}
#audition01 dl{
    margin: 0 0 3%;
    padding: 5% 3%;
    width: 31%;
}
#audition01 dl:nth-child(2),
#audition01 dl:nth-child(3),
#audition01 dl:nth-child(5){
    margin: 0 2% 3% 0;
}
#audition01 dl:nth-child(2){
    background:url(../img/point01.png);
    background-size:cover;
    background-position:center;
}
#audition01 dl:nth-child(3){
    background:url(../img/point02.png);
    background-size:cover;
    background-position:center;
}
#audition01 dl:nth-child(4){
    background:url(../img/point03.png);
    background-size:cover;
    background-position:center;
}
#audition01 dl:nth-child(5){
    background:url(../img/point04.png);
    background-size:cover;
    background-position:center;
}
#audition01 dl:nth-child(6){
    background:url(../img/point05.png);
    background-size:cover;
    background-position:center;
}
#audition01 dl dt{
    font-size: var(--font20-29);
    line-height: 1.4em;
    text-align: center;
    margin: 0 auto 3%;
    min-height:160px;
}
#audition01 dl dd{
    line-height: 1.8em;
}
#audition02{
    background: url(../img/bg_purpose.png);
    background-size:80%;
    background-position: top 30% right;
    background-repeat: no-repeat;
    margin: 0 auto;
    padding:0 0 3%;
    width: 100%;
}
#audition02-1{
    background: var(--color01);
    margin: 0 0 5% auto;
    padding: 7% 12% 5% 10%;
    max-width: var(--w1320);
    width: 82%;
    position: relative;
}
#audition02-1:before{
    content: "";
    background: url(../img/box_ad01.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 20%;
    height: 100%;
    position:absolute;
    top:0;
    left:0;
}
#audition02-2{
    background: var(--color02);
    margin: 0 auto 0 0;
    padding: 7% 5% 5%;
    max-width: var(--w1320);
    width: 82%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
#audition02-2:before{
    content: "";
    background: url(../img/box_ad02.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 20%;
    height: 100%;
    position:absolute;
    top:0;
    right:0;
}
#audition02-1 .audition_separate_inner{
    color: var(--colorW);
    position: relative;
    z-index: 1;
}
#audition02-2 .audition_separate_inner_left{
    color: var(--colorW);
    position: relative;
    z-index: 1;
    width:46%;
}
#audition02-2 .audition_separate_inner_right{
    position: relative;
    z-index: 1;
    width:46%;
}

#audition02 h2{
    font-size: var(--font30-54);
    font-weight: 500;
    margin: 0 0 10%;
    position:relative;
    padding: 0 0 0 15vw;
    width: fit-content;
}
#audition02 h2:before{
    content:"";
    width:12vw;
    height:8vw;
    position:absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}
#audition02-1 h2:before{
    content:"";
    background: url(../img/title_purpose.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-repeat: no-repeat;
}
#audition02-2 h2:before{
    content:"";
    background: url(../img/title_value.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-repeat: no-repeat;
}
#audition02-2 h3{
    font-size: var(--font18-26);
    margin: 12% 0 8%;
}
#audition02-1 p,
#audition02-2 ul{
    line-height:2.4em;
}
#audition02-2 .audition_separate_inner_right dl{
    background: var(--colorW);
    line-height:2.0em;
    width: 100%;
    margin: 0 0 2%;
    padding: 6% 6%;
}
#audition02-2 .audition_separate_inner_right dl dt{
    border-bottom: 3px solid var(--color03);
    font-size: var(--font18-26);
    margin: 0 0 3%;
    padding:0 0 2%;
}
#audition02-2 .audition_separate_inner_right dl dt span{
    padding: 0 40px 0 0;
    position: relative;
}
#audition02-2 .audition_separate_inner_right dl dt span:after{
    content:"";
    background: url(../img/charm03.svg);
    background-size:100%;
    background-repeat: no-repeat;
    width:38px;
    height:20px;
    position:absolute;
    top:-15px;
    right:0;
}
#audition03{
    margin: 3% auto;
}
#audition03 h2,
#audition03 h3{
    color: var(--colorW);
    font-size: var(--font30-54);
    font-weight: 500;
    margin: 0 auto 2%;
    position:relative;
    padding: 0 0 0 5vw;
    width: fit-content;
}
#audition03 h3{
    margin: 0 auto 8%;
}
#audition03 h2:before{
    content:"";
    background: url(../img/charm04.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 10vw;
    height: 6vw;
    position: absolute;
    top: -4vw;
    left:0;
}
#audition03 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    max-width: var(--w1480);
    width:95%;
}
#audition03 ul li{
    box-shadow: 5px 5px 30px #ccc;
    margin: 0 2%;
    width: 21%;
}
#audition04{
    background: url(../img/bg_selection.png);
    background-size:100%;
    background-position: top 40% center;
    background-repeat: no-repeat;
    margin: 0 auto;
    padding: 6% 0 0;
    width: 100%;
    overflow: hidden;
}
#audition04 h2{
    color: var(--colorW);
    font-size: var(--font30-54);
    font-weight: 500;
    text-align: right;
    margin: 0 auto 0 0;
    width: 90%;
    position: relative;
    padding: 12% 0 5%;
}
#audition04 h2:after{
    content:"Selection";
    color: var(--color05);
    font-size:250px;
    position: absolute;
    bottom: 0;
    left:-30px;
    z-index: -1;
}
#audition04 .contents_inner{
    background: var(--colorD);
    border: 1px solid var(--color05);
    box-sizing:border-box;
    margin: 0 auto 10%;
    padding: 5% 0 0;
    width: 95%;
}
#audition04 .contents_inner dl{
    color: var(--colorW);
    margin: 0 auto 5vw;
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position:relative;
}
#audition04 .contents_inner dl:not(.end):before{
    content:"";
    background: var(--colorW);
    width: 1px;
    height: 5vw;
    position: absolute;
    bottom:-5vw;
    left:6vw;
}
#audition04 .contents_inner dl dt{
    border: 1px solid var(--colorW);
    border-radius: 300px;
    width: 12vw;
    height: 12vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
#audition04 .contents_inner dl dd{
    line-height: 1.8em;
    width: 75%;
}
#audition04 .contents_inner dl dd p{
    border-bottom: 1px solid var(--colorW);
    font-size:1.3em;
    font-weight: 500;
    margin: 0 0 10px;
    padding: 0 0 10px;
}
#audition04 .contents_inner p.date{
    background: var(--colorW);
    font-size: var(--font20-29);
    font-weight: 500;
    text-align: center;
    margin: 0 auto 0 0;
    padding: 10px 0;
    width: 100%;
}
#audition05 #audition05-1{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: var(--w1200);
    margin: 0 auto;
    padding: 5% 0 0;
}
#audition05 #audition05-1 h2{
    color: var(--colorW);
    font-size: var(--font30-54);
    font-weight: 500;
    text-align: center;
    margin: 0 auto 10%;
    padding: 0;
    width: 100%;
}
#audition05 #audition05-1 h2 span{
    display: block;
    margin: 0 auto;
    padding: 0 0 0 15vw;
    width: fit-content;
    position:relative;
}
#audition05 #audition05-1 h2 span:before{
    content:"";
    background: url(../img/title_person.svg);
    background-repeat: no-repeat;
    width:12vw;
    height:8vw;
    position:absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}
#audition05 #audition05-1 figure{
    color: var(--colorW);
    width: 30%;
    height: fit-content;
    z-index: 2;
}
#audition05 #audition05-1 figure span{
    display: block;
    margin: 10px auto 0;
    width: fit-content;
}
#audition05 #audition05-1 p{
    background: var(--colorW);
    line-height: 2.0em;
    margin: 7% 0 0 -2vw;
    padding: 5% 7%;
    width:70%;
    z-index: 1;
}
#audition05 #audition05-2{
    margin: -50px auto 0;
    background: var(--colorL);
    clip-path: polygon(0 180px, 100% 0, 100% 100%, 0 100%);
    padding: 7% 0;
    z-index: 0;
    position: relative;
    overflow: hidden;
}
#audition05 #audition05-2:before{
    content:"";
    background: url(../img/bg_awards.png);
    background-size:100%;
    background-repeat: repeat-y;
    width:15%;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
    z-index: -1;
}
#audition05 #audition05-2 h2{
    font-size: var(--font30-54);
    font-weight: 500;
    margin: 0 0 0 auto;
    width: 90%;
    position: relative;
    padding: 12% 0 5%;
}
#audition05 #audition05-2 h2:after{
    content:"Awards";
    color: var(--color04);
    font-size:250px;
    position: absolute;
    bottom: 0;
    right:-30px;
    z-index: -1;
}
#audition05 #audition05-2 ul{
    max-width: var(--w1200);
    margin: 0 auto;
    width: 95%;
    display: flex;
    flex-wrap: wrap;
}
#audition05 #audition05-2 ul li{
    margin: 0 1% 3%;
    width: 23%;
}
#audition06{
    background: url(../img/bg_question.png);
    background-size: 80%;
    background-position: top -40% right -80%;
    background-repeat: no-repeat;
    margin: -5% auto;
    padding: 6% 0;
    width: 100%;
    overflow: hidden;
}
#audition06 h2{
    color: var(--colorW);
    font-size: var(--font30-54);
    font-weight: 500;
    text-align: center;
    margin: 0 auto 5%;
    padding: 0 0 0 15vw;
    width: fit-content;
    position:relative;
}
#audition06 h2:before{
    content:"";
    background: url(../img/title_question.svg);
    background-repeat: no-repeat;
    width:12vw;
    height:8vw;
    position:absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}
#audition06 dl{
    background: var(--colorW);
    font-size: var(--font18-24);
    margin: 0 auto 5%;
    width: 95%;
}
#audition06 dl dt{
    background: var(--colorL);
    padding: 3% 0 3% 12%;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
}
#audition06 dl dt:before{
    content:"Q";
    color: var(--color04);
    font-size: 100px;
    font-weight: 500;
    position: absolute;
    top: -30px;
    left: 2%;
}
#audition06 dl dd{
    line-height: 1.4em;
    padding: 3% 6% 3% 15%;
    overflow: hidden;
    position: relative;
    align-items: center;
}
#audition06 dl dd:before{
    content:"A";
    color: var(--color04);
    font-size: 100px;
    font-weight: 500;
    position: absolute;
    top: 0;
    left: 4%;
}
#contact{
    background: url(../img/bg_entry.png);
    background-size: 100%;
    background-position: top left;
    background-repeat: no-repeat;
    margin: 0 auto;
    padding: 6% 0;
    width: 100%;
    overflow: hidden;
}
#contact h2{
    color: var(--colorW);
    font-size: var(--font30-54);
    font-weight: 500;
    text-align: center;
    margin: 0 auto 8%;
    padding: 0 0 0 15vw;
    width: fit-content;
    position:relative;
}
#contact h2:before{
    content:"";
    background: url(../img/title_entry.svg);
    background-repeat: no-repeat;
    width:12vw;
    height:8vw;
    position:absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}
#contact form,
#contact .error_box,
#contact .thanks{
    background: var(--colorW);
    max-width: var(--w1120);
    margin: 0 auto;
    padding: 3% 0 4%;
    width: 95%;
}
#contact .error_box input[type="button"],
#contact .thanks input[type="button"]{
    margin: 0 auto;
    display: block;
}
#contact form dl{
    border-bottom: 1px solid var(--color05);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 0 10px;
    margin: 0 auto 20px;
    width: 90%;
}
#contact form dl dt,
#contact form dl dd{
    position: relative;
    padding: 10px;
}
#contact form dl dt{
    width:38%;
}
#contact form dl dt i{
    display:block;
    font-style:normal;
    font-size:0.8em;
    padding:5px 0 0;
}
#contact form dl dd{
    width:62%;
    flex-grow: 1;
}
#contact .privacy{
    margin: 5% auto 0;
}
#contact .privacy .em{
    text-align: center;
    margin: 0 auto 20px;
}
#contact .privacy .privacy_detail{
    border: 1px solid var(--color05);
    border-radius: 20px;
    line-height: 1.4em;
    margin: 0 auto 20px;
    padding: 3%;
    width: 83%;
    height: 210px;
    overflow-y: scroll;
}
#contact .privacy .privacy_detail p,
#contact .privacy .privacy_detail h3,
#contact .privacy .privacy_detail ul{
    font-size: 0.9em;
    margin: 0 0 2%;
}
#contact .caption{
    text-align: center;
    padding: 3% 0;
}
#contact .thanks h3,
#contact .thanks h4,
#contact .thanks p,
#contact .thanks address{
    text-align: center;
    margin: 0 auto 3%;
}
#contact .thanks address{
    padding: 20px;
    background: var(--color08);
    width: 90%;
    max-width: 740px;
}
#company {
    margin: 0 auto 5%;
    overflow: hidden;
}
#company h2{
    color: var(--colorW);
    font-size: var(--font30-54);
    font-weight: 500;
    text-align: right;
    margin: 0 auto 0 0;
    width: 87%;
    position: relative;
    padding: 12% 0 5%;
}
#company h2:after{
    content:"Company";
    color: var(--color05);
    font-size:250px;
    position: absolute;
    bottom: 0;
    left:-30px;
    z-index: -1;
}
#company .contents_inner{
    background: var(--colorD);
    border: 1px solid var(--colorW);
    color: var(--colorW);
    font-size: var(--font18-24);
    line-height: 2.0em;
    margin: -3% auto 0;
    padding:5%;
    width:95%;
    position: relative;
    z-index: 1;
}
footer{
    margin: 0 auto 0;
    padding: 5% 0;
    width:100%;
}
footer .footer_inner{
    color: var(--colorW);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    max-width: var(--w1120);
}
footer .footer_inner figure{
    border-right: 2px solid var(--colorW);
    padding: 0 5% 0 0;
    max-width: 300px;
    width: 30%;
}
footer .footer_inner ul{
    line-height: 2.0em;
    padding: 0 0 0 5%;
    width: auto;
}
footer .footer_inner ul li a:hover{
    color: var(--color03);
}
footer .copyright{
    color: var(--colorW);
    text-align: center;
    padding: 6% 0 3%;
}
footer .pagetop{
    position: fixed;
    bottom:20px;
    right:20px;
    z-index: 100;
}
footer .pagetop a{
    background: var(--colorD);
    border: 1px solid var(--colorW);
    border-radius: 300px;
    color: var(--colorW);
    font-size: 0.7em;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media all and (min-width: 769px) {
    .sp-disp{
        display: none;
    }
    #side_menu{
        display: none;
    }
    footer #FooterFloatingMenu{
        background: var(--colorD);
        width: 100%;
        height: 120px;
        position: fixed;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 0);
        z-index: 99;
    }
    footer #FooterFloatingMenu .links{
        margin: 1% auto 0;
        max-width: 440px;
    }
    footer #FooterFloatingMenu .links p b:before{
        display:none;
    }

    /* footer #FooterFloatingMenu a{
        background: var(--colorBTN);
        color: var(--colorW);
        text-align: center;
        font-size: var(--font18-26);
        font-weight: 500;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
    } */
}
@media all and (max-width: 768px) {
    body{
        font-size: 16px;
    }
    .pc-disp{
        display: none;
    }
    header{
        position: fixed;
        top:0;
        left:0;
        z-index: 999;
    }
    header h1{
        padding: 1% 0;
        max-width: unset;
        width: 25%;
    }
    /*----------------------------
    side_menu
    *----------------------------*/
    #side_menu{
        position: absolute;
        top: 3%;
        right: 2%;
        z-index: 1;
    }
    .menu-btn{
        background: var(--colorW);
        color: var(--colorD);
        font-size: var(--font20-29);
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        z-index: 999999;
    }
    .menu-btn .inview{
        display: block;
    }
    .menu-btn .behind{
        display: none;
    }
    .Viewmenu{
        position: fixed;
        top: 0;
        right: 0;
        z-index: 1;
        width: 100vw;
        height: 100dvh;
        background: rgba(0,0,0,0.8);
        overflow: scroll;
        padding: 7rem 0 2rem;
    }
    .Viewmenu .inner{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .Viewmenu .inner ul{
        margin: 0 auto;
        width: 80%;
    }
    .Viewmenu .inner .menu_in_logo{
        margin: 0 auto 3%;
        width: 80%;
    }
    .Viewmenu .inner .menu__item{
        border-bottom:0.5px solid var(--colorW);
        color: var(--colorW);
        font-size: var(--font16-18);
        text-align: center;
        margin: 0 auto 10px;
        padding: 0 0 15px;
        width: 100%;
        height: auto;
        box-sizing: border-box;
    }
    .menu__item a{
        position: relative;
        padding: 0 0 0;
        text-decoration: none;
    }
    .Viewmenu .inner .bnr_area_menu{
        margin: 0 auto 8%;
    }
    /* アニメーション前のメニューの状態 */
    .Viewmenu{
        pointer-events: none;
        opacity: 0;
        transform-origin: top;
        transform: scale(.5);
        transition: all .3s ease;
    }
    /* アニメーション後のメニューの状態 */
    .Viewmenu.is-active{
        pointer-events: auto;
        opacity: 1;
        transform: scale(1.0);
    }
    .menu__item{
        position: relative;
    }
    /*----------------------------
    main
    *----------------------------*/
    main{
        background: url(../img/main_bg_sp.png);
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: top center;
        padding: 5% 0 0;
        margin: 12% auto 0;
    }
    main .main_text h2{
        margin: 0 auto 4%;
        width: 88%;
    }
    main .main_text h3{
        -webkit-text-stroke: 1px var(--colorW);
        font-size: var(--font25-33);
        text-align: center;
        margin: 0 auto 4% auto;
        width: 88%;
    }
    main .main_text h3 br,
    main .main_text h4 br{
        display: block;
    }
    main .main_text h4{
        font-size: var(--font20-29);
        margin: 0 0 0 auto;
        width: 65%;
    }
    main .main_text h4 b{
        font-size:1.1em;
    }
    main .main_text h5{
        font-size: var(--font18-24);
        margin: 0 5% 3% auto;
        padding: 0 20px 10px;
        width: 55%;
    }
    main .main_text h5 span{
        font-size: var(--font18-24);
    }
    main .main_text h5 b{
        display: block;
        margin: 0 auto 2%;
    }
    main .main_text figure{
        width: 32vw;
        height: 0;
        position: absolute;
        bottom: 20vw;
        left: 3vw;
    }
    main .main_bottom{
        margin: 10% auto 3%;
        width: 85%;
    }
    .links{
        margin: 15% auto 10%;
    }
    .links p{
        margin: 0 auto 4%;
    }
    .links p b:before{
        width: 24vw;
        height: 9vw;
        top: -11vw;
        left: -2vw;
    }
    .link a{
        padding: 4% 0;
    }
    main .main_inner{
        margin: 0 auto 15%;
        width: 85%;
    }
    main .main_inner h2,
    #audition02-1 h2,
    #audition02-2 h2{
        margin: -5vw auto 10%;
        padding: 35vw 0 0 0;
    }
    main .main_inner h2:before,
    #audition02-1 h2:before,
    #audition02-2 h2:before{
        width: 30vw;
        height: 20vw;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    #audition02-1 h2:before,
    #audition02-2 h2:before{
        left: 0;
        transform: translate(0, -50%);
    }
    main .main_inner p{
        text-align: left;
    }
    /*==========
    Contents
    ============*/
    .contents{
        overflow: hidden;
    }
    .contents_inner{
        margin: 0 auto 15%;
        width: 90%;
    }
    #audition01 .contents_inner{
        justify-content: flex-start;
    }
    #audition01 h2{
        margin: 9% auto 5%;
    }
    #audition01 h2 b:before{
        width: 60px;
        height: 35px;
        position: absolute;
        top: -30px;
        left: -12px;
    }
    #audition03 h2{
        margin: 6% auto 2%;
    }
    #audition01 dl{
        width: 48%;
    }
    #audition01 dl:nth-child(2),
    #audition01 dl:nth-child(3),
    #audition01 dl:nth-child(4),
    #audition01 dl:nth-child(5),
    #audition01 dl:nth-child(6){
        margin: 0 1% 3%;
    }
    #audition01 dl dt{
        font-size: var(--font18-24);
        margin: 0 auto 8%;
        min-height: unset;
    }
    #audition01 dl dd{
        line-height: 1.6em;
        font-size: 0.9em;
    }
    #audition02-1{
        padding: 1% 5% 10% 15%;
        width: 94%;
    }
    #audition02-2{
        padding: 1% 5% 10% 5%;
        width: 94%;
    }
    #audition02-1 p, #audition02-2 ul{
        line-height: 2.0em;
    }
    #audition02-2 .audition_separate_inner_left{
        margin: 0 auto 8%;
        width: 100%;
    }
    #audition02-2 .audition_separate_inner_right{
        width: 100%;
    }
    #audition02-2 .audition_separate_inner_right dl{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    #audition02-2 .audition_separate_inner_right dl dt{
        width: 25%;
        height: fit-content;
    }
    #audition02-2 .audition_separate_inner_right dl dt span{
        padding: 0;
    }
    #audition02-2 .audition_separate_inner_right dl dt span:after{
        width: 30px;
        height: 20px;
        position: absolute;
        top: -20px;
        right: -24px;
    }
    #audition02-2 .audition_separate_inner_right dl dd{
        font-size: 0.9em;
        line-height: 1.4em;
        padding: 0 0 0 5%;
        width: 75%;
    }
    #audition03{
        margin: 10% auto;
    }
    #audition03 ul li{
        width: 72%;
        margin: 0 auto 10%;
    }
    #audition04 h2:after{
        font-size: 110px;
        left: -5%;
    }
    #audition04 .contents_inner dl:not(.end):before{
        height: 5vw;
        bottom: -5vw;
        left: 15vw;
    }
    #audition04 .contents_inner dl dt{
        width: 30vw;
        height: 30vw;
    }
    #audition04 .contents_inner dl dd{
        font-size: 0.9em;
        line-height: 1.4em;
        width: calc(100% - 35vw);
    }
    #audition04 .contents_inner p.date{
        margin: 10% auto 0 0;
    }
    #audition05 #audition05-1 h2 span{
        padding: 0 0 0 28vw;
    }
    #audition05 #audition05-1 h2 span:before{
        width: 26vw;
        height: 17vw;
    }
    #audition05 #audition05-1 figure{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: end;
        margin: 0 auto;
        width: 100%;
    }
    #audition05 #audition05-1 figure img{
        width: 40%;
    }
    #audition05 #audition05-1 figure span{
        margin: 0 10px 40px;
    }
    #audition05 #audition05-1 p{
        margin: -5% 0 0 0;
        padding: 8% 7% 5%;
        line-height: 1.6em;
        width: 90%;
    }
    #audition05 #audition05-2{
        clip-path: polygon(0 3%, 100% 0, 100% 100%, 0 100%);
        padding: 30% 0 10%;
    }
    #audition05 #audition05-2 h2:after{
        font-size: 110px;
        bottom: -9%;
    }
    #audition05 #audition05-2 ul li{
        width: 48%;
    }
    #audition06{
        background-size: 150%;
        background-position: top -20% left 30%;
        margin: -5% auto 0;
        padding: 12% 0 6%;
    }
    #audition06 h2{
        margin: 0 auto 8%;
        padding: 0 0 0 25vw;
    }
    #audition06 h2:before{
        width: 24vw;
        height: 15vw;
    }
    #audition06 dl dt:before,
    #audition06 dl dd:before{
        font-size:70px;
    }
    #audition06 dl dt,
    #audition06 dl dd{
        min-height: 54px;
        padding: 3% 6% 3% 22%;
        font-size: 0.9em;
    }
    #contact h2{
        margin: 0 auto 8%;
        padding: 0 0 0 25vw;
    }
    #contact h2:before {
        width: 24vw;
        height: 15vw;
    }
    #contact{
        margin: -60px 0 0;
        padding: 60px 0 0;
    }
    #contact form{
        width:90%;
    }
    #contact form dl dt{
        width:100%;
    }
    #contact .privacy .em{
        padding: 0 5%;
        line-height: 1.6em;
    }
    #contact .privacy .privacy_detail{
        height: 160px;
    }
    #contact .caption{
        text-align: left;
        padding: 9%;
    }
    #contact form,
    #contact .error_box,
    #contact .thanks{
        padding: 6% 0 8%;
    }
    #contact.contents_thanks{
        padding: 14% 0 0;
        margin: 12% auto 0;
    }
    #contact .thanks h3,
    #contact .thanks h4,
    #contact .thanks p,
    #contact .thanks address{
        text-align: left;
        margin: 0 auto 6%;
        width: 90%;
    }
    #company h2:after{
        font-size: 110px;
    }
    footer{
        padding: 5% 0 calc(10% + 60px);
    }
    footer .footer_inner figure{
        border-right:none;
        border-bottom: 2px solid var( --colorW);
        text-align: center;
        margin: 0 auto 5%;
        padding:0 0 5%;
        width: 100%;
    }
    footer .footer_inner figure img{
        width:60%;
    }
    footer .footer_inner ul{
        padding: 0 3%;
    }
    footer #FooterFloatingMenu{
        /* width: 100%;
        height:60px;
        position: fixed;
        bottom:0;
        left:0;
        z-index: 99; */

        background: var(--colorD);
        width: 100%;
        min-height: 78px;
        position: fixed;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 0);
        z-index: 99;
    }
    footer #FooterFloatingMenu .links{
        font-size: var(--font18-26);
        margin: 2% 0 2% 3%;
        max-width: unset;
        width: 70%;
    }
    footer #FooterFloatingMenu .links p{
        margin: 0 auto 2%;
        padding: 0 0 0 3%;
    }
    footer #FooterFloatingMenu .links p b:before{
        display:none;
    }
    footer #FooterFloatingMenu .links a{
        margin: 0 auto;
        max-width: unset;
        width: 100%;
    }
    footer #FooterFloatingMenu .links a:before{
        right: -34px;
    }
    /* footer #FooterFloatingMenu a{
        background: var(--colorBTN);
        color: var(--colorW);
        text-align: center;
        font-size: var(--font18-26);
        font-weight: 500;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
    } */
}