@charset "utf-8";


/* FORM */
.form__item:nth-child(n+2) {
    margin-top: 50px;
}

.form__note {
    margin-top: 10px;
}

.wpcf7-spinner {
    position: absolute;
    transform: translateY(100%);
    bottom: -20px;
    left: 0;
    margin: 0;
}

.contact__btn-wrapper {
    position: relative;
    margin-bottom: 80px;
}

.law {
    margin-top: 50px;
    padding: 25px 30px;
    border: 1px solid #231815;
}

.law .text {
    font-size: 14px;
    text-align: justify;
    line-height: 2;
    margin-bottom: 10px;
}

.law .text span {
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.law .text:last-child {
    margin-bottom: 0;
}

/* NEWS */
.news-singlg-sec__header .news-card__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
    margin-bottom: 10px;
}

.news-singlg-sec__header-title {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.6;
}

.news-singlg-sec__header {
    padding-bottom: 10px;
    margin-bottom: 40px;
    border-bottom: 2px solid #73a7b4;
}

.news-singlg-sec__content {
    line-height: 1.8;
}

.news-singlg-sec__content figure {
    margin-top: 1.25rem;
}

@media screen and (max-width: 768px) {
    .news-singlg-sec__content figure {
        margin-top: 2.5rem;
    }
}

.news-singlg-sec__content figure img {
    aspect-ratio: 16/9;
    border-radius: 0.375rem;
    object-fit: cover;
    border: 1px solid #000000;
}

.news-singlg-sec__content p {
    margin-top: 1.25rem;
    font-size: 0.875rem;
    font-weight: 400;
    color: #000000;
    line-height: 1.8;
}

@media screen and (max-width: 768px) {
    .news-singlg-sec__content p {
        font-size: 0.9375rem;
    }
}

.news-singlg-sec__content a {
    overflow-wrap: break-word;
}

.news-singlg-sec__content h2 {
    position: relative;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.6;
    color: #ffffff;
    margin-top: 3.125rem;
    padding: 0.4375rem 0.625rem;
    background-color: #73a7b4;
}

@media screen and (max-width: 768px) {
    .news-singlg-sec__content h2 {
        font-size: 1.125rem;
        padding: 0.3rem 0.7rem;
    }
}

.news-singlg-sec__content h3 {
    position: relative;
    font-size: 1.25rem;
    font-weight: 700;
    color: #000000;
    line-height: 1.6;
    margin-top: 3.125rem;
    padding: 0.4375rem 0.625rem 0.4375rem 1.25rem;
    background-color: rgba(10, 67, 84, 0.15);
}

@media screen and (max-width: 768px) {
    .news-singlg-sec__content h3 {
        font-size: max(0.9375rem, 12px);
        margin-top: 2.5rem;
        padding: 0.2rem 0.6rem 0.2rem 1rem;
    }
}

.news-singlg-sec__content h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0.25rem;
    background-color: #73a7b4;
}

.news-singlg-sec__content h4 {
    font-size: 1.125rem;
    font-weight: 700;
    color: #000000;
    background-color: rgba(10, 67, 84, 0.1);
    line-height: 1.3;
    margin-top: 2.5rem;
    padding: 0.3125rem 0.625rem;
}

@media screen and (max-width: 768px) {
    .news-singlg-sec__content h4 {
        font-size: max(0.875rem, 12px);
        margin-top: 1.875rem;
        padding: 0.4rem 0.6rem 0.4rem;
    }
}

.news-singlg-sec__content ul {
    margin-top: 1.25rem;
}

.news-singlg-sec__content li {
    position: relative;
    font-size: 0.9375rem;
    color: #000000;
    line-height: 1.8;
    padding-left: 1em;
    margin-top: 0.5rem;
}

.news-singlg-sec__content li:first-child {
    margin-top: 0;
}

/* リストの「・」 */
.news-singlg-sec__content li::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0.4em;
    left: 0.3125rem;
    width: 0.3125rem;
    height: 0.3125rem;
    border-radius: 100vh;
    background-color: #000000;
}

.news-singlg-sec__content p a {
    display: inline-block;
    font-size: 0.9375rem;
    line-height: 1.8;
    color: #036eb8;
    text-decoration: underline;
    word-break: break-all;
    transition: all 0.3s;
}

@media (any-hover: hover) {
    .news-singlg-sec__content p a:hover {
        opacity: 0.6;
    }
}

.news-singlg-sec__btn-wrapper{
    text-align: center;
    margin-top: 60px;
}

/* ページネーション */
.wp-pagenavi{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 80px;
    gap: 6px;
}
.wp-pagenavi a,
.wp-pagenavi span{
    margin: 0;
    border: 1px solid #73a7b4 !important;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-weight: 500;
    color: #0A0905;
    background-color: #fff;
    transition: all 0.3s;
}
.wp-pagenavi a.current,
.wp-pagenavi span.current{
    pointer-events: none;
    background-color: #73a7b4;
    color: #fff;
}
.wp-pagenavi a.current,
.wp-pagenavi a:hover,
.wp-pagenavi span.current,
.wp-pagenavi span:hover{
    background-color: #73a7b4;
    color: #fff;
    opacity: 1;
}
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink{
    background-color: #fff;
}
.wp-pagenavi a.previouspostslink{
    margin-right: 14px;
}
.wp-pagenavi a.nextpostslink{
    margin-left: 14px;
}
.wp-pagenavi a.previouspostslink::before,
.wp-pagenavi a.nextpostslink::before{
    content: "";
    width: 13px;
    height: 14px;
    display: block;
    background: url(../images/common/arrow.svg) no-repeat center center / contain;
}
.wp-pagenavi a.previouspostslink::before{
    transform: scaleX(-1);
}


/* RESPONSIV */
@media screen and (max-width: 768px) {
    .form__item:nth-child(n+2) {
        margin-top: 30px;
    }
    .wp-pagenavi a, .wp-pagenavi span{
        width: 36px;
        height: 36px;
        font-size: 14px;
    }
    .news-singlg-sec__header{
        margin-bottom: 30px;
    }
}