@charset "utf-8";
/*.TopWinIitem {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    padding: 30px 80px 30px 26px;
    border-radius: 0 12% 12% 0;
    color: #fff;
	box-shadow: 2px 2px 6px rgb(0 0 0 / 60%);
}
.TopWinBox {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}
.TopWinIitemTtl {
    font-size: 3rem;
    font-weight: bold;
}
.TopWinIitemMsg {
    font-size: 1.6rem;
}
.TopWinIitemLinkBox {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
.TopWinIitemLink {
    padding: 14px 38px 14px 16px;
    background-color: #fff;
    border-radius: 6px 36px 36px 6px;
}
.TopWinIitemLink span {
    font-size: 80%;
    display: block;
}
.TopWinIitemLink a {
     font-weight: bold;
}
.TopWinIitem1 {
    background-color: #016fbc;
}
.TopWinIitem1 .TopWinIitemLink a {
   color:#016fbc;
}
.TopWinIitem2 {
    background-color: #0aaf7a;
}
.TopWinIitem2 .TopWinIitemLink a {
    color:#0aaf7a;
}
.TopWinIitem3 {
    background-color: #f0908a;
}
.TopWinIitem3 .TopWinIitemLink a {
    color:#f0908a;
}
.TopWinIitem4 {
    background-color: #f5a202;
}
.TopWinIitem4 .TopWinIitemLink a {
    color: #055555;
}
.TopWinIitem5 {
    background-color: #ec611f;
}
.TopWinIitem5 .TopWinIitemLink a {
    color:#ec611f;
}
@media (min-width: 768px) {
    .TopWinBox {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-around;
        column-gap: 3%;
    }
    .TopWinIitem {
        width: 47%;
    }
}
@media (min-width: 992px) {
    .TopWinBox {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-around;
        column-gap: 3%;
        row-gap:50px;
    }
    .TopWinIitem {
        width: 31%;
    }
    .TopWinIitem {
        padding: 30px 50px 30px 26px;
    }
    .TopWinIitemLink {
        padding: 14px 23px 14px 10px;
    }
}*/
/*---------------------------*/
.swiper {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
}
.swiper-slide {
    background-position: center;
    background-size: cover;
    overflow: hidden;
}
@media screen and (min-width: 992px) {
    .swiper-slide {
        background-position: center;
        background-size: cover;
        width: 50%;
        overflow: hidden;
    }
    .swiper-slide img {
        display: block;
        width: 100%;
    }
}
/*
TOPページ H2見出し（共通）
------------------------------------------------------------*/
.home .ttl h2 {
    color: #151a8c;
    margin-bottom: 32px;
    text-align: center;
    font-family: 'Lobster Two', cursive;
    font-size: clamp(2.4rem, 1.829rem + 2.86vw, 3.2rem);
}
.home .ttl h2 span {
    font-size: 80%;
}
@media (min-width: 768px) {
    .home .ttl h2 {
        font-size: 50px;
        margin-bottom: 50px;
    }
}
/*　TOPページ　セクション区切り
------------------------------------------------------------*/
.home .entry-body .container section {
    padding: 60px 0;
}
@media screen and (min-width: 768px) {
    .home .entry-body .container section {
        padding: 80px 0;
    }
}
@media screen and (min-width: 1200px) {
    .home .entry-body .container section {
        padding: 100px 0;
    }
}
/*top triangle*/
#custom-shape-divider-top {
    position: relative;
    padding: 0;
}
.custom-shape-divider-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}
.custom-shape-divider-top svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 150px;
}
.custom-shape-divider-top .shape-fill {
    fill: #ffffff;
}
.custom-shape-divider-top {
    background-color: #f7f5ef;
}
/*bottom triangle*/
#custom-shape-divider-bottom {
    position: relative;
    padding-top: 0;
}
.custom-shape-divider-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}
.custom-shape-divider-bottom svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 150px;
}
.custom-shape-divider-bottom .shape-fill {
    fill: #ffffff;
}
.custom-shape-divider-bottom {
    background-color: #f7f5ef;
}
/*　TOPページ セクション区切り 余白設定
------------------------------------------------------------*/
#top-msg {
    padding-bottom: 30px;
}
#top-window {
    padding-top: 210px;
    padding-bottom: 160px;
}
#top-news {
    padding-top: 0;
}
/*
TOPページ　ヒーロー
------------------------------------------------------------*/
.hero_sec {
    transition: background 0.5s cubic-bezier(0.4, 0.4, 0, 1);
    background-image: linear-gradient(180deg, #9ed6f2ff 50%, rgba(255, 255, 255, 0) 300px);
}
@media screen and (max-width: 991.98px) {
    .hero_sec {
        background: transparent;
    }
}
.HeroSwiper .swiper-slide-visible.swiper-slide-active {
    border: 2px solid #EEEEEE;
    box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.4);
    position: relative;
}
.HeroSwiper .swiper-controller {
    display: flex;
    gap: 1.6rem;
    align-items: center;
    justify-content: flex-end;
    margin-top: 4rem;
    background: transparent;
}
.HeroSwiper .swiper-controller .swiper-pagination-bullet {
    width: 3rem;
    height: 5px;
    transition: .8s cubic-bezier(.2, 1, .2, 1);
    vertical-align: top;
    background-color: #616161;
    border-radius: 0;
}
.HeroSwiper .swiper-controller .swiper-pagination-bullet-active {
    width: 5rem;
    background-color: #9E9E9E;
}
.HeroSwiper .swiper-slide-prev a {
    pointer-events: none
}
.HeroSwiper .swiper-slide-next a {
    pointer-events: none
}
/*
TOPページ　メッセージ　（otonavi.cssより移動）
------------------------------------------------------------*/
/*背景*/
section#top-msg {
    position: relative;
}
section#top-msg:before {
    content: "";
    width: 60vw;
    height: 80%;
    background-color: rgba(255, 255, 255, 0.8);
    background-image: url(../img/TopBack4.png);
    background-repeat: no-repeat;
    background-size: 44%;
    background-blend-mode: lighten;
    position: absolute;
    top: 10px;
    left: 33.5vw;
    z-index: -1;
}
/*コンテンツ*/
#top-msg .ttl {
    margin-bottom: 32px;
    color: #151A8C;
    font-weight: bold;
}
#top-msg .ttl h2 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    row-gap: 5px;
    /* font-size: 2.2rem;*/
}
#top-msg .ttl h2 span {
    display: block;
}
#top-msg .ttl h2 .span_br1 {
    text-align: left;
}
#top-msg .ttl h2 .span_br2, #top-msg .ttl h2 .span_br3 {
    font-size: clamp(1.6rem, -1.582rem + 12.73vw, 3rem);
    margin-bottom: 5px;
    margin-top: 5px;
}
#top-msg .ttl h2 .span_br4 {
    line-height: 1.4;
}
#top-msg .desc {
    line-height: 1.8;
    max-width: 900px;
    margin: auto;
    font-size: 1.8rem;
    padding: 0 18px;
}
@media (min-width: 768px) {
    #top-msg .ttl h2 {
        display: grid;
        justify-content: center;
        font-size: 2.6rem;
    }
    #top-msg .ttl h2 .span_br1 {
        grid-row: 1/2;
        grid-column: 1/3;
        padding-left: 3rem;
    }
    #top-msg .ttl h2 .span_br2 {
        grid-row: 2/3;
        grid-column: 1/2;
    }
    #top-msg .ttl h2 .span_br3 {
        grid-row: 2 / 3;
        grid-column: 2/3;
    }
    #top-msg .ttl h2 .span_br4 {
        grid-row: 3/4;
        grid-column: 1/3;
        text-align: center;
        margin-top: 3px;
    }
    #top-msg .ttl h2 .span_br2, #top-msg .ttl h2 .span_br3 {
        font-size: 32px;
    }
}
@media (min-width: 992px) {
    #top-msg .ttl h2 {
        font-size: 3.4rem;
    }
    #top-msg .ttl h2 .span_br2, #top-msg .ttl h2 .span_br3 {
        font-size: 43px;
    }
}
@media (min-width: 1200px) {
    #top-msg .ttl h2 {
        font-size: 3.6rem;
        row-gap: 16px;
    }
    #top-msg .ttl h2 .span_br2, #top-msg .ttl h2 .span_br3 {
        font-size: 50px;
    }
}
/*
TOPページ　6つのトビラ
------------------------------------------------------------*/
#top-window {
    background-color: #f7f5ef;
}
.TopWinBox {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    row-gap: 24px;
    /*column-gap: 22px;*/
    width: 100%;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.TopWinIitem {
    position: relative;
    display: flex;
    flex-direction: column;
    /*row-gap: 20px*/ ;
    width: 300px;
    /*width: 370px;*/
    /*background-color: #f0f8ff;*/
    /*border-radius: 0 30px 30px 0;*/
    /*box-shadow: 2px 2px 10px 4px rgb(0 0 0 / 30%);*/
    color: #fff;
}
.TopWinImg img {
    width: 100%;
}
.TopWinCont {
    position: absolute;
    top: 0;
    left: 0;
    display: grid;
    grid-template-rows: 90px 1fr 134px;
    /*row-gap: 10px;*/
    height: 100%;
    /*padding: 20px 34px 34px 18px;*/
    padding: 20px 38px 34px 20px;
}
.TopWinIitemTtl {
    /*justify-self: center;*/
    align-self: center;
    font-size: 30px;
    font-weight: bold;
    /*text-align: center;*/
    line-height: 1.2;
    padding-left: 10px;
    /*padding-top: 20px;*/
    text-shadow: 2px 2px black;
}
.TopWinIitemMsg {
    /*padding-top: 16px;*/
    padding-right: 20px;
    font-size: 16px;
    font-weight: bold;
}
.TopWinIitemLinkBox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 16px;
}
.TopWinIitemLinkBox a {
    position: relative;
    padding: 10px 23px 10px 10px;
    background-color: #fff;
    border-radius: 0 36px 36px 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
    font-size: 16px;
    font-weight: bold;
    transition: 0.3s;
}
.TopWinIitemLinkBox a:hover {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    opacity: 1;
}
.TopWinIitemLink p {
    position: absolute;
    right: 8px;
    font-size: 12px;
    color: #fff;
}
.TopWinIitemLinkBox .ColLink2 {
    padding: 1px 23px 1px 10px;
}
.TopWinIitemLinkBox .ColLink2 span {
    font-size: 12px;
    display: block;
}
.TopWinIitemLinkBox .ColLink2 p {
    top: 10px;
}
.TopWinIitem .TopWinIitemLink, .TopWinIitem .TopWinIitemLink .fa-circle {
    color: #555555;
}
/*ドアノブ*/
.TopWinImg img:last-child {
    position: absolute;
    width: 36px;
    right: 36px;
    top: 46%;
}
/*とびら個別*/
.TopWinIitem.TopWinIitem4 .TopWinIitemMsg {
    padding-top: 40px;
}
.TopWinIitem.TopWinIitem5 .TopWinIitemMsg {
    padding-top: 40px;
}
.TopWinIitem.TopWinIitem6 .TopWinIitemMsg {
    padding-top: 40px;
}
.TopWinIitem1 {
    /*background-color: #0068a9;*/
}
.TopWinIitem1 .TopWinIitemLink, .TopWinIitem1 .TopWinIitemLink .fa-circle {
    /*color: #0068a9;*/
}
.TopWinIitem1 .TopWinIitemLink2 {
    font-size: 15px;
}
.TopWinIitem2 {
    /*background-color: #0DA66E;*/
}
.TopWinIitem2 .TopWinIitemLink, .TopWinIitem2 .TopWinIitemLink .fa-circle {
    /*color: #0DA66E;*/
}
.TopWinIitem3 {
    /*background-color: #EB7B79;*/
}
.TopWinIitem3 .TopWinIitemLink, .TopWinIitem3 .TopWinIitemLink .fa-circle {
    /*color: #EB7B79;*/
}
.TopWinIitem4 {
    /*background-color: #f68e10;*/
}
.TopWinIitem4 .TopWinIitemLink, .TopWinIitem4 .TopWinIitemLink .fa-circle {
    /*color: #a56c00;*/
}
.TopWinIitem5 {
    /*background-color: #F25922;*/
}
.TopWinIitem5 .TopWinIitemLink, .TopWinIitem5 .TopWinIitemLink .fa-circle {
    /*color: #F25922;*/
}
.TopWinIitem5 .TopWinIitemTtl {
    font-size: 26px;
    text-align: center;
}
.TopWinIitem5 .TopWinIitemTtl span {
    font-size: 80%;
}
.TopWinIitem6 {
    /*background-color: #8E61C0;*/
}
.TopWinIitem6 .TopWinIitemLink, .TopWinIitem6 .TopWinIitemLink .fa-circle {
    /*color: #8e61c1;*/
}
@media (min-width: 768px) {
    .TopWinBox {
        max-width: 720px;
        /*row-gap: 50px;*/
    }
}
@media (min-width: 992px) {
    .TopWinBox {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .TopWinBox {
        max-width: 1140px;
    }
}
/*
TOPページ　お知らせ
------------------------------------------------------------*/
#top-news {
    /*padding: 70px 0 135px 0;*/
}
/*#top-news .ttl {
    margin-bottom: 90px;
}
#top-news .ttl h2 {
    font-size: 6.0rem;
    font-weight: bold;
    text-align: center;
    color: #151A8C;
    line-height: 1.6;
}
#top-news .ttl h2 span {
    font-size: 3.8rem;
}
#top-news .ttl p {
    color: #151A8C;
    text-align: center;
    font-weight: bold;
}*/
#top-news .block {
    padding: 0 50px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 110px;
    display: flex;
    justify-content: flex-start;
}
#top-news .block .item {
    display: block;
    position: relative;
    width: 30%;
    margin-right: 5%;
}
#top-news .block .item.limit:nth-child(4) {
    display: none;
}
#top-news .block .item:nth-child(3n) {
    margin-right: 0;
}
#top-news .block .item .thumbnail {
    position: relative;
    margin-bottom: 20px;
}
#top-news .block .item img {
    width: 100%;
    aspect-ratio: 9 / 5;
    object-fit: cover;
}
#top-news .block .item .thumbnail .new {
    position: absolute;
    padding: 3px 20px;
    color: #fff;
    color: #151A8C;
    background-color: #FFE356;
    font-weight: bold;
    left: 0;
    top: 0;
}
#top-news .block .item .tag {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
#top-news .block .item .tag li {
    background-color: #151A8C;
    color: #fff;
    text-align: center;
    padding: 5px 20px;
    font-size: 1.4rem;
}
#top-news .block .item .tag .date {
    font-weight: bold;
    color: #333;
}
#top-news .block .item .ttl {
    color: #151A8C;
    text-decoration: underline;
    font-size: 2.0rem;
    line-height: 1.6;
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 0;
}
#top-news .nav_link a {
    width: 405px;
    font-size: 20px;
    padding: 18px 0;
    margin: auto;
}
#top-news .fukuoka_100 {
    width: 50%;
    max-width: 640px;
    margin: auto;
}
#top-news .fukuoka_100 img {
    width: 100%;
}
@media screen and (max-width: 768px) {
    /*    #top-news .ttl {
        margin: 0 auto 40px;
    }
    #top-news .ttl h2 {
        font-size: 2.2rem;
    }
    #top-news .ttl h2 span {
        font-size: 1.8rem;
    }*/
    #top-news .block {
        width: 100%;
        padding: 0 20px;
        flex-wrap: wrap;
        margin-bottom: 15px;
    }
    #top-news .block .item {
        width: 47%;
        margin-bottom: 40px;
        margin-right: 6%;
    }
    #top-news .block .item:nth-child(2n) {
        margin-right: 0;
    }
    #top-news .block .item:nth-child(3n) {
        margin-right: 6%;
    }
    #top-news .block .item.limit:nth-child(4) {
        display: block;
    }
    #top-news .block .item .tag {
        margin-bottom: 10px;
    }
    #top-news .block .item .tag li {
        padding: 5px 10px;
        font-size: 1.0rem;
    }
    #top-news .block .item .tag .date {
        font-size: 1.4rem;
    }
    #top-news .block .item .ttl {
        margin-bottom: 15px;
        line-height: 1.4;
        -webkit-line-clamp: 3;
        font-size: 1.5rem;
    }
    #top-news .block .item .date {
        font-weight: bold;
        color: #333;
        font-size: 1.2rem;
    }
    #top-news .nav_link a {
        width: 284px;
        font-size: 1.5rem;
        padding: 10px 0;
    }
    #top-news .fukuoka_100 {
        width: 100%;
        padding: 0 20px;
        margin: auto;
    }
}
/*------------------------------------------------------------------*/
/*
TOPページ　お知らせ　#top-news
------------------------------------------------------------*/
.cat_list {
    max-width: 768px;
    margin-bottom: 50px;
}
.cat_list_item {
    position: relative;
    margin-bottom: 20px;
    padding: 20px 70px 20px 20px;
    text-align: left;
    background-color: #f7f5ef;
    border: 1px solid #EEEEEE;
    border-radius: 1.25rem;
}
.cat_list_item .fa-stack {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    color: #c5c5c5;
    font-size: 18px;
}
.cat_list_item .fa-play {
    color: #fcfcfc;
}
.tagList_cat {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 8px;
}
.tagList_cat li {
    padding: 0 6px;
    font-size: 12px;
    border: 1px solid #151a8c;
    color: #151a8c;
    border-radius: 5px;
}
.catList_date {
    margin-bottom: 4px;
}
.catList_ttl a {
    color: #333;
    font-weight: bold;
    transition: 0.3s;
}
.catList_ttl a:hover {
    text-decoration: underline;
    color: #151a8c;
}
@media (min-width: 768px) {
    .cat_list {
        margin: 0 auto 70px;
    }
    .cat_list_item {
        display: grid;
        grid-template-columns: 16ch 1fr;
        row-gap: 5px;
    }
    .catList_date {
        margin-bottom: 0;
    }
    .tag_list {
        display: flex;
        flex-wrap: wrap;
        gap: 5px;
        align-items: flex-start;
    }
    .tagList_cat {
        margin-bottom: 0;
    }
    .tagList_cat li {
        white-space: nowrap;
    }
    .catList_ttl {
        grid-column: 1 / 3;
        font-size: 1.6rem;
        display: flex;
        align-items: center;
    }
    .catList_ttl span.new {
        margin-right: 1rem;
        padding: 0 10px;
        font-size: 1.4rem;
        letter-spacing: 0.07rem;
        color: #fff;
        background-color: #C62828;
        border-radius: 5px;
    }
    .catList_ttl a {
        font-size: 2.0rem;
    }
}
/*
TOPページ　3ボックス　#top-toc
------------------------------------------------------------*/
/* section top-toc 3ボックス */
#top-toc .top-tocBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 2rem;
    row-gap: 4rem;
}
#top-toc .top-tocItem {
    width: 100%;
    padding: 2rem 2rem 0;
    border-radius: 10px;
    background: #e3dbde;
    background-image: radial-gradient(circle, #fafafa, 0.3px, transparent 0.3px);
    background-position: 0 0;
    background-size: 3px 3px;
}
#top-toc .top-tocItem2 {
    background: #d5ffa0;
    background-image: radial-gradient(circle, #d5e1c5, 0.5px, transparent 0.5px);
    background-size: 3px 3px;
}
#top-toc .top-tocItem3 {
    background: #9deef1;
    background-image: radial-gradient(circle, #ffffff, 0.5px, transparent 0.5px);
    background-size: 3px 3px;
}
#top-toc .top-tocItemH {
    height: 78px;
    font-family: 'Great Vibes', cursive;
    font-size: 2.6em;
    color: #f0f8ff;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.6;
    transform: skew(-14deg, -10deg);
    text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.8);
}
#top-toc .top-tocItem1 .top-tocItemH {
    font-size: 3em;
    letter-spacing: 0.1em;
}
#top-toc .top-tocItemTtl {
    /*display: inline-block;*/
    position: relative;
    max-width: 300px;
    margin: 0 auto 14px;
    padding: 1rem 2rem;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    background: #f0f8ff;
    border-radius: 20px;
    border: 1px solid #151a8c;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    color: #151a8c;
}
/* 吹き出しの「しっぽ」部分 */
#top-toc .top-tocItemTtl::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 26px solid transparent;
    border-top: 15px solid #151a8c;
    filter: drop-shadow(0 2px 1px rgba(0, 0, 0, 0.1));
}
/* しっぽの内部色 */
#top-toc .top-tocItemTtl::before {
    content: '';
    position: absolute;
    bottom: -13px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 24px solid transparent;
    border-top: 13px solid #f0f8ff;
    z-index: 1;
}
#top-toc .top-tocItemMsg {
    font-size: 1.6rem;
    background-color: rgb(255 255 255 / 40%);
    padding: 8px;
    border-radius: 8px;
    border: 1px solid #fff;
}
#top-toc .top-tocItemLink2 {
    margin: 0 -20px;
    padding: 2rem 0;
    background-color: #bba796;
    border-radius: 0 0 10px 10px;
    text-align: center;
}
#top-toc .top-tocItem2 .top-tocItemLink2 {
    background-color: #76d200;
}
#top-toc .top-tocItem3 .top-tocItemLink2 {
    background-color: #0cc0df;
}
#top-toc .top-tocItemLink2 a {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
}
@media (min-width: 768px) and (max-width: 991px) {
    .top-tocItemMsg br {
        display: none;
    }
}
@media (min-width: 992px) {
    #top-toc .top-tocBox {
        display: flex;
        justify-content: space-between;
        gap: 40px;
    }
    #top-toc .top-tocItem {
        width: 31%;
        margin: 0;
        flex: 1;
        display: flex;
        flex-direction: column;
        border: 1px solid #ccc;
        border-radius: 8px;
        box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
        overflow: hidden;
    }
    #top-toc .top-tocItemTtl {
        width: 100%;
        max-width: none;
    }
    #top-toc .top-tocItemMsg {
        flex-grow: 1;
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }
    #top-toc .top-tocItemLink2 a {
        font-size: 18px;
    }
}
@media (min-width: 1200px) {
    #top-toc .top-tocItemLink2 a {
        font-size: 20px;
    }
}
/*
自分の経験を誰かに伝える、教える バナー　#top-tocBtn
------------------------------------------------------------*/
#top-tocBtn .top-tocBtn .ttl {
    font-size: 2.2rem;
    font-weight: bold;
    color: #151A8C;
}
#top-tocBtn .top-tocBtn .bnrImg {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    gap: 20px;
}
#top-tocBtn .top-tocBtn .bnrImg img {
    max-height: 200px;
    margin: auto
}
.bnrImgItem {
    position: relative;
}
.bnrImgItem p {
    position: absolute;
    top: 0;
    font-size: 2rem;
    color: #fff;
}
@media (min-width: 768px) {
    #top-tocBtn .top-tocBtn .ttl {
        font-size: 6.0rem;
    }
}
@media (min-width: 992px) {
    #top-tocBtn .top-tocBtn .bnrImg {
        flex-direction: row;
    }
}
/*
社会参加を受け入れ・告知 バナー　#top-tocBnr
------------------------------------------------------------*/
/* section top-toc バナー*/
#top-tocBnr .top-tocBnr {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding: 4rem 2rem;
    background-color: #151A8C;
    border-radius: 15px;
    max-width: 900px;
    margin: auto;
}
#top-tocBnr .top-tocBnr::after {
    position: absolute;
    border: 1px solid #fff;
    content: "";
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    border-radius: 15px;
}
#top-tocBnr .top-tocBnr .top-tocBnrTtl {
    /*margin-bottom: 2rem;*/
    color: #fff;
    text-align: center;
    font-weight: bold;
    line-height: 1.8;
    font-size: 2.4rem;
}
#top-tocBnr .top-tocBnr .top-tocBnrMsg {
    color: #fff;
    line-height: 1.8;
    font-weight: 600;
    font-size: 1.5rem;
}
#top-tocBnr .top-tocBnrLink.nav_link a {
    max-width: 405px;
    padding: 18px 0;
    box-shadow: 5px 5px 0px 0px #BDBDBD;
}
#top-tocBnr .top-tocBnrImgBox {
    position: absolute;
    width: 18%;
    top: -20%;
    left: 5px;
    z-index: 1;
}
@media screen and (min-width: 768px) {
    #top-tocBnr .top-tocBnr::after {
        top: 10px;
        bottom: 10px;
        left: 10px;
        right: 10px;
    }
    #top-tocBnr .top-tocBnr .top-tocBnrTtl {
        margin-bottom: 25px;
        font-size: 3.8rem;
    }
    #top-tocBnr .top-tocBnr .top-tocBnrMsg {
        font-size: 1.7rem;
    }
    #top-tocBnr .top-tocBnrImgBox {
        width: 16%;
    }
}
@media (min-width: 992px) {
    #top-tocBnr .top-tocBnrImgBox {
        top: 50px;
        left: 3%;
    }
}
/*
福岡オトナビについて
------------------------------------------------------------*/
#top-about .ttl {
    margin-bottom: 60px;
}
#top-about .ttl h2 {
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
    color: #151A8C;
}
#top-about .ttl h2 span {
    font-size: 1.8rem;
}
#top-about .ttl p {
    font-weight: bold;
    font-size: 1.6rem;
    text-align: center;
    color: #151A8C;
}
#top-about .block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 50px;
}
#top-about .block .item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    padding: 30px 0 40px;
    border: 1px solid #151A8C;
    box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.2);
}
#top-about .block .item > img {
    width: 100%;
    max-width: 240px;
    margin-bottom: 20px;
}
#top-about .block .item a {
    width: 100%;
    padding: 10px 0;
    font-size: 20px;
    background-color: #fff;
}
#top-about .block .item a span {
    position: absolute;
    top: 50%;
    right: 13px;
    transform: translateY(-50%);
}
#top-about .block .item .num {
    width: 100px;
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 15px;
    background: #fff;
}
#top-about .block .item h3 {
    margin-bottom: 10px;
    font-size: 2.6rem;
    color: #151A8C;
}
#top-about .block .item h3 span {
    padding: 0 3px;
    font-size: 84%;
}
#top-about .block .item p {
    margin-bottom: 16px;
    font-size: 1.6rem;
    text-align: center;
}
#top-about .block .nav_link {
    max-width: 470px;
    margin: auto;
    padding: 0 2rem;
}
@media screen and (min-width: 768px) {
    #top-about .ttl h2 span {
        font-size: 3.8rem;
    }
    #top-about .ttl h2 {
        font-size: 6.0rem;
    }
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
    #top-about .block .item {
        display: grid;
        grid-template-columns: 40% 1fr;
        grid-template-rows: auto;
        align-items: center;
        row-gap: 10px;
        column-gap: 4rem;
        padding: 30px 20px 50px;
    }
    #top-about .block .item h3 {
        grid-column: 2/3;
        margin: 0;
    }
    #top-about .block .item p {
        grid-column: 1/3;
        margin: 0;
    }
    #top-about .block .nav_link {
        grid-column: 1/3;
    }
    #top-about .block .item > img {
        grid-column: 2/1;
        justify-self: center;
        margin: 0;
    }
}
@media screen and (min-width: 992px) {
    #top-about .block {
        flex-wrap: nowrap;
        flex-direction: row;
        column-gap: 30px;
    }
    #top-about .block .item {
        width: 33.3333%;
        padding: 30px 15px 50px;
    }
    #top-about .block .item h3 {
        display: flex;
        align-items: end;
        margin-bottom: 16px;
        font-size: 2.5rem;
        line-height: normal;
    }
    #top-about .block .item p br {
        display: block;
    }
}
/*
TOPページ　フッタ上　バナー
------------------------------------------------------------*/
#top_btm .fukuoka_100 {
    text-align: center;
    padding: 70px 0;
}
#top_btm .fukuoka_100 img {
    margin: auto;
}
/****************************************
TOPページ　移設　不明
------------------------------------------------------------*/
/*#top-kickoff {
    padding: 0 0 155px 0;
}
#top-kickoff .bnr_kickoff {
    width: 58%;
    max-width: 700px;
    margin: 0 auto 38px;
}
#top-kickoff h2 {
    text-align: center;
    margin-bottom: 28px;
    color: #151A8C;
    font-weight: bold;
    font-size: 3.8rem;
    line-height: 1.4;
}
#top-kickoff p {
    width: fit-content;
    margin: auto;
    display: block;
    line-height: 1.8;
    margin-bottom: 90px;
}
#top-kickoff a {
    width: 405px;
    font-size: 20px;
    padding: 18px 0;
    margin: auto;
}
@media screen and (max-width: 768px) {
    #top-kickoff {
        padding-bottom: 65px;
    }
    #top-kickoff .bnr_kickoff {
        width: 100%;
        padding: 0 20px;
        margin: 0 auto 20px;
    }
    #top-kickoff h2 {
        font-size: 2.2rem;
        margin-bottom: 15px;
    }
    #top-kickoff p {
        width: 100%;
        padding: 0 35px;
        line-height: 1.6;
        margin-bottom: 50px;
    }
    #top-kickoff a {
        width: 284px;
        padding: 10px 0;
        font-size: 1.5rem;
    }
}*/
/*
TOPページ　移設　不明
------------------------------------------------------------*/
/*#top-charange {
    margin-bottom: 256px;
}
#top-charange .top {
    padding-top: 20px;
    position: relative;
    background-color: #DCEBD8;
}
#top-charange .top img {
    width: 90%;
}
#top-charange .top .logo {
    position: absolute;
    width: 20%;
    top: 60px;
    right: 50px;
}
#top-charange .top .logo img {
    width: 100%;
}
#top-charange .area {
    margin: 30px 0 120px 0;
    padding: 60px 0;
    background-image: url('../img/bg-100.svg');
    background-position: center center;
    background-repeat: no-repeat;
}
#top-charange .area .txt {
    max-width: 1110px;
    margin: 0 auto;
    color: #1D2088;
}
#top-charange .area .txt img {
    width: 100%;
}
#top-charange .nav_link a {
    width: 405px;
    font-size: 20px;
    padding: 18px 0;
    margin: auto;
    background-color: #fff;
}
#top-charange .nav_link a img {
    width: 15px;
}
@media screen and (max-width: 768px) {
    #top-charange {
        margin-bottom: 110px;
    }
    #top-charange .top {
        padding-top: 30px;
    }
    #top-charange .top img {
        width: 100%;
    }
    #top-charange .top .logo {
        position: relative;
        top: 0;
        left: 0;
    }
    #top-charange .top .logo img {
        margin: 0 0 0 20px;
        width: 100%;
    }
    #top-charange .area {
        margin: 60px 0 40px 0;
        padding: 40px 0;
        background-image: url('../img/bg-100.svg') no-repeat;
        background-position: top center;
        background-size: contain;
    }
    #top-charange .area .txt {
        width: 100%;
        margin: 0 auto;
        padding: 0 25px;
    }
    #top-charange .nav_link a {
        width: 284px;
        font-size: 1.5rem;
        padding: 10px 0;
    }
}*/