@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #FFFFFF;
    font-family: 'Noto Serif JP', serif;
}

header {
    padding: 16px 0 0 0;
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}

.top-header {
    display: flex;
    width: 100%;
    padding: 0 32px;
}

.top-header__logo {
    flex-basis: 45%;
    width: 100%;
    padding: 10px 0;
}

.top-header__logo-image {
    width: 100%;
    max-width: 477px;
    height: auto;
}

.top-header__contact {
    display: flex;
    flex-basis: 55%;
    column-gap: 24px;
    justify-content: flex-end;
}

.top-header__menu-button--mobile {
    display: none;
}

.top-header__contact-line {
    display: flex;
    max-width: 316px;
    width: 100%;
}

.top-header__contact-line-qr {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px dashed #0FC654;
    max-width: 120px;
    max-height: 120px;
    width: 100%;
    height: 100%;
}

.top-header__contact-line-qr-image {
    max-width: 116px;
    max-height: 116px;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.top-header__contact-line-text {
    display: flex;
    flex-direction: column;
    padding: 13px 0 13px 16px;
}

.top-header__contact-line-text-title {
    font-size: 24px;
    font-weight: 700;
    color: #0FC654;
}

.top-header__contact-line-text-description {
    color: #1C1C1C;
    font-size: 18px;
    font-weight: 700;
}

.top-header__contact-aitantei {
    display: flex;
    max-width: 316px;
    width: 100%;
    text-decoration: none;
}

.top-header__contact-aitantei-qr {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px dashed #FF732D;
    max-width: 120px;
    max-height: 120px;
    width: 100%;
    height: 100%;
}

.top-header__contact-aitantei-qr-image {
    max-width: 116px;
    max-height: 116px;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.top-header__contact-aitantei-text {
    display: flex;
    flex-direction: column;
    padding: 13px 0 13px 16px;
}

.top-header__contact-aitantei-text-title {
    font-size: 24px;
    font-weight: 700;
    color: #FF732D;
}

.top-header__contact-aitantei-text-description {
    color: #1C1C1C;
    font-size: 18px;
    font-weight: 700;
}

.top-header__contact-email {
    display: flex;
    align-items: center;
    column-gap: 24px;
}

.top-header__contact-email-button {
    display: flex;
    padding: 12.5px;
    background-color: #F95300;
    outline: transparent;
    border: transparent;
    column-gap: 4px;
    cursor: pointer;
    border-radius: 4px;
    border-style: solid;
    border-color: #C24409;
    border-top: 4px;
    border-left: 3px;
    text-decoration: none;
}

.top-header__contact-email-button-icon {
    max-width: 32px;
    height: auto;
}

.top-header__contact-email-text {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Noto Serif JP', serif;
}

.bottom-header {
    padding: 8px 36px 0 36px;
}

.bottom-header__text {
    font-size: 24px;
    color: #636363;
    font-weight: 700;
}

.nav {
    display: flex;
    padding: 13px 32px;
    background-color: #01384D;
}

.nav__item {
    flex: 1;
    text-align: center;
    text-decoration: none;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Noto Serif JP', serif;
    border-right: 1px solid #004964;
}

.nav__item:last-child {
    border-right: none;
}

/* Breadcrumb */
.breadcrumb {
    margin: 24px 0 0 0;
}

.breadcrumb__container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    column-gap: 6px;
}

.breadcrumb__item:first-child {
    color: #636363;
}

.breadcrumb__item {
    font-size: 14px;
    font-weight: 500;
    color: #1C1C1C;
    text-decoration: none;
}

/* Column */
.column {
    margin: 40px 0 0 0;
}

.column__container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    column-gap: 60px;
    flex-direction: column;
}


/* Footer */
.footer-top {
    padding: 32px 0 28px 0;
    background-color: #004964;
}

.footer-top__container {
    display: flex;
    column-gap: 24px;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.footer-top__contact {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #FFFFFF;
    column-gap: 12px;
    font-size: 20px;
    font-weight: 400;
}

.footer-bottom {
    padding: 24px 0;
    background-color: #003346;
}

.footer-bottom__container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.footer-bottom__title {
    font-size: 24px;
    font-weight: 700;
    color: #FFFFFF;
}

.footer-bottom__content {
    margin: 6px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    row-gap: 4px;
}

.footer-bottom__content-item {
    text-decoration: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    border-right: 1px solid #FFFFFF;
    padding: 0 12px;
}

.footer-bottom__content-item:last-child {
    border-right: none;
}

.footer-header__left {
    flex-basis: 55%;
}

.footer-header__left-text {
    font-size: 20px;
    font-weight: 500;
    color: #FFFFFF;
    margin: 12px 0 0 0;
}

.footer-header__right {
    flex-basis: 45%;
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}

.footer-header__right-item {
    display: flex;
    column-gap: 12px;
    justify-content: flex-end;
    align-items: center;
}

.footer-header__right-item-icon {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-header__right-item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-header__right-item-text {
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
}

.footer-header__right-line-button {
    display: flex;
    column-gap: 4px;
    padding: 10px 8px;
    background-color: #5FCA1C;
    border-radius: 4px;
    text-decoration: none;
    box-shadow: 0px 3px 4px 0px #4B6F0F;
}

.footer-header__right-email-button {
    display: flex;
    column-gap: 4px;
    padding: 16px;
    background-color: #F95300;
    border-radius: 4px;
    text-decoration: none;
    box-shadow: 0px 3px 4px 0px #C24409;
}

.footer-header__left-logo {
    max-width: 380px;
    width: 100%;
    height: auto;
}

.footer-header__left-logo img {
    width: 100%;
    height: auto;
}

.footer-header__right-item {
    display: flex;
    column-gap: 12px;
    justify-content: flex-end;
}

.footer-header__right-line-button-text {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Noto Serif JP', serif;
    display: flex;
    align-items: center;
}

.footer-header__right-email-button-text {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Noto Serif JP', serif;
}

/* Company profile */
.company-profile {
    padding: 0 0 60px 0;
}

.company-profile__title {
    font-size: 48px;
    font-weight: 900;
    color: #004964;
    text-align: center;
    margin: 0 0 8px 0;
}

.company-profile__content {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto 0 auto;
    display: flex;
    flex-direction: column;
}

.company-profile__content-item {
    display: flex;
    border-radius: 12px;
    overflow: hidden;
    margin: 0 0 12px 0;
}

.company-profile__content-item-label {
    flex-basis: 33.33%;
    display: flex;
    align-items: center;
    background-color: #8ADAF8;
    color: #ffffff;
    padding: 24px;
    font-size: 32px;
    font-weight: 700;
}

.company-profile__content-item-input {
    flex: 1;
}

/* .company-profile__content-item-label-text {
    font-size: 32px;
    font-weight: 700;
    color: #FFFFFF;
    background-color: #8ADAF8;
    padding: 24px;
} */

.company-profile__content-item-input {
    padding: 28px 32px;
    border: transparent;
    outline: transparent;
    background-color: #F4F4F4;
    font-size: 24px;
    font-weight: 500;
    color: #1C1C1C;
    font-family: 'Noto Serif JP', serif;
}

.banner__container {
    max-width: 1528px;
    width: 100%;
    padding: 32px;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.banner__title {
    color: #FFFFFF;
    font-size: 48px;
    font-weight: 900;
    text-align: center;
}

.banner__description {
    font-size: 24px;
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
}

.banner__title-underline {
    width: 100px;
    border: 2px solid #00AEEF;
    margin: 8px auto;
}


.header__right-line-button {
    display: flex;
    padding: 9.5px;
    background-color: #5FCA1C;
    outline: transparent;
    border: transparent;
    column-gap: 4px;
    cursor: pointer;
    border-radius: 4px;
    border-style: solid;
    border-color: #4B6F0F;
    border-top: 4px;
    border-left: 3px;
    text-decoration: none;
}

.header__right-line-button-text {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Noto Serif JP', serif;
    display: flex;
    align-items: center;
}

.header__right-email-button-text {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Noto Serif JP', serif;
}

.topic-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 24px;
}

.topic-content__item {
    text-decoration: none;
    padding: 20px 24px;
    border: 1px solid #EDEDED;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    row-gap: 8px;
    min-height: 167px;
}

.topic-content__item-title {
    font-size: 16px;
    font-weight: 700;
    color: #1C1C1C;
    /* limit 2 lines */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    /* Fixed height for 2 lines */
    height: 2.4em; /* 1.2em per line * 2 lines */
    line-height: 1.2;
}

.topic-content__item-published-date {
    font-size: 14px;
    font-weight: 400;
    color: #636363;
}

.topic-content__item-description {
    font-size: 14px;
    font-weight: 400;
    color: #1C1C1C;
    /* limit 2 lines */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    /* Fixed height for 2 lines */
    height: 2.4em; /* 1.2em per line * 2 lines */
    line-height: 1.2;
}

.column__left-pagination-item {
    padding: 12px;
    width: 40px;
    height: 40px;
    background-color: #FFFFFF;
    border: 1px solid #F1F1F1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #101828;
    font-size: 16px;
    font-weight: 700;
    border-radius: 8px;
}


.column__left-pagination {
    margin: 16px 0 60px 0;
    display: flex;
    column-gap: 5px;
    justify-content: center;
}

.column__left-pagination-item.active {
    background-color: #00AEEF;
    color: #FFFFFF;
}