/* --------------------------------------------------- */
/* common */
/* --------------------------------------------------- */
.layout_split {
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
}
@media screen and (max-width: 1279px) {
    .layout_split {
        margin-top: 6.25rem;
        margin-bottom: 6.25rem;
    }
}
@media screen and (max-width: 959px) {
    .layout_split {
        margin-top: 5rem;
        margin-bottom: 5rem;
    }
}
@media screen and (max-width: 767px) {
    .layout_split {
        margin-bottom: 3.5rem;
    }
    .sidebar__link .pc-d {
        display: block !important;
    }
}

/* --------------------------------------------------- */
/* in_numbers */
/* --------------------------------------------------- */
.in_numbers__content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.125rem;
    padding: 1.25rem;
    border-radius: 0.5rem;
    background: var(--main);
}
.in_numbers__content-img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    border-radius: 0.25rem;
}
@media screen and (max-width: 1279px) {
    .in_numbers__content {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width: 767px) {
    .in_numbers__content {
        grid-template-columns: repeat(1, 1fr);
        padding: 0.75rem;
    }
}

/* --------------------------------------------------- */
/* greeting */
/* --------------------------------------------------- */
.greeting__content {
    display: flex;
    justify-content: space-between;
    gap: 3rem;
}
.greeting__left {
    flex: 1;
}
.greeting__title {
    color: var(--black);
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 150%; /* 2.625rem */
    margin-bottom: 1.8125rem;
}
.greeting__text {
    color: var(--black);
    font-size: 1rem;
    font-weight: 400;
    line-height: 200%; /* 2rem */
}
.greeting__text:not(:last-of-type) {
    margin-bottom: 1rem;
}
.greeting__right {
    width: auto;
}
.greeting__img {
    aspect-ratio: 3/4;
    width: 20rem;
    object-fit: cover;
    object-position: center;
    border-radius: 0.25rem;
}
.greeting__name-box {
    margin-top: 1.5rem;
    align-items: baseline;
    justify-content: flex-end;
    gap: 0.75rem;
}
.greeting__name-box--left {
    display: none;
}
.greeting__name-box--right {
    display: flex;
}
.greeting__ceo {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 100%; /* 0.875rem */
    color: var(--black);
}
.greeting__name {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 100%; /* 1.25rem */
    color: var(--black);
}
@media screen and (max-width: 1279px) {
    .greeting__title {
        font-size: 1.5rem;
        margin-bottom: 1.5rem;
    }
    .greeting__img {
        width: 15rem;
    }
}
@media screen and (max-width: 959px) {
    .greeting__img {
        width: 12.5rem;
    }
}
@media screen and (max-width: 767px) {
    .greeting__content {
        flex-direction: column-reverse;
        align-items: stretch;
        justify-content: flex-start;
        gap: 2rem;
    }
    .greeting__img {
        aspect-ratio: 1/1;
        width: 72%;
        margin: 0 auto;
    }
    .greeting__name-box--left {
        display: flex;
    }
    .greeting__name-box--right {
        display: none;
    }
    .greeting__title {
        font-size: 1.5rem;
        margin-bottom: 1.5rem;
    }
    .greeting__text {
        font-size: 0.9375rem;
    }
    .greeting__text:not(:last-of-type) {
        margin-bottom: 0.75rem;
    }
    .greeting__video-bottom {
        padding: 1.25rem 0;
    }
    .greeting__video-svg {
        width: 1.25rem;
        height: 1.25rem;
        right: 1.25rem;
    }
}

/* --------------------------------------------------- */
/* daily_life */
/* --------------------------------------------------- */
.swiper-slide {
    width: 23.75rem !important;
    height: auto !important;
    display: flex !important;
    flex-direction: column;
}
.daily_life__card-time {
    border-radius: 0.25rem 0.25rem 0rem 0rem;
    background: var(--main);
    display: flex;
    padding: 1rem 1.25rem;
    align-items: center;
}
.daily_life__card-title {
    color: var(--white);
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 100%; /* 1.125rem */
}
.daily_life__card-desc {
    border-radius: 0rem 0rem 0.25rem 0.25rem;
    background-color: var(--white);
    padding: 1.25rem 1.25rem 0.875rem;
    flex: 1;
}
.daily_life__card-heading {
    color: var(--black);
    font-size: 1rem;
    font-weight: 600;
    line-height: 100%; /* 1rem */
    margin-bottom: 0.5rem;
}
.daily_life__card-text {
    color: var(--black);
    font-size: 1rem;
    font-weight: 400;
    line-height: 175%; /* 1.75rem */
}
@media screen and (max-width: 767px) {
    .swiper-slide {
        width: 17.5rem !important;
    }
    .daily_life__card-time {
        padding: 0.75rem 1rem;
    }
    .daily_life__card-title {
        font-size: 0.9375rem;
    }
    .daily_life__card-desc {
        padding: 1rem 1rem 0.75rem;
    }
    .daily_life__card-heading {
        font-size: 0.9375rem;
        margin-bottom: 0.375rem;
    }
    .daily_life__card-text {
        font-size: 0.9375rem;
    }
}

/* --------------------------------------------------- */
/* voices */
/* --------------------------------------------------- */
.voices__container {
    border-radius: 0.5rem;
    background: var(--base-on_color);
    padding: 1.75rem;
}
.voices__container:first-of-type {
    margin-bottom: 2rem;
}
.voices__name {
    margin-bottom: 1.75rem;
    display: flex;
    align-items: flex-end;
    gap: 1rem;
}
.voices__name-text {
    color: var(--black);
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 100%; /* 1.5rem */
}
.voices__name-job {
    color: var(--black);
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 100%; /* 0.875rem */
}
.voices__desc {
    border-radius: 0.25rem;
    background: var(--white);
    display: flex;
    padding: 1.125rem 1.5rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
    align-self: stretch;
}
@media screen and (max-width: 767px) {
    .voices__container {
        padding: 1.25rem;
    }
    .voices__container:first-of-type {
        margin-bottom: 1.25rem;
    }
    .voices__name {
        margin-bottom: 1.25rem;
        gap: 0.75rem;
    }
    .voices__name-text {
        font-size: 1.25rem;
    }
    .voices__name-job {
        font-size: 0.8125rem;
    }
    .voices__desc {
        padding: 1rem 1.25rem;
    }
    .voices__desc-text {
        font-size: 0.9375rem;
    }
}

/* --------------------------------------------------- */
/* information */
/* --------------------------------------------------- */
.information__table {
    background-color: #fff;
}
.information__link {
    display: inline;
    text-decoration: underline;
    transition: opacity 0.3s;
}
.information__link:hover {
    opacity: 0.5;
}
.information__list {
    list-style: decimal;
    padding: 0.375rem 0;
    padding-left: 1.1rem;
}
.information__item {
    font-size: 1rem;
    font-weight: 600;
    line-height: 100%; /* 1rem */
}
.information__item-text {
    margin: 0.625rem 0 -0.375rem;
}
.information__container {
    display: flex;
    gap: 1.75rem;
    padding: 0.375rem 0;
}
.information__box-text {
    color: var(--black);
    font-size: 1rem;
    font-weight: 600;
    line-height: 100%; /* 1rem */
    margin-bottom: 1rem;
}
.information__banner {
    height: 3.5rem;
    width: auto;
    object-fit: cover;
    object-position: center;
}
.information__banner--baito {
    border: 1px solid var(--line);
}
@media screen and (max-width: 1279px) {
    .information__container {
        flex-direction: column;
    }
}
@media screen and (max-width: 959px) {
    #information th {
        width: 5.5rem;
    }
}
@media screen and (max-width: 767px) {
    #information th {
        width: 4.75rem;
        padding: 1.25rem;
        font-size: 0.9375rem;
    }
    #information td {
        padding: 1.25rem 1.25rem 1.25rem 0;
        font-size: 0.9375rem;
    }
    .information__list {
        padding: 0.25rem 0;
        padding-left: 1.1rem;
    }
    .information__item {
        font-size: 0.9375rem;
    }
    .information__item-text {
        font-size: 0.9375rem;
    }
    .information__container {
        gap: 1.5rem;
    }
    .information__box-text {
        font-size: 0.9375rem;
        line-height: 140%;
    }
}
