@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');

/* CSS Document */


/* TOP PAGE
-------------------------------------------------- */

.top-topics .card figure {
    overflow: hidden;
    width: 100%;
    /* トリミングしたい枠の幅 */
    height: 139px;
    /* トリミングしたい枠の高さ */
    position: relative;
    background: #f5f5f5;
}

.top-topics .card figure img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: initial;
    height: auto;
    width: 100%;
}

.topcate {
    background: #f06800;
    font-weight: normal;
    font-style: normal;
    padding: 0px 8px;
    color: #fb6908;
    font-size: 60%;
    display: inline-block;
    margin-bottom: 10px;
    color: #fff;
    border-radius: 4px;
    float: right;
    height: 26px;
}

.card-title {
    clear: both;
}

.pid {
    /*display:none;*/
}

p.pid a {
    margin-bottom: 3em;
}

@media (min-width: 768px) {
    .service-nav .no-gutter a:nth-child(4) .col-sm-4 {
        margin-left: 16.5%;
    }
    .service-nav .no-gutter .col-sm-4 {
        margin-bottom: 1em;
    }
    .home .service-nav a:nth-child(3) .col-sm-4,
    .home .service-nav a:last-child .col-sm-4 {
        border-right: 0;
    }
}

.hero-top {
    height: 500px;
    font-family: 'Noto Sans JP';
}

@media (min-width: 768px) {
    .hero-top {
        background-size: cover;
        height: 500px;
    }
}

.hero-heading p {
    font-size: 1.625em;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.35em;
    font-feature-settings: 'palt';
}

.hero-top-video {
    position: relative;
}

.hero-top-video video {
    width: 100%;
    height: 530px;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -100;
    -webkit-filter: brightness(60%);
    filter: brightness(60%);
}

.pattern-img {
    width: 100%;
    height: 600px;
    background: url(../images/pattern-dot.png) repeat;
    top: 0;
    left: 0;
    z-index: -50;
    position: absolute;
}

.hero-heading {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 50px;
}

.hero-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    position: relative;
}

.hero-service-link {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.hero-service-link>h1 {
    margin-right: 10px;
    margin-left: 10px;
}

.br-pc {
    display: none;
}

@media (min-width: 768px) {
    .br-pc {
        display: block;
    }
}

.hero-special-link>.news-tease {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.btn-hero-service-link {
    border: 2px #fff solid;
    color: #fff;
    background-color: transparent;
    min-height: 1em;
    padding: 5px 15px;
    margin-top: 15px;
    font-size: 13px;
    letter-spacing: 2px;
    font-weight: 600;
}

.btn-hero-service-link:hover {
    color: #000;
    background-color: #FFF;
    transition: 0.3s;
}

.top-section {
    padding-bottom: 60px;
}

.top-section h2 {
    text-align: center;
    font-weight: normal;
    margin: 100px 0 40px;
    color: #000;
    font-size: 2rem;
}

.top-section h3 {
    font-size: 1.25rem;
}

.top-section p {
    font-size: .875rem;
}

.top-service {
    text-align: center;
    list-style: none;
    display: table;
    width: 100%;
    margin: 0;
    padding: 0;
}

.top-service [class^="col-"] {}


/*.top-service [class^="col-"] {
	padding-left:0;
	padding-right:0;}*/

.top-service .block {
    position: relative;
    overflow: hidden;
    padding: 30px;
    min-height: 200px;
    cursor: pointer;
}

.top-service .block:hover {
    background-color: #f3f5f7;
}

.top-service .block a {
    display: block;
}

.top-service h3 {
    margin: 20px 0 0;
    font-size: 1rem;
    font-weight: 800;
    text-align: center;
    height: 36px;
    overflow: hidden;
}

.top-service p {
    margin: 20px 0;
    font-size: .75rem;
}

.top-service img {
    margin: 0 auto;
}


/* CASE
------------------------- */

.top-case {
    background: url(../images/bg-city-of-tokyo.png) top center no-repeat;
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 80px;
}

.top-case h2 {
    color: #FFF;
}

.top-case .panel {
    margin: 0 auto 30px;
    position: relative;
    width: 80%;
    height: auto;
    border: 0;
}

.top-case .panel .overlay {
    top: 0;
    left: 0;
    position: absolute;
    z-index: 30;
    height: 100%;
    width: 100%;
    background: #ff6908;
    border: solid 1px #ff6908;
    border-radius: 4px;
    text-align: center;
    opacity: 0;
    -webkit-transition: opacity .25s ease;
    -moz-transition: opacity .25s ease;
}

.top-case .panel .overlay:hover {
    opacity: 1;
}

.top-case .panel .overlay .btn,
.top-case .col-sm-8 .panel .overlay .btn {
    margin-top: 18%;
}

.top-case .panel img {
    margin: 0 auto;
    max-width: 70%;
}

@media (min-width: 768px) {
    .top-case .panel {
        width: 100%;
        min-height: 192px;
    }
    .top-case .panel .overlay .btn {
        margin-top: 25%;
    }
    .top-case .col-sm-8 .panel .overlay .btn {
        margin-top: 12.5%;
    }
    .top-case .panel img {
        max-width: 100%;
    }
    .case-quote [class^="col-"] {
        margin: 15px 0;
    }
    .case-quote .quote {
        /*color: #ff6908;*/
        color: #000;
        line-height: 1.6em;
        font-size: 1.2rem;
        font-weight: 600;
        margin-top: 15px;
        margin-right: 30px;
    }
}

.top-topics {}

@media (min-width: 768px) {
    .top-topics .card-title {
        height: 70px;
        /*	overflow:hidden;
	text-overflow: ellipsis;
	overflow-wrap: break-all;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	white-space: normal;*/
    }
}

.blog {
    border-top: solid 1px #eee;
    padding: 30px 0;
    text-align: left;
    background-color: #f3f5f7;
}

.blog .btn-banner {
    height: 81px;
}