@charset "UTF-8";

body a {
    transition: none;
}

.header {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background: url(../img/top/hero_top.jpg) no-repeat center center/cover;
    position: relative;
}

@media print,
screen and (min-width: 768px) {
    .header {
        height: 400px;
        padding-bottom: 0;
    }
}

.logo {
    width: 60px;
    padding: 10px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 20px;
}

@media print,
screen and (min-width: 768px) {
    .logo {
        width: 110px;
        padding: 20px;
        left: 40px;
    }
}

.catch-copy,
.page-title {
    text-align: center;
    width: 100%;
    color: #fff;
    font-family: "Yu Mincho", "ヒラギノ明朝　ProN　W3", serif;
    font-size: 6vw;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);

}

.catch-copy span,
.page-title span {
    border-bottom: 3px solid #fff;
    padding-bottom: 4px;
}

@media print,
screen and (min-width: 768px) {

    .catch-copy,
    .page-title {
        font-size: 50px;
    }
}

.heading02 {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    font-family: "Yu Mincho", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ　Ｐ明朝", "ＭＳ　明朝", serif;
    margin-bottom: 20px;
}

@media print,
screen and (min-width: 768px) {
    .heading02 {
        font-size: 20px;
        margin-bottom: 40px;
    }
}

.heading02 span {
    border-bottom: 3px solid #000;
    padding-bottom: 1px;
}

.lead {
    font-size: 14px;
    line-height: 2.0;
}

.btn {
    display: block;
    text-align: center;
    width: 200px;
    margin: 0 auto 60px;
    border: 2px solid #000;
    text-decoration: none;
    padding: 13px 0 12px;
    font-weight: bold;
}

@media print,
screen and (min-width: 768px) {
    .btn {
        width: 400px;
        padding: 20px 0;
        font-size: 14px;
    }
}

.footer {
    padding: 15px 10px;
}

@media print,
screen and (min-width: 768px) {
    .footer {
        padding: 30px 10px;
    }
}

.copy {
    text-align: center;
    font-size: 1.0rem;
}

.globalnav {
    position: relative;
    padding: 0 10px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.globalnav li {
    display: table-cell;
    text-align: center;
}

.globalnav li:not(:first-child) {
    border-left: 1px solid #000;
}

.globalnav li a {
    font-size: 1.3rem;
    display: block;
    background: #fff;
    text-decoration: none;
    padding: 15px 0;
}

.globalnav li a:hover {
    opacity: 1;
}

@media print,
screen and (min-width: 768px) {
    .globalnav li a:hover {
        background: #000;
        color: #fff;
    }
}

.globalnav_list {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    display: table;
    table-layout: fixed;
    border: 1px solid #000;
}