@charset "utf-8";


/*content video*/
html,body{
    height: 100%;
}

body {
    position: static !important;
    min-height: unset !important;
    width: calc(100% - 200px);
    margin-left: 200px;
}
/*
#wrapper{
    height: 100%;
}
*/

.header-pc {
    position: fixed;
    width: 200px;
    height: 100%;
    left: 0;
    top: 0;
}

.header-pc__logo-container {
    padding: 45px 0;
    border-bottom: 1px solid #D5D5D5;
}

.header-pc__logo {
    width: 160px;
    height: 62.43px;
    margin: 0 auto;
}

.header-pc__content {
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    height: calc(100% - 153.42px);
}

.header-pc__content-upper {
    flex: 1;
}

.header-pc__link-container {
    display: flex;
    flex-direction: column;
    gap: 27.5px;
    margin: 29px 0;
}

.header-pc__link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.3s ease-in-out;
}

.header-pc__link::after {
    content: '';
    display: flex;
    background: url('http://alisped.upward-test2.info/wp/wp-content/themes/company/images/header/icon-caret-right.svg') no-repeat center / 100% 100%;
    width: 6px;
    height: 5.71px;
    transition: 0.3s ease-in-out;
}

.header-pc__link:hover {
    color: #00A15F;
}

.header-pc__link:hover::after {
    transform: translateX(5px);
}

.header-pc__contact-link-container {
    padding: 29px 0;
    border: 1px solid #D5D5D5;
    border-style: solid none solid;
}

.header-pc__contact-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.3s ease-in-out;
}

.header-pc__contact-link::after {
    content: '';
    display: flex;
    background: url('http://alisped.upward-test2.info/wp/wp-content/themes/company/images/header/email-icon.svg') no-repeat center / 100% 100%;
    width: 10px;
    height: 8px;
}

.header-pc__contact-link:hover {
    color: #00A15F;
}

.header-pc__language-btn-container {
    padding-bottom: 30px;
    border-bottom: 1px solid #D5D5D5;
}

.header-pc__language-btn {
    box-sizing: border-box;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #D5D5D5;
    border-radius: 19px;
    width: 80px;
    height: 30px;
    padding: 0 12px;
    margin: 0 auto;
    font-size: 12px;
    color: #B7B7B7;
    transition: 0.3s ease-in-out;
}

.glink:first-child {
    color: #00A05F;
}

html[lang="en"] .glink:first-child {
    color: #B7B7B7;
}

html[lang="en"] .glink:last-child {
    color: #00A05F;
}

.skiptranslate {
    display: none !important;
}

.header-pc__language-btn-link:hover {
    color: #00A05F;
}

.header-pc__language-btn::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1px;
    height: 12px;
    background-color: #D5D5D5;
}

.header-pc__other-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.3s ease-in-out;
}

.header-pc__other-link::after {
    content: '';
    display: flex;
    background: url('http://alisped.upward-test2.info/wp/wp-content/themes/company/images/header/tab-icon.svg') no-repeat center / 100% 100%;
    width: 10px;
    height: 10px;
}

.header-pc__other-link:hover {
    color: #00A05F;
}

.green {
    color: #00A05F;
}

/*
main-img
----------------------------------------*/
#main-img {
    /*height: 853px;*/
    height: 100%;
    overflow:hidden;
    /*padding: 140px 0 0;*/
    /*padding: 15% 0 0;*/
    background: url(../img/top/bg_top.jpg) no-repeat center center fixed;
    background-size: cover;
    text-align: left;
    letter-spacing: 0.1em;
    position: relative;
}
#main-img .frame {
/*    width: 1096px;*/
    margin: 0 auto;
    padding: 17% 0 0;
    position: relative;
    text-align: center;
}
#main-img .frame h1 {
    color: #fff;
    font-family: 'Lato';
    font-size: 84px;
    line-height: 1.3;
    font-weight: 100;
    text-shadow: 0 0px 3px rgba(0,0,0,0.3);
}
#main-img .frame h2.catch {
    margin: -6px 0 0 5px;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 0.3em;
    color: #fff;
    line-height: 1.8;
    text-shadow: 0 0px 3px rgba(0,0,0,0.3);
}
#main-img .frame .btn {
    display: inline-block;
    width: 300px;
    height: 64px;
    text-align: center;
    text-decoration: none;
    line-height: 54px;
    outline: none;
}
#main-img .frame .btn::before,
#main-img .frame .btn::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}
#main-img .frame .btn,
#main-img .frame .btn::before,
#main-img .frame .btn::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .25s;
    transition: all .25s;
}
#main-img .frame .btn {
    position: relative;
    margin-top: 15px;
    z-index: 2;
    background: none;
    border: 4px solid #fff;
    color: #fff;
    line-height: 60px;
    overflow: hidden;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.14em;
    display: inline-block;
    /*padding:0px 50px;*/
}
#main-img .frame .btn:hover {
    color: #36699E;
}
#main-img .frame .btn::after {
    top: 0;
    left:-100%;
    width: 100%;
    height: 100%;
}
#main-img .frame .btn:hover::after {
    /*top: 0;*/
    left: 0;
    background-color: #fff;
}
#main-img .scroll {
    position: absolute;
    bottom: 15px;
    left: 50%;
    margin-left: -40px;
}
#main-img .copy {
    position: absolute;
    top: 200px;
    right: 20px;
}

.flexslider ul li {
    position: relative;
}
.flexslider ul li img {
    position: absolute;
    top:0;
    left: 50%;
    transform: translate(-50%, 0);
}
/*
news
----------------------------------------*/
#news{
    width:100%;
}
#news div.left_news{
    width:25%;
    float:left;
    position: relative;

}
#news div.left_news div.title_news{
    width:100%;

}
#news div.left_news div.title_news h2{
    margin:none;
    text-align:left;

}
#news div.left_news .btn{
    position:absolute;
    top:-150px;
    left:0;
    right:0;
    margin:0 auto;

}
#news div.right_news{
    width: 75%;
    float: left;
    height: 200px;
    overflow-y: scroll;
    margin-top: 30px;
}
#news div.right_news article{
    width:90%;
    margin:0 auto;
    overflow: hidden;
    margin-top: 2em;
    border-bottom: 1px dotted #565656;
}

#news div.right_news article:first-of-type{
    margin-top: 0px;
}

#news div.right_news article a{
    color:#333;

}
#news div.right_news div.top{
    width:100%;
    line-height:1.5;
/*    float:left;*/
}
#news div.right_news div.bottom{
    width:70%;
    float:left;
    text-align:left;
    line-height:1.5;
    margin-bottom: 5px;
}

/* menu */
#content .menu .frame {
    width: 100%;
    height: 300px;
    overflow: hidden;
    /*display: table;*/
}
#content .menu .frame a {
    color: #fff;
    text-decoration: none;
    text-align: left;
}
#content .menu .frame a .inner {
    width: 100%;
    height: 100%;
    position: absolute;
    top: -50%;
    left: -50%;
    background: url("../img/video/video-bg.png") repeat;
    display: block;
    padding: 24% 0%;
    text-align: center;
}
#content .menu .frame a .inner h3 {
    padding: 0;
    background: none;
    font-size: 36px;
    color: #fff;
    letter-spacing: 0.025em;
    margin-bottom: 32px;
    font-weight: bold;
}
#content .menu .frame a .inner .title {
    margin: 16px 0 20px;
}
#content .menu .frame a .inner .tx {
    line-height: 1.9;
}
#content .menu .frame #about,
#content .menu .frame #service,
#content .menu .frame #recruit,
#content .menu .frame #access {
    /*width: 50%;
    display: table-cell;*/
}
#content .menu .frame .stage{
    width: 50%;
    float: left;
    top: 50%;
    position: relative;
    left: 25%;
}
#content .menu .frame .stage video{
    min-height: 100%;
    min-width: 100%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
#content .menu .frame .stage .sp-bg{
    height: 180px;
    background-size: cover;
    display: none;
}
#content .menu .frame .stage .sp-bg.about{
    background: url(../img/top/bg_about.png);
}
#content .menu .frame .stage .sp-bg.service{
    background: url(../img/top/bg_service.png);
}
#content .menu .frame .stage .sp-bg.recruit{
    background: url(../img/top/bg_recruit.png);
}
#content .menu .frame .stage .sp-bg.access{
    background: url(../img/top/bg_access.png);
}

.newContentBnr {
  display: flex;
}
.newContentBnr .clm {
  width: 33.34%;
}
@media screen and (max-width: 480px) {
  .newContentBnr {
    display: block;
  }
  .newContentBnr .clm {
    width: 100%;
  }
}
.newContentBnr a {
  transition: 1s;
}
.newContentBnr a:hover {
  opacity: 0.5;
}

@media screen and (max-width: 1279px) {
    body {
    	width: 100%;
        margin-left: 0;
    }

    .header-pc {
        display: none;
    }
}

/* 繧ｹ繝槭�繝医ヵ繧ｩ繝ｳ�医ョ繧｣繧ｹ繝励Ξ繧､蟷�480px莉･荳具ｼ峨ｈ繧雁ｰ上＆縺�判髱｢ */
@media screen and (max-width: 480px) {

    #main-img {
        padding-top: 90px;
        margin-bottom: -135px;
        background-size: auto 100%;
        background: url(../img/top/bg_top.jpg) no-repeat top center;
        width: 100%;
    }
    #main-img .frame {
        width: auto;
        margin: 0;
        padding: 0;
    }
    #main-img .frame h1 {
        margin: 0;
        padding: 0 0 0 20px;
        font-size: 54px;
        text-align: left;
    }
    #main-img .frame h2.catch {
        margin: 0;
        padding: 10px 0 0 25px;
        font-size: 14px;
        text-align: left;
    }
    #main-img .frame h2.catch img {
        width: 200px;
        height: 29px;
    }
    #main-img .frame .btn {
        width: 260px;
        margin: 20px 0 0 25px;
        display: block;
        line-height: 42px;
        font-size: 16px;
        height: 50px;
        border-width: 3px;
    }
    #main-img .frame .btn a {
        width: 263px;
        height: 55px;
    }
    #main-img .scroll{
        display: none;
    }
    #main-img .copy {
        display: none;
    }

    /* news */
    #content #news {
        width: 100%;
        display: block;
    }
    #content #news .left {
        width: 100%;
        height: 100px;
        display: block;
    }
    #content #news .right {
        width: 100%;
        padding: 0;
        display: block;
    }
    #content #news .left .title {
        margin: 32px 0 0 20px;
        float: left;
        text-align: left;
    }
    #content #news .left h3 {
        width: auto;
        margin: 0;
        padding: 0;
        background: none;
        text-align: left;
        font-size: 24px;
        margin-bottom: 2px;
    }
    #content #news .left h3 img {
        width: 72px;
        height: 19px;
    }
    #content #news .left p {
        margin: 0 0 24px;
        color: #666;
    }
    #content #news .left .btn {
        margin: 28px 20px 0 0;
        float: right;
        font-size: 12px;
        width: 160px;
    }
    #content #news .right article a {
        width: auto;
        margin: 0 15px;
        padding: 20px 0;
    }
    #content #news .right article a:hover {
        color: #5992F8;
    }
    #content #news .right article a .top {
        margin: 0 0 14px;
    }
    #content #news .right article a .top .day {
        color: #bbb;
        font-size: 16px;
    }
    #content #news .right article a .bottom .icon {
        width: 73px;
        height: 10px;
        padding: 8px 0 7px;
        color: #fff;
        float: left;
        display: table-cell;
        font-size: 11px;
        text-align: center;
    }
    #content #news .right article a .bottom .icon.blue {
        background: #0ca2e6;
    }
    #content #news .right article a .bottom .icon.green {
        background: #34b5be;
    }
    #content #news .right article a .bottom .icon.lightblue {
        background: #08c6e4;
    }
    #content #news .right article a .bottom .title {
        padding: 0 0 0 10px;
        font-weight: bold;
        display: table-cell;
        vertical-align: middle;
    }

    /* menu */
    #content .menu .frame {
        width: 100%;
        display: block;
        height: 100%;
    }
    #content .menu .frame a .inner {
        /*width: 100%;
        height: 130px;
        margin: 0 0 0 -35px;
        padding: 0;
        background: url(../img/top/icon_arrow_white_big.png) no-repeat right center;*/
        padding: 20% 0%;
        top: 0;
        left: 0;
        display: table;
    }
    #content .menu .frame a .inner div{
        display: table-cell;
    }
    #content .menu .frame a .inner h3 {
        /*padding: 45px 0 0 70px;
        background: none;*/
        margin: 0px;
    }
    #content .menu .frame a .inner .title {
        /*margin: 12px 0 0;
        padding: 0 0 0 70px;*/
    }
    #content .menu .frame a .inner .tx {
        display: none;
    }
    #content .menu .frame .stage{
        width: 100%;
        top: 0;
        left: 0;
    }
    #content .menu .frame .stage video{
        width: 100%;
        transform: translate(0%, 0%);
        -webkit-transform: translate(0%, 0%);
        display: none;
    }
    #content .menu .frame .stage .sp-bg{
        display: block;
    }
    #content .menu .frame #about,
    #content .menu .frame #service,
    #content .menu .frame #recruit,
    #content .menu .frame #access {
        width: 100%;
        display: block;
    }
    #content .menu .frame #about {
        background: url(../img/top/bg_about.png) no-repeat left top;
        background-size: cover;
    }
    #content .menu .frame #service {
        background: url(../img/top/bg_service.png) no-repeat left top;
        background-size: cover;
    }
    #content .menu .frame #recruit {
        background: url(../img/top/bg_recruit.png) no-repeat left top;
        background-size: cover;
    }
    #content .menu .frame #access {
        background: url(../img/top/bg_access.png) no-repeat left top;
        background-size: cover;
    }

}

footer {
    position: static;
    bottom: inherit;
}

.recaptcha {
    display: none;
}
