@charset "utf-8";
blockquote,
body,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset,
img {
    border: 0
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: 400
}

ol,
ul {
    list-style: none
}

caption,
th {
    text-align: left
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 400
}

q:after,
q:before {
    content: ''
}

abbr,
acronym {
    border: 0
}
/*top_bg*/


#main_img div.subimg img {
    width: 100%;
    height:auto;
}
/*
body
----------------------------------------*/

html,
body {
    height: 100%;
}

body {
/*    min-width: 1096px;*/
    color: #444;
    font-family: "ヒラギノゴシック Pro W3","游ゴシック", "HGSゴシックB", "Hiragino Gothic Pro",'Lato', YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    text-align: center;
    font-size: 14px;
    line-height: 1;
    /*border-top: 2px solid #073870;*/
}

body a:hover {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3 ease;
    -o-transition: all 0.3 ease;
}

#wrapper {
    position: relative;
    width: 100%;
/*    min-height: 100%;*/
}

#content {
/*     padding-bottom: -294px;*/
}
/*
header
----------------------------------------*/

#header01,
#header02 {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    border-top: 1px solid #073870;
}

#header01 .frame {
    width:80%;
    margin: 0 auto;
/*    padding-bottom:15px;*/
    border-bottom: 2px solid rgba(255,255,255,0.3);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3 ease;
    -o-transition: all 0.3 ease;
    position: relative;
}

#header01 .logo{
    min-width: 16%;
    max-width: 16%;
   width: 16%;
    margin-bottom: 10px;
}

#header01 .frame .logo {
    margin: 40px 0 0 0;
    float: left;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3 ease;
    -o-transition: all 0.3 ease;

}

#header01 .frame nav,
#header02 .frame nav {
    font-size: 16px;
    /*font-weight: bold;*/
}

#header01 .fix {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3 ease;
    -o-transition: all 0.3 ease;
    position: relative;
}

#header01 nav ul {
    /*height: 118px;*/

    float: right;
    letter-spacing: 0.22em;
    position: absolute;
    width: auto;
    right: 0;
    bottom: 0;
    text-align: right;
    display: flex;
}

#header01 nav ul li {
/*    float: left;*/
/*    float: right;*/
    display: inline-block;
    margin: 0 5px;
}

#header01 nav ul .li_t{
    display: none;
}

#header01 nav ul li .disn{
    display: none;
}


#header01 nav ul li a {
    /*width: 150px;
    padding: 50px 0;
    color: #fff;
    text-decoration: none;
    display: block;*/
    font-size: 15px;
    text-shadow: 0px 0px 5px #000;
    position: relative;
    padding: 49px 0px 10px;
    display: inline-block;
/*    margin: 0px 0px 0px 70px;*/
    outline: none;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-weight: 400;
/*    text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);*/
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3 ease;
    -o-transition: all 0.3 ease;

    font-family: "游明朝", "HGS明朝B", "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",'Lato', "貂ｸ繧ｴ繧ｷ繝�け", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

#header01 nav ul li a.f:after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    content: '';
    opacity: 0;
    -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
    transition: height 0.3s, opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
}

#header01 nav ul li a.t:after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1px;
/*    background: #007535;*/
    content: '';
    opacity: 0;
    -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
    transition: height 0.3s, opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
}

#header01 nav ul li a.t{
    display: none;
}

#header01 nav ul li a:hover::after,
#header01 nav ul li a:focus::after {
    height: 2px;
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3 ease;
    -o-transition: all 0.3 ease;
}

#header01 nav ul li.on a {
    border-bottom: 4px solid #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3 ease;
    -o-transition: all 0.3 ease;
}

#header01 .fix.header01-collapse {
    background: rgba(255, 255, 255, 0.9);
}

#header01 .fix.header01-collapse .frame .logo {
    margin-top: 20px;
}

#header01 .fix.header01-collapse nav ul li a {
    padding: 30px 38px;
    color: #095DA6;
    font-size: 14px;
    font-weight: bold;
}

#header01 .fix.header01-collapse nav ul li a:after {
    background: #095DA6;
}

#header01 .fix.header01-collapse .frame {
    border: none;
}

#header01 .fix.header01-collapse nav ul li.on a {
    border-bottom: 1px solid #095DA6;
}
/*#header01 nav ul li a:hover {
border-bottom: 2px solid #fff;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3 ease;
-o-transition: all 0.3 ease;
}
*/

#header02 {
    display: none;
}

#header02.fixed {
    height: 60px;
    background: rgba(255, 255, 255, 0.8);
    border-top: 1px solid #073870;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    display: block;
}

#header02 .frame {
    width: 1220px;
    margin: 0 auto;
    border: none;
}

#header02 .frame .logo {
    height: 0;
    margin: 16px 0 0 0;
    float: left;
    visibility: hidden;
}

#header02.fixed .frame .logo {
    height: 28px;
    visibility: visible;
}

#header02.fixed nav ul {
    height: 118px;
    background: url(../img/common/nav_boader02.png) no-repeat right top;
    float: right;
    letter-spacing: 2px;
}

#header02.fixed nav ul li {
    background: url(../img/common/nav_boader02.png) no-repeat left top;
    float: left;
}

#header02.fixed nav ul li a {
    width: 130px;
    padding: 26px 0 16px;
    color: #095DA6;
    text-decoration: none;
    display: block;
}

#header02.fixed nav ul li a:hover {
    border-bottom: 2px solid #095DA6;
}

#header02.fixed nav ul li.on a {
    border-bottom: 2px solid #095DA6;
}
/*
footer
----------------------------------------*/

footer {
    position: static;
    bottom: inherit;
}

footer #company-guide,
footer #nav-contact,
footer #scroll-top {
    display: table-cell;
    position: relative;
}

footer #company-guide {
    width: 100%;
    min-height: 308px;
    background: #fff;
    /* float: left; */
    border-top:1px solid #007535;
}

footer #company-guide .top {
    width: 100%; */
    /* height: 160px; */
    padding: 20px 0 0;
    background: #fff;
    margin-bottom: 48px;
    padding-top: 20px;
}

footer #company-guide .top .frame,
footer #company-guide .bottom .frame {
margin:0 30px;
max-width:100%;
}
footer #company-guide .bottom {
    background:url(../img/footline.jpg) 50% 0;
    margin-top: 20px;
    padding: 18px 0;
    position: absolute;
    bottom:0;
    width:100%;
    background-size: cover;
}

footer #company-guide .bottom .img_btn{
position: absolute;
    right: 30px;
    top: 12px;
    width: 153px;
}
footer #company-guide .bottom .img_btn > img{
    position: absolute;
    left: 0;
}
footer #company-guide .bottom .img_btn > div{
position: absolute;
    line-height: 23px;
    left: 30px;
    color: white;
    font-size: 13px;
}
footer #company-guide .bottom .img_btn:hover{
opacity: 0.5;
}



.copyl{
    width: 30%;
    float: left;
    margin-left: 20px;
    color: #fff;
}

.fsitem{
	display: none;
    width: 30%;
    text-align: right;
    float: right;
    margin-right: 40px;

}

.fsitem a{
    color: #fff;
    text-decoration: none;
    font-size: 11px;
}

.company-info_2{
    width: 68%;
    float: left;
    text-align: left;
    font-size: 17px;
    margin-left: 2%;
}

.company-info_2 h2{
    font-size: 1.2em;
    margin-bottom: 10px;
}

.company-info_2 p{
    margin-bottom: 0px;
    font-size: 12px;
    line-height: 20px;
}

.company-info_2 a{
    margin-left: 30px;
}

.company-info_2 ul{
    border-bottom: 1px solid #7fba9a;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.company-info_2 li{
    display: inline;
    margin-right: 30px;
}

footer #company-guide .top .frame #company-info {
/*    border-top: 2px solid #7a7a7a;*/
    text-align: left;
    width: 23%;
    float: left;
    margin-left: 2%;
}
footer #company-guide .red-b {
}

footer #company-guide .top .frame #company-info .left {
    width: 30%;
    padding: 0 30px 0 0;
    color: #fff;
/*    display: table-cell;*/
}

footer #company-guide .top .frame #company-info .left .title {
    margin: 24px 0 14px;
    font-size: 15px;
    font-weight: bold;
}

footer #company-guide .top .frame #company-info .left .tx {
    font-size: 13px;
    line-height: 1.6;
}

footer #company-guide .top .frame #company-info .right {
    width: 345px;
    padding: 0 0 0 30px;
    color: #919191;
    display: table-cell;
    font-size: 13px;
    line-height: 1.7;
}

#company-info .foot_link{
    margin-top: 20px;
}

footer #company-guide .top .frame #company-info .right a {
    color: #919191;
    text-decoration: none;
}

footer #company-guide .top .frame #company-info .right ul {
    margin: 20px 0 0 0;
}

footer #company-guide .top .frame #company-info .right ul li.address {
    padding: 0 0 0 26px;
    background: url(../img/common/icon_access.png) no-repeat left top;
}

footer #company-guide .top .frame #company-info .right ul li.tel {
    padding: 0 0 0 26px;
    background: url(../img/common/icon_tel.png) no-repeat left top;
}

footer #company-guide .top .frame #company-info .right ul li.fax {
    padding: 0 0 0 26px;
    background: url(../img/common/icon_fax.png) no-repeat left top;
}

footer #company-guide .top .frame #company-info .right ul li.facebook {
    padding: 0 0 0 26px;
    background: url(../img/common/icon_facebook.png) no-repeat left top;
}

footer #company-guide .top .frame dl {
    padding-top: 16px;
}

footer #company-guide .top .frame dt {
    float: left;
    width: 15px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
}

footer #company-guide .top .frame dd {
    margin-left: 30px;
}

footer #company-guide .bottom .frame .copy {
/*    width: 100%;*/
/*    display: table-cell;*/
    text-align: left;
    color: #fff;
}

footer #company-guide .bottom .frame ul {
    width: 345px;
    padding: 36px 0 0;
    display: table-cell;
}

footer #company-guide .bottom .frame ul li {
    padding: 0 0 0 30px;
    display: table-cell;
}

footer #company-guide .bottom .frame ul li a {
    color: #aaa;
    text-decoration: none;
}

footer #company-guide .bottom .frame ul li a:hover {
    color: #444;
}

footer #nav-contact {
    width: 225px;
    border: 1px solid #e73820;
    box-sizing: border-box;
/*    float:left;*/
}

footer #nav-contact a {
    width: 100%;
/*    height: 199px;*/
    height:100%;
/*    padding: 70px 0 69px;*/
    padding: 70px 0 0;
    background: #fff;
    color: #fff;
    text-decoration: none;
    display: block;
}

footer #nav-contact a img {
    margin:0 50px;
}

#nav-contact,#scroll-top{
    position:relative;
    overflow:hidden;

}
.kasou_kage{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 500px;
    background-color: rgba(33,33,33,1);
    opacity: 0;
    -webkit-transition: opacity 1s linear;
    -o-transition: opacity 1s linear;
    transition: opacity 1s linear;

}
.kasou_kage:hover{
    opacity: 0.3;
    /* background-color: rgba(33,33,33,0.3); */

}

.k_con a{
    transition: 1s;
    -webkit-transition: 1s;
    -o-transition: 1s;
}

.k_con a:hover{
    opacity: 0.5;
    transition: 1s;
    -webkit-transition: 1s;
    -o-transition: 1s;
}
/*
footer #nav-contact a:hover {
    background: #004886;
}
*/
footer #scroll-top {
    width: 225px;
    background: #fff;
    /* float: left; */
    border: 1px solid #007535;
    border-width: 1px 0 0px 1px;
    box-sizing: border-box;
}

footer #scroll-top a {
    width: 100%;
/*    height: 199px;*/
/*    padding: 71px 0 70px;*/
    padding: 100px 0 0;
    color: #444;
    text-decoration: none;
    display: block;

}

footer #scroll-top a img {
    margin:0 50px;
}

footer #nav-contact .title,
footer #scroll-top .title {
    margin: 28px 0 0;
    font-weight: bold;
}

footer #company-guide .top .frame #company-info .right .sp,
footer #company-guide .bottom .frame .copy.sp {
    display: none;
}

.foot_link{
    width:100%;

}
.foot_link ul{
    overflow: hidden;
    margin-top:11px;

}
.foot_link ul li{
    width:9%;
    float:left;
    text-align:center;
    vertical-align:middle;
}
.foot_link ul li:nth-of-type(2){
    margin:0 10px;
}

.foot_link ul li:nth-of-type(3){
    width:50%;
}

/*変更・追加 */

.con_01 {
    width: 100%;
    min-height:280px;
    overflow: hidden;
}

.con_01 div.ceo {
    width: 60%;
    height:100%;
    float: left;
}

.con_01 div.ceo_text {
    float: left;
    /*        padding:5em 0 0 4em;*/

    width: 40%;
}

.con_01 div.ceo_text h2 {
    font-size: 2em;
    text-align: left;
    line-height: 1.5;
    margin-bottom: 0.5em;
    letter-spacing: 0.4;
}

.sap{
    margin-bottom: 1em;
    font-size: 1.5em;
}

.con_01 div.ceo_text h2 span {
    font-size: 0.5em;
}

.con_01 div.ceo_text p {
    text-align: left;
    letter-spacing: 0.4;
    line-height: 1.5em;
}

.con_01 div.ceo_text p:last-child {
    margin-top: 2em;
}

.con_01 div.ceo_text p:last-child a {
    text-decoration: none;
    color: #333;
    letter-spacing: 0.6;
    font-weight: bolder;
}

.con02_menu {
    width: 100%;
    overflow: hidden;
}

.con02_menu a {
    text-decoration: none;
}

.con02_menu section {
    width: 25%;
    float: left;
    overflow: hidden;
    position: relative;
}

.con02_menu section div img {
    width: 100%;
}

.con02_menu section div.btn_01 {
    width:100%;
    position: absolute;
    left: 0;
    bottom:-100%;
}

.con02_menu section div.btn_01 h3 {
    width:100%;
    height:inherit;
    padding:inherit;
}


.con02_menu section div.btn_01 a {
    text-decoration: none;
    color: #fff;  
}
.con02_menu section div.btn_01 a:hover {
    text-decoration: none;
    color: #fff;
}
/* 繧ｹ繝槭�繝医ヵ繧ｩ繝ｳ�医ョ繧｣繧ｹ繝励Ξ繧､蟷�480px莉･荳具ｼ峨ｈ繧雁ｰ上＆縺�判髱｢ */

/* 2017/04/13 小島追記 */
@media screen and (max-width: 1279px){
    
    /* ==== clearfix ==== */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}
    
    #header01 nav ul {
    /*height: 118px;*/

 /*   float: left;
    letter-spacing: 0em;
    position: absolute;
    /* width: 75%; */
    right: 0%;
    bottom: 0;
    text-align: right;
    display: flex;*/
}
}

@media screen and (max-width: 900px){
/*
    #header01 .frame {
    width:80%;
    margin: 0 auto;
    padding-bottom:15px;
    border-bottom: 2px solid rgba(255,255,255,0.3);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3 ease;
    -o-transition: all 0.3 ease;
    position: relative;

}
    
    #header01 .fix {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3 ease;
    -o-transition: all 0.3 ease;
    position: relative;
}*/
    #header01 nav ul {
    /*height: 118px;*/
/*
    float: right;
    letter-spacing: 0em;
    position: absolute;
    width: 75%;
    left: 45%;
    bottom: 0;
    text-align: right;
    display: flex;
}*/
}

#header01 nav ul li {
/*    float: left;*/
/*    float: right;*/
/*    display: inline-block;
    margin: 0 5px; */
}

}

@media screen and (max-width: 1279px) {
    body {
        min-width: 320px;
    }
    #header03 {
        width: 100%;
        height: 60px;
        background: rgba(255, 255, 255, 0.8);
        border-top: 2px solid #073870;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 100;
        display: block;
    }
    #header03 .frame {
        width: auto;
        margin: 0 auto;
        border-bottom: none;
    }
    #header03 .frame .logo {
        margin: 0;
        float: left;
    }
    #header03 .frame .logo a {
        display: block;
        padding: 10px 20px;
    }
    #header03 .frame .logo img {
        width: 100px;
        height: auto;
    }
    #header03 nav {
        float: right;
    }
    #header03 nav .btn {
        width: 22px;
        height: 14px;
        /*margin: 20px 17px 0 0;*/

        padding: 20px 17px;
    }
    #header03 nav .btn span {
        padding: 0 0 5px;
        border-top: 2px solid #007535;
        display: block;
    }
    #header03 nav ul {
        display: none;
        background: rgba(255, 255, 255, 0.8);
        width: 100%;
        position: absolute;
        top: 60px;
        left: 0px;
        padding: 20px 0px;
    }
    #header03 nav ul.in {
        display: block;
    }
    #header03 nav ul li {
        /*padding: 15px 0px;*/

        border-top: 2px solid rgba(255, 255, 255, 0.4);
    }
    #header03 nav ul li.on {
        background: #fff;
    }
    #header03 nav ul li a {
        text-decoration: none;
        color: #007535;
        font-weight: bold;
        letter-spacing: 0.12em;
        padding: 15px 0;
        display: block;
    }
    #header03 nav ul li a:hover {
        color: #007535;
        background-color: #fff;
    }
    /*#header03 nav .btn:hover {
    width: 30px;
    height: 14px;
    margin: 20px 12px 0 0;
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3 ease;
    -o-transition:all 0.3 ease;
}*/
    /*
    footer
    ----------------------------------------*/

    #contact-sp {
        display: block;
    }
    #contact-sp a {
        padding: 40px 0 30px;
        background: #095DA6;
        display: block;
        color: #fff;
        text-decoration: none;
    }
    #contact-sp .img {
        margin: 0 0 15px;
    }
    footer {
        height: auto;
        overflow: hidden;
    }
    footer #company-guide,
    footer #nav-contact,
    footer #scroll-top {
        display: block;
    }
    footer #company-guide {
        width: 100%;
        background: #fff;
    }
    footer #company-guide .top {
        width: 100%;
        height: auto;
        padding: 30px 0 0;
        background: #fff;
        border-top: 1px solid #007535;
    }
    footer #company-guide .top .frame,
    footer #company-guide .bottom .frame {
        width: auto;
        margin: 0 10px;
    }
    footer #company-guide .top .frame #company-info {
        border-top: none;
        text-align: left;
    }
    footer #company-guide .top .frame #company-info .left {
        width: auto;
        padding: 0;
        color: #919191;
        display: block;
    }
    footer #company-guide .top .frame #company-info .left .title {
        margin: 0 0 10px;
    }
    footer #company-guide .top .frame #company-info .left .tx {
        padding: 0 0 20px;
        border-bottom: 1px solid #666;
    }
    footer #company-guide .top .frame #company-info .right {
        width: auto;
        padding: 0;
        color: #919191;
        display: block;
    }
    footer #company-guide .top .frame #company-info .right .pc {
        display: none;
    }
    footer #company-guide .top .frame #company-info .right .sp {
        padding: 0 0 20px;
        display: block;
    }
    footer #company-guide .top .frame #company-info .right .sp .left {
        width: auto;
        float: left;
        font-size: 11px;
    }
    footer #company-guide .top .frame #company-info .right .sp .right {
        float: right;
        font-size: 11px;
    }
    footer #company-guide .bottom .frame .copy.pc {
        display: none;
    }
    footer #company-guide .bottom .frame .copy.sp {
        padding: 15px 0 20px;
        display: block;
    }
    footer #company-guide .bottom .frame ul {
        width: auto;
        padding: 20px 0 0;
        display: block;
    }
    footer #company-guide .bottom .frame ul li {
        padding: 0 20px 0 0;
    }
    footer #nav-contact {
        display: none;
    }
    footer #scroll-top {
        display: none;
    }
    #header01,
    #header02,
    #header02.fixed {
        display: none;
    }
}
/*title
----------------------------------------*/

h3 {
    height: 26px;
    padding: 8px 0 0 20px;
    /*background: url(../img/common/item_h3.png) no-repeat left center;*/

    color: #202020;
    font-size: 21px;
    /*font-weight: bold;*/
}

.main h3 {
    border-left: 4px solid #1E6EDE;
}
/*
----------------------------------------*/

.sp {
    display: none;
}

.bold {
    font-weight: bold;
}
/* ==== clearfix ==== */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

.btn {
    display: inline-block;
}

.btn a {
    width: 312px;
    height: 44px;
    background: url(../img/common/nav_arrow.png) no-repeat 250px center;
    background-size: 14px 14px;
    color: #fff;
    text-align: center;
    line-height: 44px;
    text-decoration: none;
    display: block;
}

.btn.green a {
    background-color: #00C4CD;
}

.btn.orange a {
    background-color: #FFAC3C;
}

.btn.blue a {
    background-color: #1E6EDE;
}

.btn.green:hover a {
    background-color: #00A4B1;
}

.btn.orange:hover a {
    background-color: #FF8D23;
}

.btn.blue:hover a {
    background-color: #3A62CD;
}
/*content video*/

html,
body {
    height: 100%;
}

#wrapper {
/*    height: 100%;*/
}
/*
main-img
----------------------------------------*/
#imagesection {
    position:relative;
}
#main-img {
    /*height: 853px;*/

    height: 999px;
    /*padding: 140px 0 0;*/
    /*padding: 15% 0 0;*/
/*

    background: url(../img/top/bg_top.jpg) no-repeat center center fixed;
    background-size: cover;
*/
/*
    background: url(../../images/top_main.jpg) no-repeat;
    background-size: cover;
*/
    text-align: left;
    letter-spacing: 0.1em;
}

#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;
}
/*
content
----------------------------------------*/

#content {
    background: #fff;
    position:relative;
    width: 100%;
}

#content img {
    max-width: 100%;
    height:auto;
    width: 100%;
}

#content .ceo_t_b h2 img {
    width: 50%;
}
/* news */

#content #news {
    width: 100%;
    display: table;
}
.title_nws{
    position:relative;

}
.title_nws p{
    width:40%;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:0 auto;
    margin-top:35%;

}

#content #news .left {
    width: 25%;
    background: #eee;
    display: table-cell;
    vertical-align: middle;
}

#content #news .right {
    width: 75%;
    padding: 46px 0 60px;
    display: table-cell;
}

#content #news .left h3 {
    width: 145px;
    margin: 0 auto;
    padding: 0;
    background: none;
    text-align: center;
    color: #000;
    font-size: 36px;
    font-weight: 900;
}

#content #news .left p {
    margin: 16px 0 24px;
    color: #666;
}
/*#content #news .left .btn {
width: 125px;
margin: 0 auto;
padding: 0 20px 0 0;
font-size: 13px;
}
#content #news .left .btn a {
width: 125px;
padding: 17px 20px 14px 0;
background: #222 url(../img/top/icon_arrow_white.png) no-repeat 110px center;
color: #fff;
text-decoration: none;
display: block;
}*/

#content #news .btn {
    display: inline-block;
    width: 200px;
    height: 44px;
    text-align: center;
    text-decoration: none;
    line-height: 44px;
    outline: none;
}

#content #news .btn::before,
#content #news .btn::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}

#content #news .btn,
#content #news .btn::before,
#content #news .btn::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}

#content #news .btn {
    position: relative;
    z-index: 2;
    background: #222;
    border: 4px solid #222;
    color: #eee;
    line-height: 40px;
    overflow: hidden;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.14em;
    display: inline-block;
}

#content #news .btn:hover {
    color: #222;
    background: #eee
}

#content #news .btn::after {
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
}

#content #news .btn:hover::after {
    /*top: 0;*/

    left: 0;
    background-color: #eee;
}

#content #news .right article a {
    width: 735px;
    margin: 0 auto;
    padding: 14px 0;
    border-bottom: 1px solid #eee;
    color: #444;
    display: block;
    text-decoration: none;
    text-align: left;
}

#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 {
    /*padding: 0 0 0 30px;*/
    /*background: url(../img/common/icon_arrow_blue.png) no-repeat left center;*/

    color: #bbb;
    font-size: 16px;
}

#content #news .right article a .top .day i {
    color: #649CE5;
    margin-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .1s;
    transition: all .1s;
}

#content #news .right article a:hover .top .day i {
    margin-right: 5px;
    margin-left: 15px;
}

#content #news .right article a:hover .top .day {
    /*background: url(../img/common/icon_arrow_blue.png) no-repeat 12px center;*/
}

#content #news .right article a .bottom .icon {
    width: 73px;
    padding: 9px 0 6px;
    color: #fff;
    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%;
    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);
}
/* 繧ｹ繝槭�繝医ヵ繧ｩ繝ｳ�医ョ繧｣繧ｹ繝励Ξ繧､蟷�480px莉･荳具ｼ峨ｈ繧雁ｰ上＆縺�判髱｢ */

.pcs{
    visibility: visible;
}

.res{

}

.res a{
    margin: 0;
    pointer-events: none;
    text-decoration: none;
    color: #444;
    cursor:default;
}

@media screen and (max-width: 1279px) {
    .pcs{
        visibility: hidden;
    }

    .res a{
        pointer-events: visible;
/*        text-decoration: underline;
        color: #0000EE; */
        cursor:auto;
    }

    #main-img {
        padding-top: 90px;
        margin-bottom: -135px;
        background-size: auto 100%;
        background: url(../img/top/bg_top.jpg) no-repeat top center;
    }
    #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;
    }

    .ceo_t_b h2{
        width: 60%;
    }



