/*===============================================
    LD Top
  ===============================================*/
body.ld_top {
    position: relative;
}
body.ld_top::before {
    content: '';
    width: 53.125rem;
    height: 48.75rem;
    background: url("../img/bg2.png") right top no-repeat;
    background-size: 100% auto;
    position: absolute;
    right: 0;
    top: 0;
    pointer-events: none;
    z-index: 0;
}

/*===============================================
    Swiper
  ===============================================*/
.laserdiode .mainvisual .img {
    width: 66.6%;
}
.laserdiode .mainvisual .con {
    width: 33.3%;
    color: #ffffff !important;
    background-color: #147AA0;
    z-index: 1;
}
.laserdiode .mainvisual .con .ttl1 {
    font-size: 2.1rem;
    line-height: 1.3;
    margin-bottom: 1rem;
}

@media only screen and (max-width:991px) {
    .laserdiode .mainvisual .img {
        width: 100%;
        background: none;
    }

    .laserdiode .mainvisual .con {
        width: 100%;
    }
}

/*===============================================
    Icon Link
  ===============================================*/
.icon-link {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: #333;
    font-family: sans-serif;
}
.icon-link .text-link {
    display: inline-block;
    margin-top: 8px;
    position: relative;
}
.icon-link .text-link::after {
    content: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227.351%22%20height%3D%2210.918%22%20viewBox%3D%220%200%207.351%2010.918%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%23fff%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_971%22%20data-name%3D%22%E3%83%91%E3%82%B9%20971%22%20class%3D%22cls-1%22%20d%3D%22M246.5%2C250.418a1%2C1%2C0%2C0%2C1-.641-1.768l4.429-3.691-4.429-3.691a1%2C1%2C0%2C1%2C1%2C1.28-1.536l5.351%2C4.459a1%2C1%2C0%2C0%2C1%2C0%2C1.536l-5.351%2C4.459A1%2C1%2C0%2C0%2C1%2C246.5%2C250.418Z%22%20transform%3D%22translate(-245.499%20-239.5)%22%2F%3E%3C%2Fsvg%3E');
    color: #147AA0;
    display: inline-block;
    margin-left: 0.4em;
    transition: 0.4s;
}
.icon-link:hover .text-link::after {
    transform: translateX(6px);
}

/*===============================================
    Tab List
  ===============================================*/
.laserdiode .nav-tabs .nav-item.show .nav-link,
.laserdiode .nav-tabs .nav-link.active,
.laserdiode .nav-tabs .nav-item.show .nav-link:hover,
.laserdiode .nav-tabs .nav-link.active:hover {
    color: #147AA0 !important;
    background-color: #fff;
}

.laserdiode .tab-content .tab-pane {
    color: #333333 !important;
    background-color: #fff;
}

@media only screen and (min-width:992px) {
    .laserdiode .nav-tabs .nav-link:hover {
        background-color: #147AA0;
    }
    .laserdiode .nav-tabs .nav-link.active:hover {
        background-color: #fff;
    }
}

/*===============================================
    News Area
  ===============================================*/
.laserdiode .news-area .news-list .news-detail .date {
    font-weight: bold;
    color: #147AA0;
}

.laserdiode .news-area a:hover {
    color: #147AA0 !important;
}

/*===============================================
    Common
  ===============================================*/

/* BG Color */
.laserdiode {
    color: #ffffff;
    background-color: #000000;
}
.laserdiode .bgw {
    color: #333333;
    background-color: #eff2f4;
}
.laserdiode .bgb {
    color: #ffffff;
    background-color: #000000;
}
.laserdiode .bgg {
    color: #ffffff;
    background-color: #333333;
}
.laserdiode .bgz {
    background: linear-gradient(to right, #009ECE 65%, #91C084 100%), linear-gradient(to bottom, #000000 50%, transparent 100%);
    background-blend-mode: multiply;
}

/* Link */
.laserdiode a {
    color: #ffffff;
}
.laserdiode a.btn-link {
    color: #0d6efd;
}
.laserdiode a.btn-link2 {
    font-weight: 400;
    color: #fff;
    text-decoration: underline
}

/* Button */
.laserdiode .btn.btn-ld {
    background: linear-gradient(to right, #91C084 0%, #009ECE 33.33%, #174E9D 66.66%, #5E4693 100%);
    border: none;
}

/* Headline */
.laserdiode .headline2::before {
    background: linear-gradient(#91C084, #009ECE);
}

/* Title */
.ld-headttl {
    text-align: center;
    position: relative;
    padding: 2rem 0 1.5rem;
    margin-bottom: 3.5rem;
    line-height: 1.5;
}
.ld-headttl::before {
    content: '';
    width: 2.875rem;
    height: 0.25rem;
    background-color: #147AA0;
    position: absolute;
    left: 50%;
    margin-left: -1.4375rem;
    bottom: 0;
}

/* List */
.laserdiode .sq-list li::before {
    color: #147AA0 !important;
}

/* Table */
.laserdiode .table {
    background-color: #fff;
}

/* CheckBox */
.laserdiode .form-check .form-check-label {
    color: #000000;
}
.laserdiode .form-check-input:checked + .form-check-label::before {
    background: #147AA0;
}

/* Accordion */
.laserdiode .accordion-button {
    color: #333;
    background-color: #fff;
}

/* Misc */
.laserdiode p.text-footer {
    color: #fff;
}
.laserdiode .explanation-row-2 .col-6 .exp-box p span {
    color: #147AA0;
}
.laserdiode .table-wrapper::-webkit-scrollbar-thumb {
    background: #147AA0;
}

/*===============================================
    Image
  ===============================================*/
.ld-projection .img-hover1 {
    position: relative;
    overflow: hidden;
}

.ld-projection .img-hover1 img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.ld-projection .img-hover1 .caption {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0.5rem;
    background: rgba(0,0,0,0.6);
    color: #fff;
    opacity: 0;
    transition: opacity .2s ease;
    pointer-events: none;
    box-sizing: border-box;
}
.ld-projection .img-hover1:hover .caption,
.ld-projection .img-hover1:focus-within .caption {
    opacity: 1;
    pointer-events: auto;
}