@charset "utf-8";
/*===========================
add
===========================*/
.note {
    position: relative;
    background-color: #FFE1E4;
    padding: 0.25em 0.5em;
    border-left: 2em solid #E7192A;
}
.note:before {
    font-family: "Font Awesome 5 Free";
    content: "\f05a";
    position: absolute;
    padding: 0em;
    color: white;
    font-weight: 900;
    left: -1.5em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
#mainVisualWrap {
    width: 100%;
    overflow: hidden;
    position: relative;
}
#mainVisualWrap .main-video {
    width: 100%;
    height: auto;
    display: block;
}
.pcSubNavi {
    position: absolute;
    top: 10px;
    right: 20px;
    z-index: 999;
}
.pcSubNavi ul {
    display: flex;
    gap: 15px;
}
.pcSubNavi li {
    list-style: none;
}
.pcSubNavi a {
    font-size: 14px;
    color: #333;
    text-decoration: none;
    display: flex;
    align-items: center;
    opacity: 0.8;
    transition: 0.2s;
}
.pcSubNavi a i {
    margin-right: 5px;
    font-size: 12px;
}
.pcSubNavi a:hover {
    opacity: 1;
    color: #000;
}
@media screen and (max-width: 1000px) {
    .pcSubNavi {
        display: none;
    }
}
.slide-items a {
    text-decoration: none;
    margin-top: 15px;
}
.slide-items img {
    width: 100%;
    margin: 0 auto;
    height: auto;
}
.slide-items h3 {
    font-size: 0.9em;
    color: #333;
    margin-top: 15px;
}
.slide-items h3:after {
    width: 0;
    height: 0;
}
.slide-items li {
    position: relative;
    margin: 0 10px;
}
.slide-items li a {
    position: relative;
    display: block;
}
.date-badge {
    position: absolute;
    top: 0;
    right: 0;
    background: #e50012;
    color: #fff;
    font-size: 14px;
    padding: 3px 7px;
    border-radius: 3px;
    z-index: 2;
}
.slide-items {
    margin: 0;
    padding: 0;
    list-style: none;
}
.slide-items li {
    margin: 0;
    padding: 0 10px; /* ← スライド間のスペース */
    box-sizing: border-box;
}
.slide-items a {
    display: block;
    text-decoration: none;
}
.date-badge {
    position: absolute;
    top: 0;
    right: 0;
    background: #e50012;
    color: #fff;
    font-size: 14px;
    padding: 3px 6px;
}
.slick-next {
    right: 0 !important;
    box-sizing: border-box;
}
.slick-prev {
    left: 0 !important;
    box-sizing: border-box;
    z-index: 999;
}
.slide-items2 {
    width: 100%;
    height: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
.slide-items2 img {
    width: 100%;
}
.card-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(4, 1fr);
    /*padding: 20px;*/
}
.card-grid2 {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
    /*padding: 20px;*/
}
@media (max-width: 768px) {
    .card-grid, .card-grid2 {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 480px) {
    .card-grid, .card-grid2 {
        grid-template-columns: repeat(1, 1fr);
    }
}
/* 画像を正方形にトリミング */
.card-grid .thumb, .card-grid2 .thumb {
    width: 100%;
    aspect-ratio: 1 / 1; /* 正方形 */
    overflow: hidden;
}
.card-grid .thumb img, .card-grid2 .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* トリミング */
    display: block;
    transition: transform .6s ease;
}
.card-grid .thumb:hover img, .card-grid2 .thumb:hover img {
    transform: scale(1.1); /* 拡大 */
}
/* 見出しなど */
.card-grid h3, .card-grid2 h3 {
    font-size: 0.9em;
    color: #333;
    margin-top: 15px;
}
.card-grid h3:after, .card-grid2 h3:after {
    width: 0;
    height: 0;
}
.card-grid a, .card-grid2 a {
    display: block;
    text-decoration: none;
}
.card-grid li, .card-grid2 li {
    position: relative;
    padding: 0 10px;
}
.card-grid .date-badge, .card-grid2 .date-badge {
    position: absolute;
    top: 0;
    right: 10px;
    background: #e50012;
    color: #fff;
    font-size: 14px;
    padding: 3px 6px;
}
.contNews ul li a {
    display: block;
    padding: 10px 1em;
    text-decoration: none;
    color: inherit;
    width: 100%;
    transition: background-color 0.8s ease;
}
.contNews ul li:hover a {
    background: #f2f2f2;
}
.slide-items .thumb {
    width: 100%;
    /*aspect-ratio: 1 / 1;*/ /* 正方形 */
    overflow: hidden;
}
.slide-items .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* 中央トリミング */
    display: block;
}
.waterTit {
    font-size: 2.2em;
    line-height: 1.2em;
    margin-bottom: 0.8em;
    padding-left: 1em;
    text-indent: -0.5em;
    font-weight: bold;
}
.waterTitMark {
    font-size: 80%;
    color: var(--basic-color);
    display: inline-block;
    padding-right: 0.4em;
    vertical-align: top;
    position: relative;
    top: 0.3em;
}
@media screen and (max-width: 768px) {
    .waterTit {
        font-size: 1.4em;
        line-height: 1.2em;
        margin-bottom: 0.8em;
        padding-left: 1em;
        text-indent: -0.5em;
    }
    .waterTitMark {
        font-size: 80%;
        color: var(--basic-color);
        display: inline-block;
        padding-right: 0.4em;
        vertical-align: top;
        position: relative;
        top: 0.35em;
    }
}
@media only screen and (max-width: 600px) {
    .waterTit {
        font-size: 1.3em;
        line-height: 1.2em;
        margin-bottom: 0.8em;
        padding-left: 1em;
        text-indent: -0.5em;
    }
}
.time {
    font-size: 0.8em;
    color: #666666;
}
.news h3 {
    font-size: 1em;
    color: #333;
    margin-top: 15px;
    text-align: left;
    margin-bottom: 0;
}
.news h3:after {
    height: 0;
}
.news img {
    height: auto;
}
/* お知らせ一覧（PC：3カラム） */
.news {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px; /* カード間の余白 */
}
/* タブレット・スマホ：2カラム */
@media screen and (max-width: 768px) {
    .news {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
}
/* liをカードっぽくしたい場合（お好み） */
.news li {
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
}