#mv {
    position: relative;
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px 0 0 0;
}
#mv .visual {
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin: auto;
}
#mv h4 {
    width: 85%;
    max-width: 1000px;
    margin: auto;
    font-size: 3.0rem;
    line-height: 1.6;
    color: #151A8C;
    font-weight: 900;
    text-align: center;
    margin-top: 20px;
}
#mv .visual video {
    z-index: 1;
    width: 100%;
}
#mv .visual .txt {
    position: absolute;
    z-index: 10;
    left: 50%;
    transform: translateX(-50%);
    bottom: 40px;
}

@media screen and (max-width: 768px) {
    #mv {
        padding: 20px 0 20px 0;
    }
    #mv h4 {
        font-size: 1.8rem;
    }
    #mv .visual img {
        width: 100%;
    }
    #mv .text img {
       width: 80%;
       margin: auto;
    }
    #mv .visual .txt {
        bottom: 20px;
    }
}

#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 {
    margin-bottom: 80px;
}
#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 {
        padding-bottom: 80px;
        padding-top: 0;
    }
    #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 .nav_link {
        margin-bottom: 40px;
    }
    #top-news .fukuoka_100 {
        width: 100%;
        padding: 0 20px;
        margin: auto;
    }
}

#top-about {
    padding: 0 0 170px 0;
}
#top-about .ttl {
    margin-bottom: 110px;
}
#top-about .ttl h2 {
    font-size: 6.0rem;
    font-weight: bold;
    text-align: center;
    color: #151A8C;
    line-height: 1.6;
}
#top-about .ttl h2 span {
    font-size: 3.8rem;
}
#top-about .ttl p {
    color: #151A8C;
    text-align: center;
    font-weight: bold;
}
#top-about .block {
    padding: 0 50px;
    width: 100%;
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
#top-about .block .item {
    position: relative;
    width: 29%;
    border: 1px solid #151A8C;
    box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.2);
}
#top-about .block .item:first-child {
    padding: 50px 40px 60px 40px;
}
#top-about .block .item:nth-child(2) {
    padding: 61px 40px 60px 40px;
}
#top-about .block .item:nth-child(3) {
    padding: 47px 40px 60px 40px;
}
#top-about .block .item:first-child img {
    width: 73%;
    margin: auto;
    margin-bottom: 27px;
}
#top-about .block .item:nth-child(2) img {
    width: 100%;
    margin: auto;
    margin-bottom: 70px;
}
#top-about .block .item:nth-child(3) img {
    width: 72.2%;
    margin: auto;
    margin-bottom: 18px;
}
#top-about .block .item h3 {
    text-align: center;
    font-size: 3.2rem;
    color: #151A8C;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 35px;
}
#top-about .block .item:nth-child(2) h3 {
    margin-bottom: 57px;
}
#top-about .block .item p {
    line-height: 1.8;
    margin-bottom: 70px;
}
#top-about .block .item a {
    width: 100%;
    padding: 10px 0;

}
#top-about .block .item a span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 13px;
}
#top-about .block .item .num {
    position: absolute;
    width: 75px;
    left: 50%;
    transform: translateX(-50%);
    top: -38px;
}
#top-about .block .item .num img {
    width: 100%;
}
@media screen and (max-width: 768px) {
    #top-about {
        padding-bottom: 28px;
    }
    #top-about .ttl {
        margin-bottom: 60px;
    }
    #top-about .ttl h2 {
        font-size: 2.2rem;
    }
    #top-about .ttl h2 span {
        font-size: 1.8rem;
    }
    #top-about .ttl p {
        font-size: 1.2rem;
    }
    #top-about .block {
        width: 100%;
        padding: 0 38px;
        flex-wrap: wrap;
    }
    #top-about .block .item {
        position: relative;
        width: 100%;
        margin-bottom: 50px;
    }
    #top-about .block .item:first-child {
        padding: 30px 27px 35px 33px;
    }
    #top-about .block .item:nth-child(2) {
        padding: 33px 30px 35px 30px;
    }
    #top-about .block .item:nth-child(3) {
        padding: 26px 30px 35px 30px;
    }
    #top-about .block .item:first-child img {
        width: 140px;
        margin: 0 auto 25px;
    }
    #top-about .block .item:nth-child(2) img {
        width: 220px;
        margin: 0 auto 25px;
    }
    #top-about .block .item:nth-child(3) img {
        width: 140px;
        margin: 0 auto 12px;
    }
    #top-about .block .item h3 {
        font-size: 2.0rem;
        margin-bottom: 10px;
    }
    #top-about .block .item:nth-child(2) h3 {
        margin-bottom: 20px;
    }
    #top-about .block .item p {
        line-height: 1.6;
        margin-bottom: 40px;
    }
    #top-about .block .item .num {
        width: 50px;
        top: -20px;
    }
}

#concept {
    /* padding: 70px 0 135px 0; */
    /* padding-bottom: 135px; */
}
#concept .block {
    width: 100%;
    margin: auto;
    background-color: #F1F1F1;
    padding: 55px 0 60px 0;
}
#concept .block .ttl {
    margin-bottom: 70px;
}
#concept .block .ttl h2 {
    font-size: 6.0rem;
    font-weight: bold;
    text-align: center;
    color: #151A8C;
    line-height: 1.6;
}
#concept .ttl h2 span {
    font-size: 3.8rem;
}
#concept .block .ttl p {
    color: #151A8C;
    text-align: center;
    font-weight: bold;
}
#concept .block .before {
    position: relative;
    width: 83%;
    max-width: 1000px;
    margin: 0 auto 73px;
    background-color: #fff;
    padding: 40px 50px 55px 50px;
    border-radius: 15px;
}
#concept .block .before h3 {
    color: #151A8C;
    text-align: center;
    font-size: 3.8rem;
    line-height: 1.6;
    margin-bottom: 20px;
}
#concept .block .before p {
    text-align: justify;
    line-height: 1.8;
}
#concept .block .before .bnr_pc {
    position: absolute;
    width: 34.5%;
    max-width: 345px;
    left: -73px;
    top: -60px;
}
#concept .block .before .arrow_bottom {
    position: absolute;
    width: 188px;
    bottom: -53px;
    left: 50%;
    transform: translateX(-50%);
}
#concept .block .txt h3 {
    text-align: center;
    font-size: 3.8rem;
    line-height: 1.4;
    color: #151A8C;
    font-weight: bold;
    margin-bottom: 30px;
}
#concept .block .after {
    position: relative;
    width: 83%;
    max-width: 1000px;
    margin: 0 auto 73px;
    background-color: #151A8C;
    border-radius: 15px;
    padding: 50px 40px;
}
#concept .block .after::after {
    position: absolute;
    border: 1px solid #fff;
    content: "";
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    border-radius: 15px;
}
#concept .block .after h3 {
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 3.8rem;
    line-height: 1.6;
    margin-bottom: 25px;
}
#concept .block .after p {
    color: #fff;
    line-height: 1.8;
    font-weight: 600;
}
#concept .block .after .bnr_pc {
    position: absolute;
    z-index: 10;
    width: 34.5%;
    max-width: 345px;
    left: -73px;
    top: -60px;
}
#concept .block .bottom {
    position: relative;
    width: 83%;
    max-width: 1000px;
    margin: auto;
}
#concept .block .bottom h4 {
    font-size: 3.0rem;
    line-height: 1.6;
    color: #151A8C;
    font-weight: 900;
    padding-right: 12%;
}
#concept .block .bottom img {
    z-index: 10;
    position: absolute;
    width: 17.4%;
    max-width: 174px;
    bottom: -125px;
    right: -50px;
}
@media screen and (max-width: 768px) {
    #concept {
        padding-top: 0;
        padding-bottom: 0;
    }
    #concept .block {
        padding: 23px 20px 26px 20px;
    }
    #concept .block .ttl {
        margin-bottom: 35px;
    }
    #concept .block .ttl h2 {
        font-size: 2.2rem;
    }
    #concept .block .ttl h2 span {
        font-size: 1.8rem;
    }
    #concept .block .ttl p {
        font-size: 1.2rem;
    }
    #concept .block .before {
        width: 100%;
        padding: 35px 0px;
        margin: 0 auto 45px;
    }
    #concept .block .before h3 {
        font-size: 2.2rem;
        padding-left: 10px;
        line-height: 1.4;
    }
    #concept .block .before p {
        padding: 0 28px;
        line-height: 1.6;
        font-size: 1.5rem;
    }
    #concept .block .before .bnr_sp {
        position: absolute;
        width: 130px;
        left: -11px;
        top: -25px;
    }
    #concept .block .before .arrow_bottom {
        width: 90px;
        bottom: -25px;
    }
    #concept .block .txt h3 {
        font-size: 2.2rem;
        margin-bottom: 50px;
    }
    #concept .block .txt h3 span {
        background: linear-gradient(transparent 60%, #FFE356 60%);
    }
    #concept .block .after {
        width: 100%;
        margin: 0 auto 25px;
        padding: 45px 30px 35px 30px;
    }
    #concept .block .after::after {
        top: 5px;
        bottom: 5px;
        left: 5px;
        right: 5px;
    }
    #concept .block .after h3 {
        font-size: 2.4rem;
        line-height: 1.4;
        margin-right: 24px;
        margin-bottom: 12px;
    }
    #concept .block .after h3 span {
        display: inline-block;
    }
    #concept .block .after p {
        font-size: 1.5rem;
        line-height: 1.6;
    }
    #concept .block .after .bnr_sp {
        position: absolute;
        z-index: 10;
        width: 126px;
        left: -12px;
        top: -27px;
    }
    #concept .block .bottom {
        width: 100%;
        margin: 80px 0 0 0;
    }
    #concept .block .bottom h4 {
        font-size: 1.8rem;
        padding-right: 0;
    }
    #concept .block .bottom img {
        position: absolute;
        width: 90px;
        bottom: -40px;
        right: 0;
    }
}

#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-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;
    }
}