
body{
    font-size: 94%;
}
/* CSS Document */

.main_visual{
    position: relative;
    min-height: 280px;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-content: center;
    background: url("../image/main_bg2.png") center no-repeat;
    background-size: cover;
    color: #fff;
}
.main_visual h2{
    font-size: 320%;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}
.main_visual p{
    font-size: 120%;
}
.main_content{
    max-width: 960px;
    margin: auto;
}
.main_text{
    text-align: center;
    background: url("../image/bg_011.png")no-repeat center;
    height: 420px;
    position: relative;
    margin-top: 10px;
}
.main_text .main_inner{
    text-align: left;
    padding: 40px;
    position: absolute;
    background: rgba(255,255,255,0.95);
    right: 50px;
    top: 50%;
}
.main_text .main_inner .txt {
    font-size: 133%;
    line-height: 40px;
    font-weight: bold;
    color: #28a860;
}
.main_inner .more_button.rev a {
    margin: auto;
    width: 65%;
    display: block;
    padding: 20px 30px 20px 50px;
    margin-top: 15px;
}
.main_text .main_inner.fade.scrollin{
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
}
.link_box{
    margin-top: 100px;
}
.link_box ul {
    display: flex;
    justify-content: space-between;
    text-align: center;
    flex-wrap: wrap;
}
.link_box ul li {
    width: 20%;
    min-width: 235px;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.cover_a{
    position: absolute;
    text-outline: 0;
    width: 100%;
    height: 100%;
}
.link_box ul li .link_bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out ;
}
.link_box ul li:hover .link_bg{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.link_box ul li.greeting .link_bg {
    background: url("../image/img_01.png") no-repeat center;
}
.link_box ul li.profile .link_bg {
    background: url("../image/img_02.png") no-repeat center;
}
.link_box ul li.bases .link_bg {
    background: url("../image/img_03.png") no-repeat center;
}
.link_box ul li.environment .link_bg {
    background: url("../image/img_04.png") no-repeat center;
}
.link_bottom{
    margin-bottom: 30px;
}
.link_title{
    color: #fff;
    font-size: 200%;
    font-weight: bold;
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif;
    line-height: 36px;
}
.link_sub{
    color: #fff;
    font-size: 107%;
    margin-bottom: 20px;
}
.more_button.rev{
    position: relative;
    z-index: 2;
}

.product_box{
    background-size: cover;
    min-height: 275px;
    margin-bottom: 20px;
    overflow: hidden;
}
.products .more_button{
    margin-top: 40px;
}
.bg_inner{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.product_box:hover .bg_inner{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
#pb_01 .bg_inner{
    position: absolute;
    background: url("../image/product_bg_01.png") no-repeat center;
}
#pb_02 .bg_inner{
    background: url("../image/product_bg_02.png") no-repeat center;
}
#pb_03 .bg_inner{
    background: url("../image/product_bg_03.png") no-repeat center;
}
.product_inner{
    width: 90%;
    color: #fff;
    text-align: center;
    position: absolute;
    top:50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.product_title {
    font-size: 200%;
    font-weight: bold;
}
.product_text{
    line-height: 30px;
}

@media screen and ( max-width: 767px ){
.main_text{
    display: flex;
    justify-content: center;
    align-content: center;
    padding: 5%;
    box-sizing: border-box;
    background: url(../image/bg_011.png)no-repeat left;
    height: 335px;
}
.main_text .main_inner{
    position: relative;
    align-items: center;
    top: auto;
    right: auto;
    max-width: 404px;
    box-sizing: border-box;
}
.main_inner .more_button.rev {
    width: 277px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX( -50%);
    -ms-transform: translateX( -50%);
}
.main_inner .more_button.rev a {
    width: auto;
}
.main_text .main_inner.fade.scrollin{
    -webkit-transform: translate(0%,0%);
    -ms-transform: translate(0%,0%);
    -o-transform: translate(0%,0%);
    transform: translate(0%,0%);
}
.link_box ul {
    justify-content: center;
}
.link_box ul li{
    margin: 2.5%;
}
.main_text .main_inner {
    padding: 30px;
}
}
@media screen and ( max-width: 525px ){
.link_box ul li{
    width: 90%;
    max-height: 330px;

}
.link_title,.link_sub{
    text-shadow:2px 2px 5px #000000;
}
}