

/*-------------------------------------------------------------------------------------------*/
/* オリジナルCSS（テーマ非依存）
/*-------------------------------------------------------------------------------------------*/


body {
    color: #444;
}
#content section .text,
#content section .table {
    padding: 7%;
    background: #fff;
}
#main-content .text {
    padding: 0 !important;
    background: none !important;
}
#content section .table {
    padding-top: 0;
}
#content [class^="column-box"] .box {
    padding: 20px;
    background: #fff;
}
#content [class^="column-box"] a {
    bottom: 20px !important;
    width: calc(100% - 40px);;
}
#main-content {
    width: 100vw;
    height: 633px;
    color: #000;
    font-size: 1.8rem;
    padding: 4px calc(50vw - 50% + 8px);
    margin: 0 calc(50% - 50vw) 150px;
    background: url(images/top-back.jpg)center;
    background-size: contain;
    background-repeat: no-repeat;
}
#main-content img {
    margin-top: 50px;
}
#header-top-img {
    height: 60%;
}
#header-top-img .slide-media img {
    height: 60%;
}
table dd {
    margin-left: 8em;
}
.policy .company {
    float: right;
    margin: 30px 0 50px;
}
.policy table {
    clear: both;
}
h1.page-title {
    font-size: clamp(3rem, 2.709rem + 1.45vw, 3.8rem);
}
#footer-btn a {
    width: 30%;
}
#footer-btn a:last-child {
    transform: translate(0, 200px);
}
#footer-btn.scroll-in a {
    opacity: 1;
    transform: translate(0, 0);
}