@charset "utf-8";
.mainVisual {
    background: url(../img/main_bg.jpg) center center /cover no-repeat;
}

.contentWrap {
    padding-top: 95px;
    padding-bottom: 0;
}
.big_ttl:after{
    bottom: -31px;
}
.breadcrumb {
    margin-bottom: 0;
}

.clumWrap {
    display: table;
    width: 100%;
}

.content {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
}

.clum2 {
    display: table-cell;
    width: 50%;
    vertical-align: top;
    padding: 0 10px;
}

.topArea,
.underArea {
    width: 100%;
    display: table;
}

.big_ttl {
    margin-bottom: 80px;
    font-size: 3rem;
}

.topArea .state {
    margin-bottom: 40px;
}

.underArea .state {
    display: block;
    margin-bottom: 4px;
}

.white_btn a {
    display: block;
}

.white_btn {
    width: 224px;
    margin: 0 auto;
    padding: 10px;
}

.white_btn:hover {
    background: #000;
}

.white_btn:hover a {
    color: #fff;
}

.topArea {
    text-align: center;
}

.box {
    display: table-cell;
    width: 50%;
}
.box a:hover .nameArea{
    background: #d4e1ec;
}

.imgBox img {
    width: 100%;
}

.name {
    font-size: 2.4rem;
    display: block;
}

.underArea .nameArea {
    padding: 24px 0 130px 32px;
}

.img01 {
    background: url(../img/img_01_pc.jpg) center center /cover no-repeat;
    height: 460px;
}
.altName {
    visibility: hidden;
}

.spView {
    display: none;
}

@media screen and (max-width: 768px) {
    .pcView {
        display: none;
    }
    .content {
        padding: 0;
    }
    .contentWrap {
        padding-top: 48px;
    }
    .box {
        display: block;
        width: 100%;
    }
    .topArea .state {
        margin-bottom: 29px;
    }
    .spView {
        display: block;
    }
    .big_ttl {
        margin-bottom: 0;
        font-size: 1.8rem;
    }
    .topArea .nameArea {
        padding: 0 15px 0;
        padding-top: 31px;
        padding-bottom: 60px;
    }
    .underArea .nameArea {
        padding: 0 15px 0;
        padding-top: 30px;
        padding-bottom: 72px;
    }
    .name {
        font-size: 1.5rem;
    }
    .white_btn {
        width: 100%;
        margin: 0 auto;
        padding: 10px;
    }
    .img01 {
        background: url(../img/img_01_sp.jpg) center center /cover no-repeat;
        height: 160px;
    }
    .big_ttl:after{
        width: 36px;
    }
}
