@charset "utf-8";

.top_wrap{
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto; 
}
.main{
    position: relative;
    background: url("../images/top/main_img.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 0;
    padding-top: 50%;
}
.main p{
    position: absolute;
    top: 50%;
    left: 150px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    max-width: 375px;
    width: 26.786%;
}
.main p img {
    width: 100%;
    height: auto;
}
.arrow{
    text-align: center;
    margin-bottom: 40px;
}
#ovv_wrap .left{
    margin-right: 1px;
    float: left;
}
#ovv_wrap .right{
    margin-left: 1px;
    float: left;
}
.business_overview {
    margin-bottom: 128px;
}
.business_overview ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1088px;
    width: 77.714%;
    margin: auto;
}
.business_overview li {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    max-width: 360px;
    width: 32.96%;
    height: 0;
    padding-top: 30%;
    margin-bottom: 4px;
}
.business_overview li:first-child,.business_overview li:nth-child(2){
    width: 49.68%;
    max-width: 542px;
    height: 0;
    padding-top: 35.8%;
}
.business_overview li:nth-child(n + 6) {
    margin-bottom: 0;
}
.business_overview li:first-child {
    background-image: url(/images/top/bg_gift.jpg);
}
.business_overview li:nth-child(2) {
    background-image: url(/images/top/bg_space.jpg);
}
.business_overview li:nth-child(3) {
    background-image: url(/images/top/bg_overseas_trade.jpg);
}
.business_overview li:nth-child(4) {
    background-image: url(/images/top/bg_cosmetic.jpg);
}
.business_overview li:nth-child(5) {
    background-image: url(/images/top/bg_apparel.jpg);
}
.business_overview li:nth-child(6) {
    background-image: url(/images/top/bg_child_care.jpg);
}
.business_overview li:nth-child(7) {
    background-image: url(/images/top/bg_health_care.jpg);
}
.business_overview li:nth-child(8) {
    background-image: url(/images/top/bg_studio.jpg);
}
.business_overview li::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.55);
    pointer-events: none;
}
.business_overview ul li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #ffffff;
}
.business_overview ul li:hover {
    opacity: 0.8;
}
.business_overview ul li a,.business_overview ul li:hover img,.business_overview ul li a:hover img,.business_overview ul li:hover p,.business_overview ul li a:hover p {
    opacity: 1!important;
}
.business_overview ul li dt {
    position: absolute;
    top: 36.111%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: 5;
    line-height: 0;
}
.business_overview ul li:first-child dt,.business_overview ul li:nth-child(2) dt {
    top: 24.45%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.business_overview ul li:nth-child(n + 6) dt {
    top: 35%;
}
.business_overview ul li:first-child dt {
    max-width: 68px;
    width: 12.546%;
}
.business_overview ul li:nth-child(2) dt {
    max-width: 272px;
    width: 50.184%;
}
.business_overview ul li:nth-child(3) dt {
    max-width: 286px;
    width: 79.444%;
}
.business_overview ul li:nth-child(4) dt {
    max-width: 172px;
    width: 47.777%;
}
.business_overview ul li:nth-child(5) dt {
    max-width: 149px;
    width: 41.388%;
}
.business_overview ul li:nth-child(6) dt {
    max-width: 196px;
    width: 54.444%;
}
.business_overview ul li:nth-child(7) dt {
    max-width: 226px;
    width: 62.777%;
}
.business_overview ul li:nth-child(8) dt {
    max-width: 124px;
    width: 34.444%;
}
.business_overview ul li dt img {
    width: 100%;
    height: auto;
}
.business_overview ul li .business_copy {
    position: absolute;
    top: 47.9%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    color: #ffffff;
    z-index: 5;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.1em;
    font-weight: normal;
    font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
    text-align: center;
    width: 100%;
}
.business_overview ul li .business_name {
    position: absolute;
    top: 48.888%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    color: #ffffff;
    z-index: 5;
    font-size: 16px;
    letter-spacing: 0.1em;;
    font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
}
.business_overview ul li:first-child .business_name,.business_overview ul li:nth-child(2) .business_name {
    top: 36.675%;
}
.business_overview ul li:nth-child(n + 6) .business_name {
    top: 47.222%;
}
.business_overview ul li .arrow {
    background-image: url(/images/bsns/business_info_arrow.svg);
    background-size: cover;
    width: 25px;
    height: 25px;
    position: absolute;
    bottom: 5.555%;
    right: 5.555%;
    z-index: 5;
    margin-bottom: 0;
}
.ovv1{
    background: url("../images/top/bg_gift.png") no-repeat;
    width: 679px;
    height: 508px;
    margin-bottom: 2px; 
    display: table;
}
.ovv2{
    background: url("../images/top/bg_child.png") no-repeat;
    width: 339px;
    height: 253px;
    margin-right: 2px;
    display: table;   
}
.ovv3{
    background: url("../images/top/bg_app.png") no-repeat;
    width: 338px;
    height: 253px;   
    display: table;   
}
.ovv4{
    background: url("../images/top/bg_cosme.png") no-repeat;
    width: 338px;
    height: 253px;
    margin-right: 2px;  
    display: table;   
    margin-bottom: 2px;
}
.ovv5{
    background: url("../images/top/bg_sea.png") no-repeat;
    width: 338px;
    height: 253px;   
    display: table;
    margin-bottom: 2px;   
}
.ovv6{
    clear: both;
    background: url("../images/top/bg_space.png") no-repeat;
    width: 678px;
    height: 508px;  
    display: table;   
}
.dcell{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.txt_wh{
    color: #fff;
}
#ovv_wrap{
    overflow: hidden;
    margin-bottom: 120px;
    padding: 0 20px;
}
.office{
    max-width: 1360px;
    margin: 0 auto 110px auto;
}
.office ul {
    display: flex;
    justify-content: space-between;
}
.office li {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 24.78%;
    height: 0;
    padding-top: 35%;
    color: #ffffff;
}
.office li:first-child {
    background-image: url(/images/top/bg_osaka.jpg);
}
.office li:nth-child(2) {
    background-image: url(/images/top/bg_tokyo.jpg);
}
.office li:nth-child(3) {
    background-image: url(/images/top/bg_kobe.jpg);
}
.office li:nth-child(4) {
    background-image: url(/images/top/bg_miyakojima.jpg);
}
.office li a {
    color: #ffffff;
    display: block;
    width: 100%;
    height: 100%;
}
.office li:hover {
    opacity: 0.8;
}
.office li:hover img,.office li a:hover img {
    opacity: 1;
}
.office dl {
    position: absolute;
    top: 54.118%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 100%;
}
.office li:nth-child(3) dl {
    top: 51.744%;
}
.office dl dt{
    font-size: 14px;
    font-weight: bold;
    font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
    letter-spacing: 0.06em;
    text-align: center;
}
.office li:nth-child(3) dt {
    line-height: 1.8;
}
.office dl dd{
    text-align: center;
    font-size: 14px;
    line-height: 28px;
}
.office dl dd .en {
    line-height: 0;
    margin: 8.902% auto 4.121% auto;
}
.office li:nth-child(3) .en {
    margin: 4.154% auto 4.121% auto;
}
.office li:first-child dl dd .en {
    max-width: 119px;
    width: 35.311%;
}
.office li:nth-child(2) dl dd .en {
    max-width: 60px;
    width: 17.804%;
}
.office li:nth-child(3) dl dd .en {
    max-width: 47px;
    width: 13.946%;
}
.office li:nth-child(4) dl dd .en {
    max-width: 115px;
    width: 34.124%;
}
.office dl dd .en img {
    width: 100%;
    height: auto;
}
.of1{
    background: url("../images/top/bg_osaka.png") no-repeat;
    width: 452px;
    height: 268px;
    margin-right: 2px;   
}
.of2{
    background: url("../images/top/bg_tokyo.png") no-repeat;
    width: 451px;
    height: 268px;
    margin-right: 2px;      
}
.of3{
    background: url("../images/top/bg_miyako.png") no-repeat;
    width: 452px;
    height: 268px;   
}

.isms{
    text-align: center;
    padding: 25px 0; 
    background-color: #f1f1f1;
    width: 100%;
}
.smesproject_wrap{
    text-align: center;
    min-width: 1400px;
    margin-bottom: 50px;
}
.smesproject_bnr li{
    display: inline-block;   
}
.smesproject_bnr li a img{
    width: 300px;  
}
@media screen and (max-width:980px) {
  .business_overview ul li .business_name {
    font-size: 1.4vw;
  }
  .business_overview ul li .business_copy {
    font-size: 1vw;
    line-height: 2.6vw;
  }
  .office dl dt {
    font-size: 1vw;
  }
  .office dl dd {
    font-size: 1vw;
    line-height: 2.2vw;
  }
}