@charset "utf-8";

/* ==================================================
Common CSS
================================================== */

@media(max-width:999px){

/*STYLE*/
.pc {
    display:none;
}

.cts {
    width:90%;
}

.titles {
    padding-bottom:20px;
    text-align:center;
}

.titles h2 {
    font-size:200%;
    font-weight:bold;
    line-height:135%;
}

.titles .icon {
    width:60px;
    margin:0 auto 10px;
}

.titles .copy {
    font-size:100%;
    font-weight:600;
}



/*FIXED CTA*/
.fixed_cta {
    position:fixed;
    top:0;
    right:0;
    z-index:9999;
}

.fixed_cta a {
    width:70px;
    height:70px;
    background:#ff9e00;
    display:flex;
    justify-content:center;
    flex-direction:column;
    align-items:center;
}

.fixed_cta a img {
    width:25px;
    margin:0 auto 7px;
}

.fixed_cta a p {
    font-size:70%;
    font-weight:600;
    line-height:100%;
    text-align:center;
    color: #fff;
}





/*MV*/
#mv {
    width:100%;
    height:100vh;
    position: relative;
    background: linear-gradient(to top, #2d80cc, #6eb1f0);
}

#mv .logo {
    width:200px;
    position:absolute;
    top:20px;
    left:20px;
    z-index:1000;
    padding:0px 10px 10px 10px;;
}

#mv .mv_photos {


}

#mv .mv_photos .mv_photo_1 {
    /* display: none; */
    width: 200px;
    height: 100%;
    transform: rotate(45deg);
    position: absolute;
    right: 330px;
    bottom: 230px;
}

#mv .mv_photos .mv_photo_2 {
    width: 200px;
    height: 100%;
    transform: rotate(45deg);
    position: absolute;
    right: 740px;
    bottom: 180px;
}

#mv .mv_photos .mv_photo_3 {
    width: 200px;
    height: 100%;
    transform: rotate(45deg);
    position: absolute;
    right: 520px;
    bottom: 190px;
}

#mv .mv_photos .mv_photo_4 {
    width: 200px;
    height: 100%;
    transform: rotate(45deg);
    position: absolute;
    right: 70px;
    bottom: -260px;
}

#mv .mv_photos .mv_photo_5 {
    width: 200px;
    height: 100%;
    transform: rotate(45deg);
    position: absolute;
    right: 140px;
    bottom: -420px;
}

#mv .mv_photos .mv_photo_6 {
    width: 200px;
    height: 100%;
    transform: rotate(45deg);
    position: absolute;
    right: 590px;
    bottom: 30px;
}

#mv .mv_photos .mv_photo_7 {
    width: 200px;
    height: 100%;
    transform: rotate(45deg);
    position: absolute;
    right: 370px;
    bottom: 40px;
}

#mv .mv_photos .mv_photo_8 {
    width: 200px;
    height: 100%;
    transform: rotate(45deg);
    position: absolute;
    right: 440px;
    bottom: -120px;
}

#mv .mv_photos .mv_photo_9 {
    width: 200px;
    height: 100%;
    transform: rotate(45deg);
    position: absolute;
    right: 290px;
    bottom: -270px;
}

#mv .mv_photos .mv_photo_10 {
    width: 200px;
    height: 100%;
    transform: rotate(45deg);
    position: absolute;
    right: 220px;
    bottom: -110px;
}

#mv .mv_photos .mv_photo_11 {
    width: 200px;
    height: 100%;
    transform: rotate(45deg);
    position: absolute;
    right: 180px;
    bottom: 80px;
}

/*#mv .mv_slider {
    width:100%;
    height:100vh;
}

#mv .mv_slider .mv1 {
    background:url(../img/mv_sp_1.jpg) center;
    background-size:cover;
}*/

/*#mv .mv_slider .mv2 {
    background:url(../img/mv_2.jpg) center;
    background-size:cover;
}

#mv .mv_slider .mv3 {
    background:url(../img/mv_3.jpg) center;
    background-size:cover;
}*/

#mv .copies {
    position:absolute;
    bottom: 80px;
    left:0;
    /* right: 0; */
    /* background: #009E41; */
    padding: 65px 10px;
    z-index:1000;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

#mv .copies .maincopy {
    font-size: 135%;
    font-weight:800;
    line-height:100%;
    color:#fff;
    padding-bottom: 15px;
    /* text-align: center; */
    line-height: 1.2em;
    /* background: #06cf8f; */
}

#mv .copies .subcopy {
    font-size: 110%;
    font-weight: bold;
    line-height: 100%;
    /* padding: 15px 0px 15px 15px; */
    /* background: #06cf8f; */
    color: #fff;
}

#mv .copies .copy {
    color: #4392dd;
    background: #fff;
    padding: 5px 10px;
    font-size: 120%;
    font-weight: bold;
}

#mv .points {
    /* background: #40c2f8; */
    font-size: 200%;
    position: absolute;
    display: flex;
    bottom: 0;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 120px;
    z-index: 1000;
    text-align: center;
    flex-direction: column;
    flex-wrap: wrap;
}

#mv .points .point {
    border: #fff 1px solid;
    color: #fff;
    padding: 5px 10px;
    font-size: 45%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 5px 10px;
    line-height: 110%;
}



/*INTRO*/
#intro {
    padding:50px 0;
    background: linear-gradient(to top, #2d80cc, #6eb1f0);
}

#intro .titles .icon {
    width:55px;
    margin-bottom:5px;
}

#intro .titles h2 {
    font-size:200%;
}

#intro .details {
}

#intro .details .detail {
    width:100%;
    margin-bottom:35px;
    background: #fff;
    padding: 10px;
}

#intro .details .detail:last-child {
    margin-bottom:0;
}

#intro .details .detail .photo {
    margin: 0px auto 20px;
    /* border: #fff 3px solid; */
    width: 100%;
}

#intro .details .detail h3 {
    font-size:150%;
    font-weight:600;
    line-height:135%;
    text-align:center;
    padding-bottom:10px;
}

#intro .details .detail .ex {
}

#intro .details .detail .asterisk {
    font-size:90%;
}
    



/*ABOUT*/
#about {
    width:100%;
    position: relative;
    background: url(../img/about.jpg) center;
    background-size: cover;
}

#about .cts {
    width:100%;
}

/*#about .photo {
    width:100%;
    height:70vw;
    background:url(../img/about.jpg) center;
    background-size:cover;
}*/

#about .detail {
    width:100%;
    padding:25px;
    background: rgba(255, 255, 255, 0.95);
}

#about .detail h3 {
    font-size:150%;
    font-weight:800;
    line-height:135%;
    text-align:center;
    padding-bottom:10px;
    color: #2d80cc;
}

#about .detail .tx {
    line-height:180%;
    /* color:#fff; */
}





/*FEATURE*/
#feature {
    padding:50px 0;
    background: linear-gradient(to top, #2d80cc, #6eb1f0);
}

#feature .titles .icon {
    width:55px;
    margin-bottom:5px;
}

#feature .features {
}

#feature .features .feature {
    margin-bottom:50px;
    background: #fff;
}

#feature .features .feature:last-child {
    margin-bottom:0;
}

#feature .features .feature .photo {
    width:100%;
    height:70vw;
    margin:0 auto 20px;
}

#feature .features .feature .photo1 {
    background:url(../img/feature_1.jpg) center;
    background-size:cover;
}

#feature .features .feature .photo2 {
    background:url(../img/feature_2.jpg) center;
    background-size:cover;
}

#feature .features .feature .photo3 {
    background:url(../img/feature_3.jpg) center;
    background-size:cover;
}

#feature .features .feature .photo4 {
    background:url(../img/feature_4.jpg) center;
    background-size:cover;
}

#feature .features .feature .detail {
    width:100%;
    margin:auto;
    padding: 20px;
}

#feature .features .feature .detail .number {
    font-size:350%;
    font-weight:600;
    line-height:100%;
    color: #ffc464;
    padding-bottom:10px;
    text-align:center;
}

#feature .features .feature .detail h3 {
    font-size: 130%;
    font-weight:600;
    line-height:135%;
    padding-bottom:10px;
    text-align:center;
    color: #4392dd;
}

#feature .features .feature .detail .ex {
}





/*INTERVIEW*/
#interview {
    padding:50px 0 25px;
    position: relative;
    /*background: url(../img/entry_bg.jpg) center;
    background-size: cover;*/
    background: #fff;
}

#interview .titles .icon {
    width:55px;
    margin-bottom:5px;
}

/*#interview .titles h2 {
    color: #fff;
}

#interview .titles .copy {
    color: #fff;
}*/

#interview .tabs {
    display:flex;
    justify-content:center;
}

#interview .tabs .tab {
    font-size:90%;
    font-weight:500;
    line-height:100%;
    background:#06cf8f;
    color:#fff;
    padding:10px 15px 10px;
    margin:0 5px;
    cursor:pointer;
}

/*#interview .tabs .tab.on {
    background:#fff;
    color:#06cf8f;
}*/

#interview .interview_detail .interview_tab{
    border-bottom: #e1e1e1 solid 1px;
    border-top: #e1e1e1 solid 1px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;

}

#interview .details .interview_detail .interview_tab .info{
    
}

#interview .details .interview_detail .interview_tab .info .name{

}

#interview .details .interview_detail .interview_tab .info .position{
    font-size: 80%;
}

#interview .interview_detail .interview_tab .arrow{
    width: 10px;
    height: 10px;
    border-top: #34458c 1px solid;
    border-right: #34458c 1px solid;
    transform: rotate(45deg);
    position: absolute;
    right: 55px;
}

#interview .interview_detail .interview_tab .arrow.open {
    transform:rotate(135deg);
    margin-bottom:5px;
}

#interview .interview_detail .detail {
    display: none;
}

#interview .interview_detail .detail.open {
    display: none;
}

#interview .interviews {
}

#interview .interviews .interview {
    background:#fff;
    padding:25px 25px;
}

#interview .interviews .interview1 {
}

/*#interview .interviews .interview2 {
    display:none;
}

#interview .interviews .interview3 {
    display:none;
}*/

#interview .interviews .interview .details {
}

#interview .interviews .interview .details .photos {
    text-align:center;
    margin-bottom:25px;
}

#interview .interviews .interview .details .photos .photo {
    width:70%;
    margin:0 auto 20px;
}

#interview .interviews .interview .details .photos .name {
    font-weight:600;
}

#interview .interviews .interview .details .photos .position {
    font-size:80%;
    color:#aaa;
}

#interview .interviews .interview .details .detail {
    width:100%;
}

#interview .interviews .interview .details .detail h3 {
    font-size:120%;
    font-weight:600;
    line-height:135%;
    padding-bottom:25px;
    text-align:center;
    color :#06cf8f;
}

#interview .interviews .interview .details .detail .messages {
    
}

#interview .interviews .interview .details .detail .messages .message {
    margin-bottom:35px;
}

#interview .interviews .interview .details .detail .messages .message:last-child {
    margin-bottom:0;
}

#interview .interviews .interview .details .detail .messages .message h4 {
    border-bottom:#000 1px solid;
    margin-bottom:15px;
}

#interview .interviews .interview .details .detail .messages .message h4 span {
    border-left:#000 5px solid;
    padding:5px 0 5px 10px;
    font-weight:600;
    line-height:100%;
    margin-bottom:10px;
    display:inline-block;
}

#interview .interviews .interview .details .detail .messages .message .tx {
}





/*PROCESS*/
#process {
    padding:50px 0 25px;
}

#process .titles .icon {
    width:55px;
    margin-bottom:5px;
}

#process .steps {
    display:flex;
    justify-content:space-between;
    flex-direction:column;
    position:relative;
}

#process .steps .flowline {
    width:20px;
    height:100%;
    background:#e1e1e1;
    position:absolute;
    top:0;
    left:0;
    right:0;
    margin:auto;
}

#process .steps .step {
    width:100%;
    position:relative;
    background:#fff;
    border: #4392dd 5px solid;
    margin-bottom:30px;
    display:flex;
    justify-content:center;
    align-items:center;
}

#process .steps .step:last-child {
    margin-bottom:0;
}

#process .steps .step .number {
    width:40px;
    height:40px;
    background: #4392dd;
    color :#fff;
    border-radius:20vw;
    display:flex;
    justify-content:center;
    align-items:center;
    text-align:center;
    position:absolute;
    top:-20px;
    left:0;
    right:0;
    margin:auto;
}

#process .steps .step .illust {
    width:100px;
    height:100px;
    margin-right:20px;
}

#process .steps .step .illust img {
}

#process .steps .step .detail {
    width:150px;
}

#process .steps .step .detail .status {
    font-weight:600;
}




/*FAQ*/
#faq {
    padding:50px 0;
}

#faq .titles .icon {
    width:55px;
    margin-bottom:5px;
}

#faq .faqs {
}

#faq .faqs .faq {
    margin-bottom:35px;
    /* background: #E8FFF8; */
    padding: 10px;
}

#faq .faqs .faq:last-child {
    margin-bottom:0;
}

#faq .faqs .faq .question {
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:10px;
}

#faq .faqs .faq .question .item {
    width:40px;
    height:40px;
    background: #4392dd;
    color:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:100%;
    font-weight:600;
    text-align:center;
}

#faq .faqs .faq .question h3 {
    width:calc(100% - 55px);
    color: #4392dd;
    font-size:100%;
    font-weight:600;
    line-height:135%;
}

#faq .faqs .faq .answer {
    display:flex;
    justify-content:space-between;
}

#faq .faqs .faq .answer .item {
    width:40px;
    height:40px;
    background:#40c2f8;
    color: #fff;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:100%;
    font-weight:600;
    text-align:center;
}

#faq .faqs .faq .answer .tx {
    width:calc(100% - 55px);
}


/*LINK*/
#link {

    background: linear-gradient(to top, #2d80cc, #6eb1f0);
    padding: 50px 0;
}

#link .cts {

}

#link .titles {

}

#link .titles h2{

}

#link .hp_btn{
    width:100%;
    display:inline-block;
    margin-bottom: 10px;

}

#link .hp_btn a{
    width:100%;
    margin:auto;
    display:flex;
    justify-content:center;
    align-items:center;
    position:relative;
    background:#ff9e00;
    border-radius: 10px;
    padding:25px 50px;
}

#link .hp_btn .hp_logo{

}

#link .hp_btn p{
    font-size:120%;
    font-weight:600;
    line-height:100%;
    color: #fff;
}

#link .syouyaku_btn{
    width:100%;
    display:inline-block;
    margin-bottom: 10px;
}

#link .syouyaku_btn a{
    width:100%;
    margin:auto;
    display:flex;
    justify-content:center;
    align-items:center;
    position:relative;
    background:#ff9e00;
    border-radius: 10px;
    padding:25px 50px;
}

#link .syouyaku_btn .syouyaku_logo{

}

#link .syouyaku_btn p{
    font-size:120%;
    font-weight:600;
    line-height:100%;
    color: #fff;
}

#link .link_sns{

display: flex;

flex-direction: column;

align-items: center;
}

#link .link_sns .link_text{

display: flex;

align-items: center;

margin-bottom: 5px;
}

#link .link_sns .link_text img{
    width: 25px;
    height: 25px;
    margin-right: 5px;
}

#link .link_sns .link_text .copy{

text-align: center;

font-size: 120%;
}

#link .link_sns .sns_btn{
    width:100%;
    display:inline-block;

}

#link .link_sns .sns_btn a{
    width:100%;
    margin:auto;
    display:flex;
    justify-content:center;
    align-items:center;
    position:relative;
    background:#ff9e00;
    border-radius: 10px;
    padding:25px 50px;
    margin-bottom: 10px;
}

#link .link_sns .sns_btn p{
    font-size:120%;
    font-weight:600;
    line-height:100%;
    color: #fff;
}


/*PRIVACY POLICY*/
#privacypolicy {
    padding:50px 0 30px;
    position: relative;
    background: url(../img/privacy_bg.jpg) center;
    background-size: cover;
}

#privacypolicy .cts {
}

#privacypolicy .titles {
    padding-bottom:10px;
}

#privacypolicy .titles h2 {
    color: #fff;
}

#privacypolicy .privacypolicies {
    position:relative;
    background:#fff;
    box-shadow:0 0 20px rgba(0,0,0,0.1);
}

#privacypolicy .privacypolicies .privacypolicy_cts {
    padding:25px 25px 25px;
}

#privacypolicy .privacypolicies .privacypolicy {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: #333 1px solid;
}

#privacypolicy .privacypolicies .privacypolicy .item {
    font-size:110%;
    font-weight:900;
}

#privacypolicy .backbtn {
    margin-top:50px;
    text-align:center;
}

#privacypolicy .backbtn .btn {
    display:inline-block;
}

#privacypolicy .backbtn .btn a {
    display:flex;
    justify-content:center;
    align-items:center;
    border:#000 1px solid;
    padding:10px 20px;
}

#privacypolicy .backbtn .btn a p {
    font-weight:500;
    color:#000;
    padding-left:10px;
}

#privacypolicy .backbtn .btn a .arrow {
    width:10px;
    height:10px;
    border-top:#000 1px solid;
    border-right:#000 1px solid;
    transform:rotate(-135deg);
}



/*CTA*/
.cta {
    width:100%;
    padding:35px 0;
    position: relative;
    background: linear-gradient(to top, #2d80cc, #6eb1f0);
    background-size: cover;
}

.cta .cts {
    text-align:center;
}


.cta .copies {

}

.cta .copies .subcopy {
    font-size:100%;
    line-height:500;
    line-height:100%;
    color:#fff;
    border: #fff 1px solid;
    display:inline-block;
    padding:8px 15px;
    margin-bottom:10px;
}

.cta .copies .subcopy p{
    color:#fff;
}

.cta .copies .maincopy {
    font-size:160%;
    font-weight:600;
    padding-bottom:0px;
    color:#fff;
}

.cta .copies .maincopy p{
    color:#fff;
    line-height: 120%;
}

.cta .photo {
    width: 70%;
    margin: 0 auto;
}

.cta .cta_btn {
    width:100%;
    display:inline-block;
    animation:cta linear 1s infinite alternate;
    -webkit-animation:cta linear 1s infinite alternate;
}

.cta .cta_btn a {
    width:100%;
    margin:auto;
    display:flex;
    justify-content:center;
    align-items:center;
    position:relative;
    background:#ff9e00;
    border-radius: 10px;
    padding:25px 50px;
}

.cta .cta_btn a p {
    font-size:120%;
    font-weight:600;
    line-height:100%;
    color: #fff;
}

.cta .cta_btn a .arrow {
    width:10px;
    height:10px;
    border-top:#fff 1px solid;
    border-right:#fff 1px solid;
    transform:rotate(45deg);
    position:absolute;
    right:25px;
}





/*ENTRY*/
#entry {
    padding:50px 0 30px;
    position: relative;
    background:#fff;
}


#entry .cts {
}

#entry .titles {
    padding-bottom:10px;
}

/*#entry .titles h2 {
    color: #fff;
}*/

#entry .titles .icon {
    width:55px;
    margin:0 auto 5px;
}

#entry .entry_form {
    position:relative;
    background:#fff;
    box-shadow:0 0 20px rgba(0,0,0,0.1);
}

#entry .entry_form .entry_cts {
    padding:25px 25px 25px;
    text-align:center;
}

#entry .entry_form .entry_cts .q {
    font-size:350%;
    font-weight:500;
    line-height:100%;
    color:#c8c8c8;
    padding-bottom:10px;
}

#entry .entry_form .entry_cts .question {
    font-size:150%;
    font-weight:600;
    line-height:135%;
}

#entry .entry_form .entry_cts .attention {
    font-size:80%;
    font-weight:400;
}

#entry .entry_form .entry_cts form {
    margin-top:15px;
}



/*ENTRY STEP COLUMN5*/
#entry .entry_form .steps.column5 .step {
    width:20%;
    padding-left:10px;
}

#entry .entry_form .steps.column5 .step:first-child {
    width:17.5%;
    padding-left:10px;
}

#entry .entry_form .steps.column5 .step:last-child {
    width:22.5%;
}



/*ENTRY STEP COLUMN6*/
#entry .entry_form .steps.column6 .step {
    width:16.5%;
    padding-left:10px;
}

#entry .entry_form .steps.column6 .step:first-child {
    width:16.5%;
    padding-left:10px;
}

#entry .entry_form .steps.column6 .step:last-child {
    width:17.5%;
}



/*ENTRY STEP COMMON*/
#entry .entry_form .steps {
    display:flex;
}

#entry .entry_form .steps .step {
    height:50px;
    background:linear-gradient(to right,#6eb1f0,#2d80cc);
    display:flex;
    justify-content:center;
    flex-direction:column;
    align-items:center;
    position:relative;
}

#entry .entry_form .steps .step.now {
    background:#40c2f8;
}

#entry .entry_form .steps .step.past {
    background:linear-gradient(to right,#ccc,#bbb);
}

#entry .entry_form .steps .step:after {
    content:"";
    border-top:transparent 25px solid;
    border-right:transparent 10px solid;
    border-bottom:transparent 25px solid;
    border-left:#2d80cc 10px solid;
    position:absolute;
    top:0;
    right:-20px;
    z-index:1;
}

#entry .entry_form .steps .step.now:after {
    content:"";
    border-top:transparent 25px solid;
    border-right:transparent 10px solid;
    border-bottom:transparent 25px solid;
    border-left:#40c2f8 10px solid;
    position:absolute;
    top:0;
    right:-20px;
    z-index:1;
}

#entry .entry_form .steps .step.past:after {
    content:"";
    border-top:transparent 25px solid;
    border-right:transparent 10px solid;
    border-bottom:transparent 25px solid;
    border-left:#bbb 10px solid;
    position:absolute;
    top:0;
    right:-20px;
    z-index:1;
}

#entry .entry_form .steps .step:last-child:after {
display:none;
}

#entry .entry_form .steps .step p {
    line-height:100%;
    text-align:center;
    color:#fff;
}

#entry .entry_form .steps .step p:first-child {
    font-size:100%;
    padding-bottom:3px;
}

#entry .entry_form .steps .step p:last-child {
    font-size:50%;
}


/*---------- システム連携用CSS システム連携作業側が追加します ----------*/

/*ENTRY STATUS*/
#entry.entry_status .answer {
    display:flex;
    justify-content:center;
}

#entry.entry_status label {
    border:#000 3px solid;
    color:#000;
    padding:15px;
    display:block;
    cursor:pointer;
    border-radius:10px;
    font-size:120%;
    font-weight:600;
    margin:0 7px;
    width:120px;
}


/*ENTRY AGE*/
#entry.entry_age {
}

#entry.entry_age .detail_cts {
    display:flex;
    justify-content:center;
    align-items:center;
}

#entry.entry_age .detail_cts p:last-child {
    padding-left:10px;
    font-size:120%;
    font-weight:500;
}

#entry.entry_age .style_age {
    width:150px;
    font-size:120%;
    font-weight:600;
    color:#000;
    border:#000 3px solid;
    padding:15px 20px;
    border-radius:10px;
    margin:0 7px;
    display:block;
    cursor:pointer;
}



/*ENTRY NAME*/
#entry.entry_name {
}

#entry.entry_name .forms .form {
    width:100%;
    margin-top:15px;
}

#entry.entry_name .forms .form:first-child {
    margin-top:0;
}

#entry.entry_name .forms .form .item {
    font-size:120%;
    font-weight:500;
    padding-bottom:7px;
    text-align:left;
}

#entry.entry_name .forms .form .detail {
    width:100%;
}

#entry.entry_name .forms .form .detail .detail_cts {
    display:flex;
    justify-content:space-between;
    align-items:center;
}

#entry.entry_name .forms .form .detail .detail_cts p {
    width:48.5%;
}

#entry.entry_name .style_name {
    width:100%;
    color:#000;
    border:#000 3px solid;
    padding:15px 20px;
    border-radius:10px;
    font-size:120%;
    font-weight:600;
}

#entry.entry_name .style_kana {
    width:100%;
    color:#000;
    border:#000 3px solid;
    padding:15px 20px;
    border-radius:10px;
    font-size:120%;
    font-weight:600;
}


/*ENTRY CONTACT*/
#entry.entry_contact {
}

#entry.entry_contact .forms .form {
    width:100%;
    margin-bottom:15px;
}

#entry.entry_contact .forms .form .item {
    font-size:120%;
    font-weight:500;
    padding-bottom:7px;
    text-align:left;
}

#entry.entry_contact .forms .form .detail {
    width:100%;
}

#entry.entry_contact .style_tel {
    width:100%;
    font-size:120%;
    font-weight:600;
    color:#000;
    border:#000 3px solid;
    padding:15px 20px;
    border-radius:10px;
}

#entry.entry_contact .style_mail {
    width:100%;
    font-size:120%;
    font-weight:600;
    color:#000;
    border:#000 3px solid;
    padding:15px 20px;
    border-radius:10px;
}


/*ENTRY JOB*/
#entry.entry_job .answer {
}

#entry.entry_job .answer p {
    margin-bottom:15px;
}

#entry.entry_job .answer p:last-child {
    margin-bottom:0;
}

#entry.entry_job label {
    border:#000 3px solid;
    color:#000;
    padding:15px;
    display:block;
    cursor:pointer;
    border-radius:10px;
    font-size:120%;
    font-weight:600;
    margin:0 7px;
    width:100%;
}





/*ENTRY CONFIRM*/
#entry.confirm {
}

#entry.confirm .entry_form .entry_cts {
    padding:25px 25px 25px;
    text-align:left;
}

#entry.confirm .entry_form .entry_cts .copy {
    font-size:110%;
    font-weight:600;
    text-align:center;
}

#entry.confirm .confirmations {
}

#entry.confirm .confirmations .confirmation {
    border-bottom:#e1e1e1 1px solid;
    padding:20px 0;
}

#entry.confirm .confirmations .confirmation:first-child {
    border-top:#e1e1e1 1px solid;
}

#entry.confirm .confirmations .confirmation .item {
    font-size:100%;
    font-weight:500;
}

#entry.confirm .confirmations .confirmation .ex {
    font-size:120%;
    font-weight:bold;
    line-height:100%;
    color:#000;
    margin-top:5px;
}



/*PRIVACY POLICY*/
#entry.confirm .privacy_policy {
    padding:15px 0 0;
}

#entry.confirm .privacy_policy .item {
    font-size:100%;
    font-weight:600;
}

#entry.confirm .privacy_policy .tx {
    font-size:90%;
    padding-bottom:15px;
}

#entry.confirm .privacy_policy .privacies {
    width:100%;
    height:190px;
    overflow:scroll;
    border:#e1e1e1 1px solid;
    padding:15px 20px;
}

#entry.confirm .privacy_policy .privacies .privacy {
    padding-bottom:15px;
    margin-bottom:15px;
    border-bottom:#e1e1e1 1px dashed;
}

#entry.confirm .privacy_policy .privacies .privacy:last-child {
    padding-bottom:0;
    margin-bottom:0;
    border-bottom:none;
}

#entry.confirm .privacy_policy .privacies .privacy .privacy_item {
    font-size:80%;
    font-weight:bold;
}

#entry.confirm .privacy_policy .privacies .privacy .ex {
    font-size:80%;
}

#entry.confirm .privacy_policy .privacies .privacy li {
    font-size:80%;
}

#entry.confirm .privacy_policy .privacies .privacy .contact {
    font-size:80%;
    padding-top:10px;
}



/*ENTRY FINISH*/
#entry.thanks {
}

#entry.thanks .entry_form .entry_cts {
    padding:30px 30px 30px;
}

#entry.thanks h3 {
    font-size:200%;
    font-weight:bold;
    padding-bottom:25px;
    color:#000;
}

#entry.thanks .ex {
    font-size:100%;
    font-weight:500;
    padding-bottom:25px;
}

#entry.thanks .attention {
    font-size:80%;
    display:flex;
}

#entry.thanks .backbtn {
    margin-top:50px;
    text-align:center;
}

#entry.thanks .backbtn .btn {
    display:inline-block;
}

#entry.thanks .backbtn .btn a {
    display:flex;
    justify-content:center;
    align-items:center;
    border:#000 1px solid;
    padding:10px 20px;
}

#entry.thanks .backbtn .btn a p {
    font-weight:500;
    color:#000;
    padding-left:10px;
}

#entry.thanks .backbtn .btn a .arrow {
    width:10px;
    height:10px;
    border-top:#000 1px solid;
    border-right:#000 1px solid;
    transform:rotate(-135deg);
}



/*ENTRY BTN*/
#entry .btns {
    display:flex;
    justify-content:center;
    align-items:center;
    margin-top:20px;
}
    
#entry .btns btn {
    margin:0 7px;
}
    
#entry input[type="radio"],
#entry input[type="checkbox"] {
visibility:hidden;
position:absolute;
}

#entry .warning {
font-size:90%;
font-weight:600;
color:#cc2b00;
margin:10px auto 15px;
display:block;
border:none;
padding:0;
text-align:center;
}

#entry label:hover {
}

#entry input[type="radio"]:checked + label {
    background:#000;
    color:#fff;
}

#entry input[type="checkbox"]:checked + label {
    background:#000;
    color:#fff;
}

#entry input[type="submit"] {
cursor:pointer;
}

#entry input[type="submit"]:hover {
-webkit-animation:hover 0.5s ease forwards;
animation:hover 0.5s ease forwards;
}

#entry .style_fix {
font-size:90%;
font-weight:500;
padding:10px 20px;
background:#ccc;
color:#fff;
border:none;
border-radius:5px;
margin-right:20px;
cursor:pointer;
}

#entry .style_fix:hover {
-webkit-animation:hover 0.5s ease forwards;
animation:hover 0.5s ease forwards;
}

#entry .style_submit {
font-size:110%;
font-weight:600;
padding:12px 30px;
background:#fff;
border:none;
background:#000;
color:#fff;
border-radius:5px;
}

/*---------- システム連携用CSS ここまで ----------*/




/*BACK TO TOP*/
.BackToTop {
position:fixed;
width:40px;
height:40px;
right:15px;
bottom:15px;
z-index:100;
display:none;
}



/*FOOTER*/
footer {
padding:30px 0 15px;
}

footer .info {
    text-align:center;
    padding-bottom:30px;
}

footer .info .logo {
    width:160px;
    margin:0 auto 15px;
}

footer .info .company {
    font-size:100%;
    font-weight:bold;
}

footer .info .address {
    font-size:80%;
    margin-bottom: 10px;
}

footer .privacypolicy {
    font-size:60%;
    text-align:center;
    color:#aaa;
}

footer .copyright {
font-size:60%;
text-align:center;
color:#aaa;
}

















}