@charset "utf-8";

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

@media(min-width:1000px){

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

.frame {
    width:100%;
    height:100%;
    border:#00A3E9 10px solid;
    position:fixed;
    top:0;
    left:0;
    z-index:99999;
    pointer-events:none;
}

.cts {
    width:1000px;
}

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

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

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

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



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

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

.fixed_cta a:hover {
    animation:cta_hover 0.4s forwards;
    -webkit-animation:cta_hover 0.4s forwards;
}

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

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




/*MV*/
#mv {
    width:100%;
    height:100vh;
    position:relative;
    display:flex;
    justify-content:center;
    align-items:center;
}

#mv .mv_slider {
    width:100%;
    height:100%;
    overflow:hidden;
}

#mv .mv {
    width:100%;
    height:100%;
}

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

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

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

#mv .corporate {
    position:absolute;
    top:25px;
    left:25px;
    z-index:999;
    display:flex;
    align-items:center;
}

#mv .corporate .logo {
    width:220px;
    margin-right:10px;
}

#mv .maincopy {
    position:absolute;
    right:70px;
    z-index:999;
    display:flex;
}

#mv .maincopy .copy {
    margin-left:20px;
}

#mv .maincopy .copy p {
    font-size:220%;
    font-weight:500;
    line-height:100%;
    background:#fff;
    color:#00A3E9;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    padding:12px 10px;
}

#mv .maincopy .copy:first-child {
    margin-top:70px;
}

#mv .maincopy .copy:last-child {
    margin-bottom:70px;
}

#mv .points {
    position:absolute;
    left:10px;
    z-index:999;
    margin-top:650px;
}

#mv .points .point {
    font-size: 200%;
}

#mv .points .point p {
    background:#00A3E9;
    display:inline-block;
    font-size:125%;
    font-weight:500;
    line-height:100%;
    color:#fff;
    padding:8px 10px;
}

#mv .points .subpoint {
    font-size: 90%;
    margin:0px 0px 10px 0px;
}

#mv .points .subpoint p {
    background:#fff;
    display:inline-block;
    font-size:125%;
    font-weight:500;
    line-height:100%;
    color:#00A3E9;
    padding:8px 10px;
}

#mv .copies {
    position:absolute;
    bottom:0;
    right:10px;
    z-index:999;
    background:#fff;
    padding:25px 25px 25px;
    text-align:center;
}

#mv .copies .subcopy {
    width:450px;
    height:35px;
    margin:auto;
    background:#00A3E9;
    color:#fff;
    font-size:120%;
    font-weight:500;
    line-height:100%;
    display:inline-block;
    display:flex;
    justify-content:center;
    align-items:center;
    text-align:center;
    top:-17px;
    left:0;
    right:0;
    position:absolute;
}

#mv .copies .recruitings {
    display:block;
    justify-content:center;
    align-items:center;
    margin-top:20px;
}

#mv .copies .recruitings .recruiting {
    font-size:750%;
    font-weight:600;
    line-height:100%;
}

#mv .copies .recruitings .Achievement {
    font-size:130%;
    font-weight:500;
    line-height:100%;
    border:#00A3E9 2px solid;
    color:#00A3E9;
    padding:5px 7px 7px;
    margin:20px 0px 0px 0px;
}

#mv .copies .recruitings .Achievements {
    font-size:250%;
    font-weight:700;
    line-height:120%;
    letter-spacing:3px;
    margin:10px 0px 0px 0px;
    border-bottom:#00A3E9 1px solid;
}

#mv .copies .recruitings .goal {
    font-size:250%;
    font-weight:900;
    line-height:120%;
    letter-spacing:3px;
    color:#00A3E9;
    margin:10px 0px 0px 0px;
}



/*INTRO*/
#intro {
    padding:70px 0;
}

#intro .cts {
    width:1350px;
}

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

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

#intro .details {
    display:flex;
    justify-content:space-between;
}

#intro .details .detail {
    width:300px;
}

#intro .details .detail .photo {
    margin-bottom:15px;
}

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

#intro .details .detail .ex {
}





/*ABOUT*/
#about {
    width:100%;
    height:600px;
    background:#00A3E9;
}

#about .cts {
    width:100%;
    display:flex;
    justify-content:space-between;
}

#about .photo {
    width:calc(100% - 500px);
    height:600px;
    background:url(../img/about.jpg) center;
    background-size:cover;
}

#about .detail {
    width:500px;
    height:600px;
    display:flex;
    justify-content:center;
    flex-direction:column;
    padding:50px;
}

#about .detail h3 {
    font-size:180%;
    font-weight:800;
    line-height:135%;
    padding-bottom:10px;
    color:#fff;
}

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





/*FEATURE*/
#feature {
    padding:70px 0;
}

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

#feature .features {
}

#feature .features .feature {
    margin-bottom:70px;
    display:flex;
    justify-content:space-between;
}

#feature .features .feature:nth-child(even) {
    flex-direction:row-reverse;
}

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

#feature .features .feature .photo {
    width:500px;
    height:350px;
}

#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 .detail {
    width:450px;
}

#feature .features .feature .detail .number {
    font-size:500%;
    font-weight:600;
    line-height:100%;
    color:rgba(0,150,230,0.5);
    padding-bottom:10px;
}

#feature .features .feature .detail h3 {
    font-size:150%;
    font-weight:600;
    line-height:135%;
    padding-bottom:10px;
}

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





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

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

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

#interview .tabs .tab {
    font-size:110%;
    font-weight:500;
    line-height:100%;
    background:#fff;
    color:#00A3E9;
    padding:12px 20px 10px;
    margin:0 8px;
    cursor:pointer;
}

#interview .tabs .tab.on {
    background:#00A3E9;
    color:#fff;
}

#interview .interviews {
}

#interview .interviews .interview {
    background:rgba(255,255,255,0.8);
    padding:50px 50px;
}

#interview .interviews .interview1 {
}

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

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

#interview .interviews .interview .details {
    display:flex;
    justify-content:space-between;
}

#interview .interviews .interview .details .photos {
    width:350px;
}

#interview .interviews .interview .details .photos .photo {
    margin-bottom:20px;
}

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

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

#interview .interviews .interview .details .detail {
    width:calc(100% - 400px);
}

#interview .interviews .interview .details .detail h3 {
    font-size:180%;
    font-weight:600;
    line-height:135%;
    padding-bottom:30px;
}

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

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

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

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

#interview .interviews .interview .details .detail .messages .message h4 span {
    border-left:#00A3E9 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:70px 0;
}

#process .cts {
    width: 750px;
}

#process .titles {
    padding-bottom:40px;
}

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

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

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

#process .steps .step {
    width:220px;
    position:relative;
}

#process .steps .step .number {
    width:100px;
    height:40px;
    background:#fff;
    color: #00A3E9;
    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:220px;
    height:220px;
    background:#fff;
    border:#00A3E9 1px solid;
    display:flex;
    justify-content:center;
    align-items:center;
    margin-bottom:15px;
}

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

#process .steps .step .detail {
    text-align:center;
}

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




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

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

#faq .faqs {
}

#faq .faqs .faq {
    margin-bottom:50px;
}

#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:50px;
    height:50px;
    background:#00A3E9;
    color:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:110%;
    font-weight:600;
    text-align:center;
}

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

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

#faq .faqs .faq .answer .item {
    width:50px;
    height:50px;
    border:#00A3E9 1px solid;
    color: #00A3E9;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:110%;
    font-weight:600;
    text-align:center;
}

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




/*CTA*/
.cta {
    width:100%;
    padding:50px 0;
    background:#00A3E9;
}

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

.cta .copies {

}

.cta .copies .subcopy {
    line-height:100%;
    background:#fff;
    color:#00A3E9;
    display:inline-block;
    padding:10px;
    margin-bottom:10px;
}

.cta .copies .maincopy {
    color:#fff;
    font-size:120%;
    font-weight:600;
    line-height:135%;
    padding-bottom:15px;
}

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

.cta .cta_btn a {
    width:500px;
    margin:auto;
    display:flex;
    justify-content:center;
    align-items:center;
    position:relative;
    background:#fff;
    padding:25px 50px;
}

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

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









/*ENTRY*/
#entry {
    padding:70px 0 100px;
    position:relative;
    background:url(../img/entry_bg.jpg) center;
    background-size:cover;
}

#entry .cts {
    width:900px;
}

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

#entry .titles .icon {
    width:70px;
    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:30px 60px 50px;
    text-align:center;
}

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

#entry .entry_form .entry_cts .question {
    font-size:200%;
    font-weight:600;
}

#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:15px;
}

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

#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:15px;
}

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

#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,#555,#000);
    display:flex;
    justify-content:center;
    flex-direction:column;
    align-items:center;
    position:relative;
}

#entry .entry_form .steps .step.now {
    background:#00A3E9;
}

#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 15px solid;
    border-bottom:transparent 25px solid;
    border-left:#000 15px solid;
    position:absolute;
    top:0;
    right:-30px;
    z-index:1;
}

#entry .entry_form .steps .step.now:after {
    content:"";
    border-top:transparent 25px solid;
    border-right:transparent 15px solid;
    border-bottom:transparent 25px solid;
    border-left:#00A3E9 15px solid;
    position:absolute;
    top:0;
    right:-30px;
    z-index:1;
}

#entry .entry_form .steps .step.past:after {
    content:"";
    border-top:transparent 25px solid;
    border-right:transparent 15px solid;
    border-bottom:transparent 25px solid;
    border-left:#bbb 15px solid;
    position:absolute;
    top:0;
    right:-30px;
    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:110%;
    padding-bottom:3px;
}

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



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

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

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


/*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:150%;
    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%;
    display:flex;
    justify-content:center;
    align-items:center;
    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;
    width:120px;
}

#entry.entry_name .forms .form .detail {
    width:calc(90% - 120px);
}

#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:150%;
    font-weight:600;
}

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


/*ENTRY TEL*/
#entry.entry_tel {
}

#entry.entry_tel .forms .form {
    width:100%;
    display:flex;
    justify-content:center;
    align-items:center;
}

#entry.entry_tel .forms .form .item {
    font-size:120%;
    font-weight:500;
    width:120px;
}

#entry.entry_tel .forms .form .detail {
    width:calc(70% - 120px);
}

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



/*ENTRY MAIL*/
#entry.entry_mail {
}

#entry.entry_mail .forms .form {
    width:100%;
    display:flex;
    justify-content:center;
    align-items:center;
}

#entry.entry_mail .forms .form .item {
    font-size:120%;
    font-weight:500;
    width:180px;
}

#entry.entry_mail .forms .form .detail {
    width:calc(100% - 180px);
}

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





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

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

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

#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:110%;
    font-weight:500;
}

#entry.confirm .confirmations .confirmation .ex {
    font-size:150%;
    font-weight:bold;
    line-height:100%;
    color:#00A3E9;
    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:20px 25px;
}

#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:35px 50px 35px;
}

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

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

#entry.thanks .reservation {
    width:320px;
    margin:0 auto 20px;
    animation:cta 1s infinite alternate;
    -webkit-animation:cta 1s infinite alternate;
}

#entry.thanks .reservation a {
    display:flex;
    justify-content:center;
    align-items:center;
    background:#00A3E9;
    padding:18px;
    border-radius:10px;
}

#entry.thanks .reservation a img {
    width:40px;
    margin-right:15px;
}

#entry.thanks .reservation a p {
    font-size:110%;
    font-weight:bold;
    color:#fff;
}

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

#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:#00A3E9 1px solid;
    padding:10px 20px;
}

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

#entry.thanks .backbtn .btn a .arrow {
    width:10px;
    height:10px;
    border-top:#00A3E9 1px solid;
    border-right:#00A3E9 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:100%;
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:#00A3E9;
    color:#fff;
}

#entry input[type="checkbox"]:checked + label {
    background:#00A3E9;
    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:100%;
font-weight:500;
padding:10px 25px;
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:120%;
font-weight:600;
padding:12px 50px;
background:#fff;
border:none;
background:#00A3E9;
color:#fff;
border-radius:5px;
}

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





/*BACK TO TOP*/
.BackToTop {
    position:fixed;
    width:75px;
    height:75px;
    right:0;
    bottom:0;
    z-index:9999;
    display:none;
}
    
.BackToTop img {
}
    
.BackToTop a:hover {
    animation:cta_hover 0.4s forwards;
    -webkit-animation:cta_hover 0.4s forwards;    
}



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

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

footer .info .logo {
    width:180px;
    margin:0 auto 10px;
}

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

footer .info .address {
    font-size:80%;
}

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








}