@charset "UTF-8";

/* Main Visual */
.fl_works_mv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/company-mv.png');
  background-size: cover;
  background-position: left 10% bottom 67%;
  z-index: 0;
  filter: brightness(60%);
}

/* Breadcrumbs */
.fl_company_breadcrumbs {
    padding: 24px 64px;
    background-color: #fff;
}

.fl_company_breadcrumbs__inner {
    max-width: 1120px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 8px;
}

.fl_company_breadcrumbs .home {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #999999;
    text-decoration: none;
    font-weight: 500;
}

.fl_company_breadcrumbs .home_icon {
    width: 16px;
    height: 16px;
    background-image: url(../images/home-icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 4px;
}

.fl_company_breadcrumbs .separator {
    margin: 0 8px;
    font-size: 10px;
    color: #999999;
}

.fl_company_breadcrumbs .current {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #666;
}

/* Company Info Section */
.fl_company_info {
    background-color: #F6FDFF;
    padding: 40px 0 80px;
}

.fl_company_info__inner {
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

/* Section Title */
.fl_company_info .section-title {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}

.fl_company_info .section-title__label {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    width: 100%;
}

.fl_company_info .section-title__label .en {
    font-family: 'DIN 2014', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #979797;
    letter-spacing: 1px;
}

.fl_company_info .section-title__label .line {
    width: 40px;
    height: 2px;
    background-color: #979797;
}

.fl_company_info .section-title .heading {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #0280A4;
    text-align: center;
    line-height: 1.2;
}

/* Info Table */
.fl_company_info .info-table {
    width: 100%;
    overflow: hidden;
}

.fl_company_info .info-row {
    display: flex;
    width: 100%;
    line-height:1.4;
}

.fl_company_info .info-header {
    width: 200px;
    background-color: #0280A4;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
    border-bottom: 1px solid #fff;
}

.fl_company_info .info-header h3 {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    line-height: 1.2;
}

.fl_company_info .info-content {
    flex: 1;
    background-color: #fff;
    padding: 0 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-bottom: 1px solid #E0E0E0;
    letter-spacing: 1px;
}

.fl_company_info .info-content p {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    /* line-height: 1.5;
    padding: 16px 0; */
}

.fl_company_info .address-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0;
}

.fl_company_info .google-map-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 24px;
    height: 38px;
    border: 1px solid #0280A4;
    border-radius: 24px;
    text-decoration: none;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #0280A4;
    gap: 8px;
}

/* Map Image */
.fl_company_info .map-image {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
}

.fl_company_info .map-image img {
    width: 100%;
    height: auto;
    display: block;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    .fl_company_mv {
      padding: 80px 20px;
    }

    .fl_company_mv .title {
      font-size: 44px;
    }

    .fl_company_info__inner {
      padding: 0 80px;
    }

}


@media screen and (max-width: 768px) {
    .fl_company_mv {
        padding: 80px 20px;
    }

    .fl_company_mv .title {
        font-size: 36px;
    }
    
    .fl_company_breadcrumbs {
        padding: 16px 24px;
    }
    
    .fl_company_info__inner {
        padding: 0 24px;
    }
    
    .fl_company_info .info-row {
        flex-direction: column;
    }
    
    .fl_company_info .info-header {
        width: 100%;
        padding: 12px 0;
    }
    
    .fl_company_info .info-content {
        text-align: center;
        padding: 12px 0;
    }

    .fl_company_info .address-info {
        flex-direction: column;
        align-items: center;
        gap: 16px;
    }
}

@media screen and (max-width: 480px) {
    .fl_company_mv {
        padding: 80px 20px;
    }

    .fl_company_mv .title {
        font-size: 32px;
    }


}
