@charset "UTF-8";

/*----------社長挨拶----------*/
#message_parts + .contents_box01 .wrapper_item {
    box-shadow: 4px 4px 0 #eeeeee;
    border: 5px solid var(--i_sub_color);
    padding: 3rem !important;
}
#message_parts + .contents_box01 .inner_item_img img {
    object-fit: contain;
    max-width: 240px !important;
}
.contents_box01 .wrapper_item .inner_item_txt > p {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-decoration-color: var(--i_sub_color);
    text-underline-offset: 0.5em;
    text-decoration-skip-ink: none;
    line-height: 2.5;
}
@media screen and (max-width: 700px) {
#message_parts + .contents_box01 .wrapper_item {
    border: 3px solid var(--i_sub_color);
    padding: 1.5rem !important;
}
}


/*----------社是----------*/
#policy_parts + section .inner_item_txt .policy {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    background: #fbfbfb;
    padding: 7rem 2rem;
    box-shadow: 3px 3px 0 #eeeeee;
}
#policy_parts + section .inner_item_txt .policy .policy_img img {
    width: fit-content;
    max-height: 40px;
    object-fit: contain;
}
@media screen and (max-width: 700px) {
#policy_parts + section .inner_item_txt .policy {
    gap: 30px;
    padding: 5rem 2rem;
    flex-direction: column;
}
#policy_parts + section .inner_item_txt .policy .policy_img img {
    max-height: 35px;
}
}

/*----------会社沿革----------*/
#history_parts + section .table_inner .table_text {
    display: flex;
    padding: 1rem 3rem;
}
#history_parts + section .table_inner .table_text .table_date {
    width: 150px;
    font-weight: 700;
}
#history_parts + section .table_inner .table_text:nth-of-type(odd) {
    background: #fbfbfb;
}
#history_parts + section .table_inner .table_text:nth-of-type(even) {
    background: #18186c1a;
}
@media screen and (max-width: 900px) {
#history_parts + section .table_inner .table_text {
    flex-wrap: wrap;
    padding: 1rem 2rem;
}
#history_parts + section .table_inner .table_text .table_date {
    width: 100%;
}
}