/*======================================================

タイトル

======================================================*/

.lower-top-single-area {
    width: 100%;
    height: 50vh;
    position: relative;
    margin-bottom: -40px;
}

.lower-right-single-img {
    background: url(../images/bk-lower02.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 50%;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.lower-top-single-title {
    position: absolute;
    top: 50%;
    left: 20%;
    transform: translate(-50%, -50%);
}

.lower-top-single-title h2 {
    font-size: clamp(22px, 3vw, 48px);
}

.lower-top-single-title .block {
    display: block;
    margin-top: 30px;
}

.lower-top-single-title span {
    display: inline-block;
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    background: linear-gradient(270deg, #3c9ab1 0%, #f08c1e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.main_bk {
    background-color: #f6f7f8;
    border-radius: 50px 50px 0 0;
    padding: 20px 20px 100px;
    position: relative;
}


@media screen and (min-width:768px) and (max-width:999px) {
    .lower-right-single-img {
        background-size: 65%;
    }
}

@media screen and (max-width:767px) {
    .lower-right-single-img {
        background-size: 80%;
    }
}

@media screen and (max-width:560px) {
    .lower-top-single-title .block {
        display: block;
        margin-top: 15px;
    }

    .lower-right-single-img {
        background-size: cover;
        background-position: 50px bottom;
    }
}

/*======================================================

スライドショー

======================================================*/


.top_images {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}



.top_images_lower {
    /*background: url(../images/img04.jpg);*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.bk_mask {
    /*background-color: rgba(0, 0, 0, 0.3);*/
    width: 100%;
    height: 100%;
    text-align: center;
}

.bk_mask img {}

.main_lower {}

.main_lower p {
    text-align: center;
}



@media screen and (max-width:1430px) {
    .top_images_lower {
        height: 100%;
    }

    .bk_mask {
        height: 100%;
    }
}


/*======================================================

パンクズリスト

======================================================*/

.breadcrumbs {
    max-width: 1300px;
    padding: 10px 20px 50px;
    margin: 0 auto;
}

.breadcrumbs ul {
    list-style: none;
}

.breadcrumbs li {
    display: inline;
    font-size: 12px;
}

.breadcrumbs li a {
    color: inherit;
    text-decoration: none;
    color: #1b5c5c;
}

.breadcrumb {
    padding: 0;
}


/*-----------------------------

お知らせページ

-----------------------------*/
/*
.main_lower {
    max-width: 1300px;
    margin: 50px auto;
    padding: 0 20px;
}

.news-classification {
    display: inline-block;
    font-size: 11px;
    line-height: 1;
    letter-spacing: .03em;
    padding: 4px 12px;
    border: 2px solid #DDDDDD;
    border-radius: 11px;
    color: #fff;
    background-color: #62bec9;
    margin-left: 10px;
}

.news-row_wrapper {
    list-style: none;
}

.news-date_wrapper {
    display: flex;
    padding: 10px 5px;
}

.news-row_wrapper a {
    text-decoration: none;
    color: #636363;
}

.news-content {
    padding: 10px 5px;
    border-bottom: 1px solid #ccc;
}
*/
.main_single {
    max-width: 1300px;
    margin: 0 auto;
    padding: 80px 80px;
    background-color: #fff;
    border-radius: 50px;
}

/*
.main_single_title {
}

.main_single_title h1 {
    padding: 12px 0px 30px;
    color: #333333;
    font-weight: bold;
    font-size: 22px;
}

.content h2 {
    font-weight: bold;
    margin-bottom: 5px;
}

.content h3 {
    font-weight: bold;
    margin-bottom: 5px;
}

.main_single_title a {
    text-decoration: none;
}

.news-detail__btn {
    margin-top: 70px;
    padding-top: 35px;
}

.news-detail__btn a {
    background: #62bec9;
    color: #fff;
    display: inline-block;
    margin: 20px 5px 0;
    padding: 5px 10px;
    text-decoration: none;
}

.more-btn {
    background: #f5f5f5;
    color: #62bec9;
    display: inline-block;
    margin: 20px 5px 0;
    padding: 5px 10px;
    text-decoration: none;
}

.tab-content {
    display: none;
}

.tab-content.current {
    display: block;
}

.tab-btn {
    transition: all 0.3s ease;
}

.news-tabs {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
}

.tab {
    cursor: pointer;
    background: #eee;
    border-radius: 4px;
}

.tab a {
    cursor: pointer;
    padding: 0.5rem 1rem;
    background: #eee;
    border-radius: 4px;
}

.tab.current {
    background: #62bec9;
    color: #fff;
    padding: 0.5rem 1rem;
    font-weight: bold;
}

.tab-news-all {
    padding: 0.5rem 1rem;
}

.tab-news {
    padding: 0.5rem 1rem;
}

.tab-btn.active a {
    background-color: #62bec9;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    border-radius: 4px;
}

.tab-btn a {
    display: block;
    cursor: pointer;
    padding: 0.5rem 1rem;
    background: #eee;
    color: #636363;
    border-radius: 4px;
    text-decoration: none;
}

.page-numbers {
    display: inline-block;
    margin: 20px 5px 0;
    padding: 5px 10px;
    background: #f5f5f5;
    text-decoration: none;
}

.page-numbers.current {
    background: #62bec9;
    color: #fff;
}

.wp-pagenavi {
    margin-top: 30px;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
    border-color: #636363 !important;
}
*/

/*---------------------------------------

お知らせ詳細

----------------------------------------*/

.singlepage .top_images {
    margin-bottom: 50px;
}

.singlepage p {
    line-height: 1.8;
}

.singlepage li {
    line-height: 1.8;
    list-style: unset;
}

.wp-block-list li {
    margin-left: 20px;
}

.singlepage h2 a {
    color: #636363;
}


.time_cate_area {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.time_cate_area .post-date {
    color: #cbcbcb;
}

.cate_single {
    display: inline-block;
    font-size: 11px;
    line-height: 1;
    letter-spacing: .03em;
    padding: 2px 12px;
    border: 1px solid #1b5c5c;
    border-radius: 20px;
    color: #1b5c5c;
    margin-left: 10px;
    font-weight: bold;
}

.news-detail__btn_single {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 10px;
}

.news-detail-btn {
    max-width: 1300px;
    margin: 50px auto 0;
    text-align: center;
}

.news-detail__btn_single a {
    border-radius: 50px;
    background-color: #fff;
    color: #1b5c5c;
    border: 1px solid #1b5c5c;
    padding: 10px 20px;
    text-decoration: none;
    display: block;
    max-width: 150px;
    width: 150px;
    text-align: center;
    transition: 0.3s;
}

.news-detail__btn_single a:hover {
    color: #fff;
    background-color: #1b5c5c;
    border: 1px solid #1b5c5c;
}

.more-btn_single {
    margin: 0 auto;
    background-color: #fff;
    color: #62bec9;
    border: 1px solid #62bec9;
    padding: 10px 20px;
    text-decoration: none;
    display: block;
    max-width: 310px;
    width: 310px;
    text-align: center;
    transition: 0.3s;
}

.more-btn_single:hover {
    color: #fff;
    background-color: #62bec9;
    border: 1px solid #62bec9;
}


/*ボタン 一覧を見る*/

.news-detail-btn .news_button {
    cursor: pointer;
    font-weight: 700;
    font-family: Helvetica, "sans-serif";
    padding: 12px 20px;
    max-width: 200px;
    width: 100%;
    border-radius: 100px;
    background-image: linear-gradient(180deg, #2a6f7a, #1b5c5c);
    border: 1px solid #fff;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
}

.news-detail-btn .news_button:hover {
    background: #1b5c5c;
}

.news-detail-btn .news_button > .btn_border_box {
    color: #fff;
    width: 34px;
    height: 34px;
    margin-left: 10px;
    transition: transform .3s ease-in-out;
    border: 1.5px solid #fff;
    background-color: #fff;
    display: block;
    border-radius: 50px;
    position: relative;
}

.news-detail-btn .btn_border_box::before {
    position: absolute;
    right: 9.5px;
    top: 15.5px;
    display: block;
    content: "";
    width: 15px;
    height: 1.5px;
    background: #1b5c5c;
}

.news-detail-btn .btn_border_box::after {
    position: absolute;
    right: 10px;
    top: 11.4px;
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    border-right: 1.5px solid #1b5c5c;
    border-top: 1.5px solid #1b5c5c;
    transform: rotate(45deg);
}




.news-detail-btn .news_button:hover .btn_border_box {
    transform: translateX(8px);
}

.news-detail-btn .news_button:active {}


@media screen and (max-width:768px) {
    .main_single {
        max-width: 1300px;
        margin: 0 auto 50px !important;
        padding: 40px;
    }
}
