header {
    background: rgb(13 154 200);
    position: sticky;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 3;
}

.header-container {
    width: 1400px;
    margin: auto;
    padding: 0 1%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-separate {
    margin: 0;
    border-top: 0;
    border-bottom: solid 1px #fff;
    width: 100%;
    margin: auto;
    transition-duration: 0.2s;
}

header.fixed {
    background: linear-gradient(rgb(0 116 230 / 90%), rgb(5 145 238 / 90%));
    background: rgb(13 154 200 / 90%);
}

.naka .top-h1 {
    margin: 0.67em 0;
    font-size: 2.2em;
    font-weight: 500;
    width: 30%;
    transition-duration: 0.2s;

}

.naka .top-h1 a {
    display: flex;
    align-items: center;
    gap: 4%;
    color: #fff;
}

header.fixed .naka .top-h1 {
    margin: 0.3em 0;
    margin-top: 0.2em;
}

.naka .top-h1-logo-box {}

.naka .top-h1-logo-box img {
    width: auto;
    height: 1.4em;
}

.naka .top-h1-text-box {}

.naka .top-h1-text-sub {
    font-size: 0.5em;
    margin: 0;
}

.naka .top-h1-text-main {
    font-size: 0.8em;
    line-height: 1em;
    margin: 0;
}

.naka .top-nav {
    align-self: stretch;
}

.naka .top-nav>div {
    height: 100%;
}

.naka .top-nav .menu {
    display: flex;
    gap: 2.7em;
    margin: 0;
    height: 100%;
}

.naka .top-nav .menu li {
    display: flex;
    align-items: center;
    position: relative;
    padding: 0.5em 0;
}

.naka .top-nav .menu>li>a {
    color: #fff;
    font-size: 1.1em;
    text-underline-offset: 0.5em;
}

.naka .top-nav .menu li a:hover {
    text-decoration: underline;
}

.naka .top-nav .sub-menu {
    position: absolute;
    top: 90px;
    width: 400px;
    background: #fff;
    padding: 20px;
    height: auto;
    overflow: hidden;
    transition-duration: 0.1s;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    box-shadow: 0px 0px 1px 1px #a3e8ff;
    border: solid 5px #0d9ac8;
    opacity: 0;
    visibility: hidden;
}

.fixed .naka .top-nav .sub-menu {
    top: 75px;
}

.naka .top-nav .menu li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
}

.naka .top-nav .menu li .sub-menu li {
    border-bottom: dotted 1px #ccc;
}

.naka .top-nav .menu li .sub-menu a {
    color: #004c65;
}

.naka .top-nav .menu li .sub-menu li::before {
    content: "-";
    margin-right: 0.5em;
}

.naka .top-member ul {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
    align-items: flex-end;
}

.naka .top-member ul li a {
    display: block;
    background: #FF981F;
    color: #fff;
    padding: 0.1em 1em;
    text-align: center;
    border-radius: 100px;
    font-size: 0.95em;
    font-weight: 300;
    transition-duration: 0.2s;
}

.naka .top-member ul li a i {
    margin-right: 0.3em;
}

.naka .top-member ul li:not(:first-child) a i {
    display: none;
}

.naka .top-member ul li a:hover {
    background: #f9680f;
}

main {}

.naka-title-box {
    position: relative;
}

.naka-h1 {
    color: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    font-size: 2.5em;
    font-weight: 500;
    display: flex;
    align-items: center;
    margin: 0;
    line-height: 1.2em;
}

.naka-h1-box {
    width: 1300px;
    margin: auto;
    text-shadow: 0px 0px 30px #000;
}

.pan {
    padding: 0.3em;
    background: #f4ffbb;
}

.pan ul {
    width: 1300px;
    margin: auto;
    display: flex;
    gap: 1em;
}

.pan-link {
    color: #004c65;
    font-weight: 500;
}

.now-page {}

.content-box {
    margin: 3% 0;
    padding: 0 2%;
    font-size: 1.1em;
    background: #fff;
}

.content-box-password {
    background: none
}

.content-box a {
    color: #195e78;
}

.content-box a:hover {
    text-decoration: underline;

}

.con-p {
    line-height: 1.5em;
    margin: 0;
    background: #fff;
}

.right-p {
    text-align: right;
    margin: 0;
    margin-top: 1em;
}

.default-table {
    width: 100%;
    border-collapse: collapse;
}

.default-table th {
    background: #f4ffbb;
    padding: 1em;
    border: solid 1px #fff;
    font-weight: 500;
    width: 200px;
}

.default-table td {
    padding: 1em 2em;
    background: #fff;
    border-bottom: dotted 1px #d9d9d9;
}

.default-button-box {
    display: flex;
    gap: 20px;
    row-gap: 20px;
    flex-wrap: wrap;
}

.default-button-box a {
    background: #445783;
    padding: 2% 0;
    color: #fff;
    border-radius: 6px;
    width: calc(100% / 4 - 15px);
    text-align: center;
}

.default-button-box p {
    margin: 0;
}

/*ページネーション*/
.wp-pagenavi {
    margin: 40px auto;
    font-size: 14px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
}

.wp-pagenavi a {
    color: #333;
}

.wp-pagenavi a:hover {
    color: #77a0d1;
}

.wp-pagenavi span.current,
.wp-pagenavi a.page {
    margin: 0 10px;
    line-height: 2;
    padding: 0 12px;
    transition: .03s;
    display: block;
    border-bottom: 4px solid transparent;
}

.wp-pagenavi span.current {
    border-bottom: 4px solid #77a0d1;
}

.wp-pagenavi a.page {
    background: none;
}

.wp-pagenavi a.page:hover {
    border-bottom: 4px solid #77a0d1;
}

.wp-pagenavi .first,
.wp-pagenavi .extend {
    margin-right: 15px;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
    display: none;
}

/*法人情報*/
.information-table td {
    min-width: 200px;
    padding: 0.5em 2em;
    border: solid 2px #666;
}

.information-table th {
    border: 0;
    border: solid 2px #666;
    padding: 0.5em 1em;
}

/*事業・活動*/
.activity-button-list {
    display: flex;
    flex-direction: column;
    row-gap: 1em;
    margin: 1em 0;
}

.activity-button {
    background: #CFF3FF;
    display: block;
    padding: 1.2em 2em;
    position: relative;
    overflow: hidden;
    border-radius: 5px 5px 0 0;
    transition-duration: 0.2s;
}

.activity-button:hover {
    background: #91e4ff;
}

.activity-button i {
    color: #10607e;
    position: absolute;
    right: -10em;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 2em;
    transition-duration: 0.2s;
}

.activity-button:hover i {
    right: 1em;
}

.activity-button01 {
    border-bottom: solid 5px #FFA5A5;
}

.activity-button02 {
    border-bottom: solid 5px #FCCF9B;
}

.activity-button03 {
    border-bottom: solid 5px #AAEC4F;
}

.activity-button04 {
    border-bottom: solid 5px #5ed0d7;
}

.activity-button05 {
    border-bottom: solid 5px #8DB9F3;
}

.activity-button06 {
    border-bottom: solid 5px #C6A5FF;
}

.activity-button07 {
    border-bottom: solid 5px #FFA5D6;
}

.activity-button h3 {
    margin: 0;
    color: #353535;
    font-size: 1.3em;
    font-weight: 500;
}

.activity-button p {
    margin: 0;
    color: #5b5b5b;
    font-size: 0.9em;
}

/*社会福祉⼠養成⽀援事業*/
.training-box {
    background: #f0fdff;
    padding: 3% 4%;
    margin-bottom: 4%;
    border: solid 3px #23a2cb;
    border-radius: 10px;
}

.training-box h3 {
    margin: 0;
    margin-bottom: 1em;
    font-size: 1.3em;
}

.training-box dl {
    margin: 0;
    padding: 0 1em;
}

.training-box dt {
    margin: 0;
    font-weight: 500;
    font-size: 0.9em;
    background: #23a2cb;
    color: #fff;
    width: fit-content;
    padding: 0 1em;
    margin-bottom: 0.2em;
    border-radius: 100px;
}

.training-box dd.training-detail {
    margin: 0;
    padding: 0 1em;
    margin-bottom: 1em;
}

.training-box dd.training-detail p {
    margin: 0;
}

.training-box dd.training-detail a {
    color: #195e78;
}

.training-box dd.training-detail a:hover {
    text-decoration: underline;
}

/*第三者評価事業*/
.evaluation-table td {
    min-width: 200px;
}

.evaluation-table tr:first-child td {
    background: #f4ffbb;
}

/*研修事業*/
.info-box-seminar {
    background: #fff;
}

.info-box-seminar .info-box-inner {
    max-height: none;
}

/*新着情報詳細ページ*/
.news-kensyu-box {
    font-size: 1.1em;
}

.news-kensyu-box h3 {
    margin: 0;
    margin-bottom: 1em;
    font-size: 1.3em;
}

.news-kensyu-box dl {
    margin: 0;
    padding: 0 1em;
}

.news-kensyu-box dt {
    margin: 0;
    font-weight: 500;
    font-size: 0.9em;
    background: #23a2cb;
    color: #fff;
    width: fit-content;
    padding: 0 1em;
    margin-bottom: 0.2em;
    border-radius: 100px;
}

.news-kensyu-box dd.news-kensyu-detail {
    margin: 0;
    padding: 0 1em;
    margin-bottom: 2em;
}

.news-kensyu-box dd.news-kensyu-detail p {
    margin: 0;
}

.news-kensyu-box dd.news-kensyu-detail a {
    color: #195e78;
}

.news-kensyu-box dd.news-kensyu-detail a:hover {
    text-decoration: underline;
}

/* リンク */
.link-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1em;
}

.link-list a {}

/* 研修情報詳細 */
.news-kensyu-introduction {
    margin-bottom: 2em;
}

.news-kensyu-introduction p {
    margin: 0;
}

/* 会員専用ページ */
.um_request_name {
    display: none !important;
}

.login-box {
    background: #ff981f;
}

.login-container {
    position: relative;
    width: 1400px;
    margin: auto;
    color: #fff;
    font-weight: 500;
    font-size: 1.2em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logout-btn {
    position: absolute;
    right: 50px;
    top: 0.7em;
    width: 8em;
    height: 2em;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ff981f;
    border-radius: 5px;
}

.logout-btn:hover {
    opacity: 0.8;
}

/* 研修カレンダー */
.google-calendar {
    width: 100%;
    height: 600px;
}