@import '01_font-sizes.css';
/* 会社案内.css */

.object-container{
    display: flex;
}

/* .container1 {
    border-left: 4px solid #444;
    border-right: 4px solid #444;
    padding: 2em;
    flex: 1;
    width: 60%;
    margin: 0 auto;
} */

.container1 table {
    border-collapse: collapse;
    margin: 20px auto;
    width: 80%;
    background-color: #fff;
}

.container1 table, .container1 th, .container1 td {
    border: 1px solid #ccc;
    max-width: 730px;
    /* min-width: 136px; */
}

.aboutcompany table th {
    width: 200px;
}

.container1 th, .container1 td {
    padding: 10px;
    text-align: left;
}

.aboutcompany a {
    /* text-decoration: none; */
    color: #0070c0;
}

.aboutcompany a:hover {
    text-decoration: underline;
}

.flex-container {
    display: flex;
    align-items: center;
    border: none;
}

.aboutcompany th{
    text-align: center !important;
    /* background-image: url(./images/背景画像/029.webp);
    background-size: 500px; */
    background-image: url(./images/背景画像/029.webp);
    background-size: 500px;
}

.aboutcompany td{
    text-align: left !important;
    width: 500px !important;
}

.kasukabe_shineitai div{
    display: flex;
}

.kasukabe_shineitai img{
    width: 250px !important;
}

.goaisatu span{
    padding-bottom: 34px;
    padding-top: 15px;
    padding-left: 14px;
}

.sikakuHutatu {
    display: flex;
    justify-content: center; /* 左右中央に配置 */
    align-items: center; /* 上下中央に配置 */
    padding: 0px;
    gap: 66px;
}

.sikakuHutatu img{
    border: 2px solid;
    width: 400px!important;
    height: auto;
}

.sikakuHutatu span {
    font-size: calc(var(--font-size-lg) + 10px);
    padding: 10px 0px;
}

/* ポップアップウィンドウ */
/* .popup-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}
  
.popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
    text-align: center;
    border: 4px solid black;
} */
  
.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: var(--font-size-lg);
    cursor: pointer;
}