/* Company */
#company{
    margin: 80px 0 170px;
    padding-top: 100px;
}
#company .cntInner{
    position: relative;
    min-height: 392px;
    padding: 10px 34px 0;
}
#company .cntBox{
    width: 563px;
    max-width: 60%;
}
#company .cntTitle{
    margin-bottom: 92px;
}
#company .cntTitle.line0::before{
    left: 0;
    transform: translateX(0);
}
#company .cntCatch{
    max-width: 540px;
    margin-bottom: 30px;
    margin-left: auto;
}
#company .cntText{
    max-width: 530px;
    margin-left: auto;
}
#company .cntImg{
    position: absolute;
    top: 0;
    right: 75px;
    width: 45%;
    height: 100%;
    z-index: -1;
}

/* Company Profile */
#company-profile{
    position: relative;
    padding-top: 100px;
}
#company-profile::before{
    content: "";
    position: absolute;
    top: 68px;
    left: 0;
    width: 66.691%;
    height: 162.5%;
    background: #000;
    background: -moz-linear-gradient(to right, #00000000, #0000002b 10%, #000 50%, #000);
	background: -webkit-linear-gradient(to right, #00000000, #0000002b 10%, #000 50%, #000);
	background: linear-gradient(to right, #00000000, #0000002b 10%, #000 50%, #000); 
    z-index: -1;
}
#company-profile .cntInner{
    padding: 0 34px;
}
#company-profile .cntList{
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 30px 20px;
    max-width: 998px;
    margin: 54px auto 0;
}
#company-profile dt,
#company-profile dd{
    /* line-height: 2.5; */
}
#company-profile .cntList dd div{
    padding-left: 1em;
    line-height: 1.5;
}
#company-profile .cntList dd div:first-child{
    margin-bottom: 15px;
}

/* Office Photo */
#office-photo{
    margin-bottom: 63px;
    padding-top: 35px;
}
#office-photo .cntInner{
    padding: 0 34px;
}
#office-photo .cntBox{
    display: flex;
    gap: 38px;
    margin-top: 47px;
    padding-right: 100px;
}
#office-photo .cntImg-01{
    width: 209px;
    margin-top: 25px;
}
#office-photo .cntImg-02{
    width: 237px;
    margin-top: 56px;
}
#office-photo .cntImg-03{
    width: 286px;
}

/* Access */
#access{
    margin-bottom: 150px;
    padding-top: 100px;
}
#access .cntInner{
    display: flex;
    gap: 30px;
    padding: 0 34px;
}
#access .cntText{
    margin-top: 35px;
}
#access .cntMap{
    flex-shrink: 0;
    width: 58.8178%;
    height: 349px;
}
#access .cntMap iframe{
    display: block;
    width: 100%;
    height: 100%;
}
#access .cntMap iframe,
#access .cntMap object,
#access .cntMap embed {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all  0.7s ease;
}

#access .cntMap iframe:hover,
#access .cntMap object:hover,
#access .cntMap embed:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}


/*TAB*/
@media screen and (max-width:899px){
    /* Company */
    #company .cntInner{
        min-height: 0;
        padding: 0 20px;
    }
    #company .cntBox{
        max-width: 500px;
        width: 100%;
    }
    #company .cntTitle{
        margin-bottom: 48px;
    }
    #company .cntCatch{
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }
    #company .cntText{
        width: 100%;
        max-width: 100%;
    }
    #company .cntImg{
        top: -50px;
        right: 20px;
        width: 50%;
    }
    #company .cntImg img{
        object-position: top;
    }
    /* Company Profile */
    #company-profile .cntList{
        grid-template-columns: 80px 1fr;
    }
    /* Office Photo */
    #office-photo .cntBox{
        position: relative;
        gap: 7vw;
        justify-content: center;
        padding-bottom: 200px;
        padding-right: 0;
    }
    #office-photo .cntImg-03{
        position: absolute;
        bottom: 0;
        left: 20%;
    }
    /* Access */
    #access .cntInner{
        flex-direction: column;
        gap: 0;
    }
    #access .cntMap{
        width: 100%;
        margin-top: 40px;
    }
}
/*SP*/
@media screen and (max-width:480px){
    /* Company */
    #company{
        margin: 0 0 80px;
    }
    #company .cntInner{
        display: flex;
        flex-direction: column-reverse;
    }
    #company .cntImg{
        position: static;
        width: 100%;
        margin-bottom: 20px;
    }
    /* Company Profile */
    #company-profile::before{
        width: 80%;
    }
    #company-profile .cntInner{
        padding: 0 20px;
    }
    #company-profile .cntList{
        grid-template-columns: 1fr;
        gap: 5px 20px;
    }
    #company-profile .cntList dt{
        font-weight: 600;
    }
    #company-profile .cntList dd{
        margin-bottom: 15px;
    }
    #company .cntCatch span{
        display: block;
        text-align: right;
    }
    /* Office Photo */
    #office-photo .cntBox{
        flex-direction: column;
        gap: 20px;
        padding-bottom: 0;
    }
    #office-photo .cntImg-01{
        max-width: calc(100% - 30px);
        margin-top: 0;
    }
    #office-photo .cntImg-02{
        max-width: calc(100% - 50px);
        margin-top: 0;
        margin-left: auto;
    }
    #office-photo .cntImg-03{
        position: static;
        max-width: calc(100% - 20px);
    }
}
