@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#gHeader {
    margin-bottom: 0;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
    border-bottom: none;
    z-index: 1000;
}
#gHeader .logo {
    display: none;
}
#gHeader .logo02 {
    display: block;
}
#gNavi .naviList li a {
    color: #fff;
}
#main .mainVisual {
    margin-bottom: 120px;
    /* height: 768px; */
    height: 100vh;
    position: relative;
}
#main .mainVisual .movie {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}
#main .mainVisual .movie video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#main .mainVisual h2 {
    margin: 0 auto;
    width: 1140px;
    position: absolute;
    left: 50%;
    bottom: 50px;
    color: #fff;
    font-weight: normal;
    transform: translateX(-50%);
    z-index: 1;
}
#main .mainVisual h2 span {
    margin-bottom: -6px;
    display: block;
    font-size: 6.4rem;
    font-weight: bold;
    line-height: 1.15625;
}
#main .news {
    margin-bottom: 198px;
    display: flex;
    justify-content: space-between;
    border-radius: 8px;
    background-color: rgb(245, 245, 245);
    box-shadow: 5px 7px 5px 1px rgba(229, 229, 229, 0.56);
}
#main .news.pkobo {
    margin-bottom: 0;
}
#main .news h3 {
    padding-left: 16px;
    width: 145px;
    display: flex;
    align-items: center;
    color: #c30d23;
    font-size: 3.2rem;
    line-height: 1;
    border-right: 1px solid #dcdcdc;
    box-sizing: border-box;
}
#main .news.pkobo .rBox {
    padding: 30px 20px 17px;
}
#main .news .rBox {
    padding: 30px 32px 17px;
    width: calc(100% - 145px);
    box-sizing: border-box;
}
#main .news .rBox dl {
    font-size: 2.4rem;
}
#main .news .rBox dt {
    float: left;
    clear: left;
}
#main .news .rBox dd {
    margin-bottom: 30px;
    padding-left: 5.8em;
}
#main .news .rBox dd:last-of-type {
    margin-bottom: 0;
}
#main .news .rBox dd a:hover {
    opacity: 0.7;
}
#main #copyright {
    margin: 8px 0 198px 0;
}
#main #copyright a {
    margin: 0;
}
#main .management .imgBox {
    margin: 12px 3px 190px;
    display: flex;
    justify-content: space-between;
}
#main .management .imgBox .photoBox {
    width: 322px;
    position: relative;
}
#main .management .imgBox .photoBox img {
    width: 100%;
}
#main .management .imgBox .photoBox::before {
    width: 570px;
    height: 350px;
    position: absolute;
    left: -64px;
    top: -16px;
    background: url(../img/common/bg01.png) no-repeat center center;
    content: "";
    z-index: -1;
}
#main .management .imgBox .textBox {
    margin-top: 28px;
    width: 560px;
}
#main .management .imgBox .textBox p {
    line-height: 2;
}
#main .management .imgBox .textBox .title {
    margin-bottom: 39px;
    font-size: 3.2rem;
    font-weight: bold;
}
#main .business .imgBox {
    margin: 0 0 192px -183px;
    display: flex;
}
#main .business .imgBox .photoBox {
    width: 430px;
    margin-right: 110px;
    position: relative;
}
#main .business .imgBox .photoBox img {
    width: 100%;
}
#main .business .imgBox .photoBox::before {
    width: 500px;
    height: 307px;
    position: absolute;
    left: 0;
    top: 158px;
    background: url(../img/common/bg01.png) no-repeat center center/500px auto;
    content: "";
    z-index: -1;
}
#main .business .imgBox .textBox {
    width: 487px;
    position: relative;
}
#main .business .imgBox .textBox:after {
    width: 396px;
    height: 243px;
    position: absolute;
    left: 431px;
    bottom: -141px;
    background: url(../img/common/bg01.png) no-repeat center center/396px auto;
    content: "";
    z-index: -1;
}
#main .business .imgBox .textBox h3 {
    margin-bottom: 55px;
    line-height: 1.15;
}
#main .business .imgBox .linkList li:not(:last-child) {
    margin-bottom: 110px;
}
#main .business .imgBox .linkList a {
    display: block;
    padding-right: 20px;
    font-size: 4.8rem;
    line-height: 1.2;
    font-weight: bold;
    background: url(../img/common/icon01.png) no-repeat right top 42px;
}
#main .business .imgBox .linkList a:hover {
    opacity: 0.7;
}
#main .business .imgBox .linkList a span {
    display: block;
    font-size: 2.4rem;
}
#main .business .imgBox .linkList a span::first-letter {
    color: #c30d23;
}
#main .works .imgBox {
    margin-bottom: 192px;
    display: flex;
}
#main .works .imgBox .photoList {
    position: relative;
    width: 480px;
}
#main .works .imgBox .photoList img {
    width: 100%;
}
#main .works .imgBox .photoList li:first-child {
    width: 179px;
    margin: 0 0 -90px auto;
}
#main .works .imgBox .photoList li:nth-child(2) {
    width: 320px;
}
#main .works .imgBox .photoList li:last-child {
    width: 261px;
    margin: -84px 18px 0 auto;
}
#main .works .imgBox .photoList:after {
    width: 388px;
    height: 237px;
    position: absolute;
    left: -187px;
    bottom: 52px;
    background: url(../img/common/bg01.png) no-repeat center center/388px auto;
    content: "";
    z-index: -1;
}
#main .works .imgBox .textBox {
    margin: 128px 0 0 40px;
    width: 482px;
    line-height: 2;
}
#main .works .imgBox .textBox h3 {
    margin-bottom: 10px;
}
#main .works .imgBox .textBox .txtList {
    margin-bottom: 30px;
}
#main .works .imgBox .textBox .txtList li {
    text-indent: -1em;
    padding-left: 1em;
}
#main .works .imgBox .textBox .txtList li .dot {
    color: #7ea82b;
}
#main .company {
    margin-bottom: 203px;
    position: relative;
}
#main .company:after {
    width: 571px;
    height: 350px;
    position: absolute;
    left: 619px;
    top: 5px;
    background: url(../img/common/bg01.png) no-repeat center center/571px auto;
    content: "";
    z-index: -1;
}
#main .company h3 {
    margin-bottom: 20px;
}
#main .company p {
    line-height: 2;
}
#main .company .name {
    margin: 28px 4px 0 0;
    text-align: right;
}
#main .contact {
    display: flex;
    align-items: center;
}
#main .contact .photoBox {
    margin-right: 33px;
    width: calc(50% + 48px);
    position: relative;
}
#main .contact .photoBox img {
    width: 100%;
}
#main .contact .linkBtn {
    position: relative;
}
#main .contact .linkBtn:before {
    width: 302px;
    height: 184px;
    position: absolute;
    left: -84px;
    top: -84px;
    background: url(../img/common/bg01.png) no-repeat center center/302px auto;
    content: "";
    z-index: -1;
}
#main .contact .linkBtn:after {
    width: 302px;
    height: 184px;
    position: absolute;
    right: -152px;
    top: 52px;
    background: url(../img/common/bg01.png) no-repeat center center/302px auto;
    content: "";
    z-index: -1;
}
#main .contact .linkBtn a {
    width: 414px;
    height: 146px;
    position: relative;
    font-size: 3.2rem;
    line-height: 1.3;
    font-weight: bold;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 35px;
    background-color: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(195, 13, 35, 1);
    box-sizing: border-box;
}
#main .contact .linkBtn a:hover {
    opacity: 0.7;
}
#main .contact .linkBtn a:after {
    margin-top: -22px;
    right: -70px;
    top: 50%;
    position: absolute;
    width: 164px;
    height: 42px;
    background: url(../img/index/arrow.png) no-repeat left top;
    content: "";
}
#main {
    margin-bottom: 263px;
}
@media all and (max-width: 896px) {
    #gHeader.on .logo {
        display: block;
    }
    #gHeader.on .logo02 {
        display: none;
    }
    #main .mainVisual {
        margin-bottom: 80px;
        /* height: 400px; */
    }
    #main .mainVisual h2 {
        width: auto;
        left: 15px;
        bottom: 100px;
        transform: translateX(0);
    }
    #main .mainVisual h2 span {
        margin-bottom: -2px;
        font-size: 3.5rem;
    }
    #main .news {
        margin-bottom: 80px;
        display: block;
        border-radius: 4px;
    }
    #main .news.pkobo {
        margin-bottom: 0;
    }
    #main .news h3 {
        padding: 20px 15px;
        width: auto;
        display: block;
        font-size: 2.3rem;
        border-right: none;
        border-bottom: 1px solid #dcdcdc;
    }
    #main .news.pkobo .rBox {
        padding: 20px 12px 10px;
    }
    #main .news .rBox {
        padding: 20px 15px 10px;
        width: auto;
    }
    #main .news .rBox dl {
        font-size: 1.6rem;
    }
    #main .news .rBox dd {
        margin-bottom: 20px;
        padding-left: 5.8em;
    }
    #main #copyright {
        margin: 8px 0 80px 0;
    }
    #main .management h3 {
        margin-bottom: 30px;
    }
    #main .management .imgBox {
        margin: 0 0 80px;
        flex-wrap: wrap;
    }
    #main .management .imgBox .photoBox {
        width: 100%;
        order: 0;
    }
    #main .management .imgBox .photoBox::before {
        width: 285px;
        height: 175px;
        left: auto;
        right: -45px;
        top: -65px;
        background-size: 285px auto;
    }
    #main .management .imgBox .textBox {
        margin-top: 25px;
        width: 100%;
        order: 2;
    }
    #main .management .imgBox .textBox .title {
        margin-bottom: 5px;
        font-size: 2rem;
    }
    #main .business h3 {
        margin-bottom: 30px;
    }
    #main .business .imgBox {
        margin: 0 0 80px;
        display: block;
    }
    #main .business .imgBox .photoBox {
        width: auto;
        margin: 0 0 25px;
    }
    #main .business .imgBox .photoBox::before {
        width: 285px;
        height: 175px;
        left: auto;
        right: -15px;
        top: -75px;
        background-size: 285px auto;
    }
    #main .business .imgBox .textBox {
        width: auto;
        margin: 0 auto;
        max-width: 400px;
    }
    #main .business .imgBox .textBox:after {
        display: none;
    }
    #main .business .imgBox .linkList li:not(:last-child) {
        margin-bottom: 50px;
    }
    #main .business .imgBox .linkList a {
        font-size: 2.4rem;
        background-position: right center;
        background-size: 20px auto;
    }
    #main .business .imgBox .linkList a span {
        font-size: 1.6rem;
    }
    #main .works .imgBox {
        margin-bottom: 80px;
        display: block;
    }
    #main .works .imgBox .photoList {
        width: auto;
    }
    #main .works .imgBox .photoList li:first-child {
        width: 45%;
        margin: 0 0 -18vw auto;
    }
    #main .works .imgBox .photoList li:nth-child(2) {
        width: 70%;
    }
    #main .works .imgBox .photoList li:last-child {
        width: 55%;
        margin: -15vw 10px 0 auto;
    }
    #main .works .imgBox .photoList:after {
        width: 285px;
        height: 175px;
        left: auto;
        right: -15px;
        top: -75px;
        background-size: 285px auto;
    }
    #main .works .imgBox .textBox {
        margin: 25px 0 0;
        width: auto;
    }
    #main .works .imgBox .textBox .txtList {
        margin-bottom: 15px;
    }
    #main .company {
        margin-bottom: 80px;
    }
    #main .company:after {
        width: 250px;
        height: 156px;
        left: auto;
        right: -25px;
        top: -95px;
        background-size: 250px auto;
    }
    #main .company .name {
        margin: 20px 0 0;
    }
    #main .contact {
        display: block;
    }
    #main .contact .photoBox {
        margin: 0 0 25px;
        width: auto;
    }
    #main .contact .photoBox:after {
        width: 250px;
        height: 156px;
        left: auto;
        right: -45px;
        top: -80px;
        background-size: 250px auto;
    }
    #main .contact .linkBtn {
        margin: 0 30px;
    }
    #main .contact .linkBtn:before {
        width: 250px;
        height: 156px;
        left: -84px;
        top: -84px;
         background-size: 250px auto;
    }
    #main .contact .linkBtn:after {
        width: 250px;
        height: 156px;
        left: auto;
        right: -65px;
        top: auto;
        bottom: -75px;
        background-size: 250px auto;
    }
    #main .contact .linkBtn a {
        margin: 0 auto;
        width: 100%;
        max-width: 414px;
        height: 80px;
        font-size: 2.2rem;
        border-radius: 50px;
    }
    #main .contact .linkBtn a:after {
        margin-top: -11px;
        right: -30px;
        width: 82px;
        height: 21px;
        background-size: 82px auto;
    }
}
@media all and (max-width: 359px) {
    #main .management .imgBox .textBox .title {
        font-size: 1.8rem;
    }
}