@charset "utf-8";

/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }

.fsP1 { font-size: 1.08em !important; }
.fsP2 { font-size: 1.16em !important; }
.fsP3 { font-size: 1.24em !important; }
.fsP4 { font-size: 1.32em !important; }
.fsP5 { font-size: 1.4em !important; }

.fsM1 { font-size: 0.92em !important; }
.fsM2 { font-size: 0.84em !important; }
.fsM3 { font-size: 0.76em !important; }
.fsM4 { font-size: 0.68em !important; }
.fsM5 { font-size: 0.6em !important; }

.fwNormal { font-weight: normal !important; }
.fwBold { font-weight: bold !important; }

.animBox {
    opacity: 0;
    transform: translate(0, 60px);
    transition: .8s;
}
.animBox_moved {
    opacity: 1.0;
    transform: translate(0, 0);
}

/*------------------------------------------------------------
	微調整・汎用
------------------------------------------------------------*/
.mt0 { margin-top: 0 !important; }
.mb0 { margin-bottom: 0 !important; }

.clearfix:after {
    height: 0;
    visibility: hidden;
    content: ".";
    display: block;
    clear: both;
}

/*------------------------------------------------------------
	レイアウト・コンポーネント(PC基準)
------------------------------------------------------------*/
.content {
    width: 900px;
    margin: 0 auto;
}

.headLine01 {
    margin-bottom: 43px;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 31px;
    line-height: 1;
    letter-spacing: 3px;
}

.comBtn embed {
    width: 13px;
    height: 19px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px;
    margin-top: -2px;
}
.comBtn a {
    display: inline-block;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    width: 90px;
    text-align: center;
    position: relative;
    border: 2px solid #FFF;
    letter-spacing: 1px;
    line-height: 1;
    padding: 8px 0 8px 8px;
    box-sizing: border-box;
}
.comBtn.busBtn a {
    width: auto;
    padding: 5px 10px 2px;
}
.comBtn a:before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
}

.headLine02 {
    margin-bottom: 46px;
    font-size: 30px;
    line-height: 1;
    letter-spacing: 1px;
}
.headLine02.line { line-height: 1.3; }
.headLine02 .en {
    display: block;
    margin-top: 0.5em;
    font-size: 18px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    letter-spacing: 1px;
    color: #FFF;
}

.pageTop {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 40px;
    z-index: 1000;
}
.pageTop a {
    display: block;
    width: 46px;
    height: 46px;
    background-color: #157959; 
    border-radius: 50%;
}
.pageTop embed {
    width: 46px;
    height: 46px;
    filter: brightness(0) invert(1);
}

/*------------------------------------------------------------
	スマホ(SP)用設定
------------------------------------------------------------*/
@media all and (max-width: 767.98px) {
    .content {
        width: auto;
        padding: 0 calc(45 / 750 * 100vw);
    }
    
    .headLine01 {
        margin-bottom: calc(70 / 750 * 100vw);
        font-size: calc(40 / 750 * 100vw);
        letter-spacing: calc(4 / 750 * 100vw);
        margin-right: calc(-4 / 750 * 100vw);
    }

    .comBtn a {
        padding: 8px 0 4px;
        font-size: calc(22 / 750 * 100vw);
    }

    .headLine02 {
        font-size: calc(41 / 750 * 100vw);
        letter-spacing: calc(7 / 750 * 100vw);
        line-height: 1.2;
        margin-bottom: calc(40 / 750 * 100vw);
    }
    .headLine02 .en {
        font-size: calc(24 / 750 * 100vw);
        letter-spacing: calc(2.64 / 750 * 100vw);
        margin-top: calc(10 / 750 * 100vw);
        margin-bottom: 0;
    }

    .pageTop {
        display: block; 
        right: 10px;
        bottom: 40px;
        opacity: .8;
    }
    .pageTop a {
        width: 41px;
        height: 41px;
    }
    .pageTop embed {
        width: 41px;
        height: 41px;
    }
} 