@charset "utf-8";

/*TOP Customized*/

body,
header#main_header *,
header *, footer * {
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "YuGothic", "sans-serif";
    box-sizing: border-box;
}

* {
    box-sizing: border-box;
}

img {
    max-width: 100%;
    height: auto;
}

.main_top {
    text-align: left;
}

/* PDFファイル */
/* EXCELファイル */
/* Wordファイル */
/* PowePointファイル */

.main_top a[href$=".pdf"], .main_top a[href$=".xls"], .main_top a[href$=".xlsx"], .main_top a[href$=".doc"], .main_top a[href$=".docx"], .main_top a[href$=".ppt"], .main_top a[href$=".pptx"] {
    padding-right: 0;
    background-image: none;
}

/*TOP Customized*/


/*TOP movie*/

.banner-top {
    width: min(100%, 3840px);
    margin: 0 auto;
    text-align: center;
}

.movie_container,
.top_movie {
    width: 100%;
    aspect-ratio: 1/.475;
    display: block;
    background: #000000;
    position: relative;
}

picture.top_movie img {
    width: 100%;
}

.movie_container i {
    display: none !important;
}

.movie_container .top_movie,
.movie_container a:has(.top_movie) {
    display: none;
    max-width: 100%;
}


@media screen and (min-width:641px) {

    .movie_container[data-pc-type="video"] video.top_movie,
    .movie_container[data-pc-type="video"] a:has(video.top_movie),
    .movie_container[data-pc-type="picture"] a:has(picture.top_movie),
    .movie_container[data-pc-type="picture"] picture.top_movie {
        display: block;
    }

    [data-pc-sound="F"] .btn_mainvisual-mute {
        display: none !important;
    }
}

@media screen and (max-width:640px) {

    .movie_container[data-sp-type="video"] video.top_movie,
    .movie_container[data-sp-type="video"] a:has(video.top_movie),
    .movie_container[data-sp-type="picture"] a:has(picture.top_movie),
    .movie_container[data-sp-type="picture"] picture.top_movie {
        display: block;
    }

    [data-sp-sound="F"] .btn_mainvisual-mute {
        display: none !important;
    }
}

.grid-movie-right {
    margin: clamp(10px, 1%, 14px);
}

@media screen and (min-width: 641px) {
    .grid-movie {
        --gap-width: clamp(5px, 1%, 14px);
        display: grid;
        grid-template-columns: calc(71.5% - var(--gap-width)) 1fr;
        height: max-content;
        grid-gap: 0 var(--gap-width);
        width: min(100%, 3840px);
        margin: 0 auto;
    }

    .movie_container,
    .top_movie {
        height: 100%;
    }

    .grid-movie-right {
        margin: 0;
    }

    .list-banner {
        display: flex;
        grid-template-rows: 1fr;
        height: 100%;
        flex-direction: column;
        justify-content: space-between;
    }

    .list-banner img {
        object-fit: contain;
        display: block;
        width: 100%;
    }

    .list-banner .item,
    .list-banner .item a {
        display: block;
        width: 100%;
    }

    .list-banner .item:not(:nth-last-of-type(1)) {
        margin-bottom: 2%;
    }

}

.video-control-button {
    position: absolute;
    display: grid;
    grid-template-columns: 1fr 1fr;
    right: 0;
    bottom: 0;
    vertical-align: middle;
    justify-content: space-around;
    grid-template-rows: auto;
    grid-gap: 0;
}


.video-control-button button {
    aspect-ratio: 1/1;
    appearance: none;
    border: none;
    outline: none;
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    cursor: pointer;
    font-size: clamp(18px,3.5vw,30px);
    padding: clamp(7px ,0.75vw,.25em);
    position: static;
}

.video-control-button button:not(:nth-of-type(1)) {
    border-left: solid 1px rgb(168 168 168 / 58%);
}


.video-control-button button .icon-text {
    font-size: inherit;
    object-fit: contain;
    display: inline-block;
    position: static;
    width: auto;
    aspect-ratio: 1/1;
    vertical-align: middle;
}

.video-control-button button .icon-text.fill {
    font-variation-settings: 'FILL'1, 'wght'100;
}

/*slider*/

.slider-wrapper {
    --color-red: #c2000f;
    --swiper-theme-color: var(--color-red);
    --swiper-navigation-color: var(--color-red);
    --swiper-navigation-size: clamp(12px,2vw,24px);
    margin-bottom: 50px;
}

.swiper {
    width: clamp(200px, 60vw, 900px);
}

.swiper-slide {
    width: 82%;
}

.swiper-slide img {
    display: block;
    object-fit: contain;
    width: 100%;
    height: 100%
}

.swiper-pagination {
    position: static;
}

.slider_autoplay_controle {
    --button-width: 20px;
    --button-height: 14px;
    max-width: clamp(200px, 90%, 800px);
    margin: 10px auto;
    display: grid;
    grid-template-columns: 1fr var(--button-width);
    grid-template-rows: auto;
    grid-gap: 15px;
    justify-content: space-between;
    align-items: center;
}

.slider_autoplay_button {
    width: var(--button-width);
    border: none;
    color: #cccccc;
    background: none;
    position: relative;
    display: flex;
    padding: 0;
    justify-content: space-around;
    cursor: pointer;
}

.slider_autoplay_button .button_text {
    font-variation-settings: 'FILL'1, 'wght'100;
}


.swiper-button-prev,
.swiper-button-next {
    display: none;
}

[data-autoplay-paused="true"] .slider_autoplay_button .button_text {
    font-variation-settings: 'FILL'1, 'wght'100;
    color: var(--color-red);
}

[data-autoplay-paused="true"] .pagenation-number {
    animation-play-state: paused;
}

[data-autoplay-paused="false"] .pagenation-number {
    animation-play-state: running;
}

.slider-dotarea {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(calc(100% / 10), 1fr));
    grid-template-rows: max-content;
    grid-gap: 5px calc(100% / 90);
    padding-left: 20px;
    border-right: solid 1px #cccccc;
    padding-right: 15px;
}

.pagenation-number {
    display: block;
    background: none;
    border: none;
    width: 100%;
    height: 100%;
    min-height: 10px;
    color: transparent;
    font-size: 0;
    transform-origin: left center;
    transform: scaleX(0);
    transition: transform .1s linear;
}

.slider-dotarea .pagenation-item {
    border: solid 1px #cccccc;
    border-radius: 0;
    width: auto;
    height: auto;
    opacity: 1;
    margin: 0 !important;
    padding: 0;
    background: none;
}

.slider-dotarea .pagenation-item.swiper-pagination-bullet-active {
    background: none;
    border-color: var(--color-red);
}

.swiper-pagination-bullet-active .pagenation-number {
    background: none;
    background: var(--color-red);

}


#subarea_bn .middle_banner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#subarea_bn p {
    width: 100%;
}

@media only screen and (min-width: 641px) {
    #movie_mainbn {
        display: flex;
        padding-top: 1px;
    }

    #movie_mainbn #movie_area,
    #movie_mainbn #subarea_bn {
        display: flex;
        align-items: center;
    }

    #movie_mainbn #movie_area {
        width: 70%;
    }

    #movie_mainbn #subarea_bn {
        width: calc(30% - 1px);
        flex-wrap: wrap;
        padding-left: 0.8%;
    }

    #movie_mainbn #subarea_bn p {
        width: 100%;
    }

}


.section_area_02 .container h2 {
    font-size: 20px;
}

.section_area h2 {
    font-size: 30px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 10px;
}

.section_area_02 {
    padding: 4em 0 0;
}

.static_area .container,
.section_area_02 .container {
    padding: 0;
    max-width: 1240px;
    margin: 0 auto;
    width: 100%;
}

.static_area .container img {
    vertical-align: middle;
}


.section_area_03 .container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
}

.section_area_05 .container {
    margin: 70px auto 60px;
    padding: 0 15px;
    width: 100%;
}

.section_area_05 .container .middle_banner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.section_area_05 .container p {
    width: calc(100% / 2.125);
}

@media only screen and (min-width: 641px) {
    .section_area_05 .container p {
        width: calc(100% / 4.125);
    }
}

.pods_area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 30px;
}

.pods_area::after {
    content: "";
    display: inline-block;
    flex-grow: 1;
}

.pods_area .pods_item {
    flex-basis: calc(100% / 2);
    margin-bottom: 0px;
    position: relative;
}

.pods_area .pods_item.is-hide,
.pods_load_more .btn-hide {
    display: none;
}

.pods_area .pods_item:nth-of-type(even) {
    border-right-color: transparent;
}

.pods_area .pods_item:nth-of-type(-n+2) {
    border-top-color: transparent;
}

.pods_area .pods_item.active {
    display: block;
}

.pods_area .pods_item a {
    padding: 0 15px 15px;
    display: block;
    text-decoration: none;
    color: #333333;
}


.pods_area .pods_item:nth-child(4n) a {
    border-right: 1px solid transparent;
}


/*リンクのアイコン設定*/
/*.pods_area .pods_item a h3::after {
    content: url(/images_new/arrow_right.png);
    vertical-align: top;
    padding-left: 1px;
    display: inline-block;
    transform: scale(0.6);
}
.pods_area .pods_item a[href$=".pdf"] h3::after {
    content: url(/share/images/icon_pdf_s.gif);
    vertical-align: middle;
    padding-left: 5px;
    transform: scale(1);
}*/
.pods_area .pods_item a[rel="noopener noreferrer"] h3::after {
    content: none;
}

.pods_load_more {
    width: 100%;
    text-align: center;
}

.pods_load_more .load_more {
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    color: #333333;
}

.pods_load_more .load_more img {
    width: 15px;
    position: relative;
    top: 2px;
    margin-left: 5px;
}

.pods_load_more_topics {
    width: 100%;
    text-align: center;
}

.pods_load_more_topics .load_more {
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    color: #333333;
}

.pods_load_more_topics .load_more img {
    width: 15px;
    position: relative;
    top: 2px;
    margin-left: 5px;
}

.masonry_area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.masonry_area .masonry_items {
    position: relative;
    width: 100%;
}

.masonry_area .masonry_items a {
    font-size: 18px;
}

.masonry_area .masonry_items span.title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}

.masonry_area .masonry_items .image_cont img {
    width: 100%;
    max-width: unset
}

.masonry_area .masonry_items .image_cont {
    line-height: 0;
    border: none;
    margin-bottom: 0
}

.masonry_area .masonry_items:nth-last-child(-n+3) {
    margin-bottom: 0;
}

.masonry_area .masonry_items:nth-child(2), .masonry_area .masonry_items:nth-child(5) {
    margin-right: 0;
}

.masonry_area .masonry_items a {
    color: #333;
    font-size: 25px;
    font-weight: 700
}

.masonry_area .masonry_items.text-black.no-text-shadow a {
    text-shadow: none;
}

.masonry_area .masonry_items.text-black a {
    color: #333;
    text-shadow: 0 0 20px #fff, 0 0 10px #fff, 0 0 25px #fff, 0 0 16px #fff;
}

.masonry_area .masonry_items.text-white a {
    color: #fff;
    text-shadow: 0 0 10px #000, 0 0 20px #000;
}

/*リンクのアイコン設定*/
.masonry_area .masonry_items .material-symbols-outlined {
    position: absolute;
    transform: translate(0, 6%) scale(0.8);
}

@media screen and (min-width: 1019px) {
    .masonry_area .masonry_items .material-symbols-outlined {
        transform: translate(0, 0) scale(1);
        top: 0.35em;
    }
}

.section_area_04 {
    padding: 7em 0 5em;
}

.section_area_04 .container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
}

.news_area {
    margin: 0;
    display: flex;
}

.news_area .column_2 {
    padding: 0;
}

.news_area h3 {
    position: relative;
    font-size: 16px;
    padding: 15px 5px 15px 35px;
    border: 2px solid #DDDDDD;
    cursor: pointer;
}

.news_view_more, .news_area .info_list {
    display: none;
}

.news_area .active .news_view_more, .news_area .active .info_list {
    display: block;
    width: 200%;
}

.news_area .active .news_view_more {
    text-align: center;
}

.news_area .info_list {
    margin-bottom: 30px
}

.news_area .info_list .info_item {
    margin-bottom: 30px;
}

.news_area .info_list p {
    font-size: 16px;
    line-height: 1.2;
}

.news_area .info_list a {
    text-decoration: none;
    color: #333;
}



.news_area .info_list p.description {
    color: #333;
}

.news_area .info_list .badge {
    font-size: 12px;
    font-weight: 700;
    padding: 4px 5px;
    color: #fff;
    border-radius: 17px;
    display: inline-block;
    margin-left: 10px;
    vertical-align: top;
    min-width: 145px;
    text-align: center;
    line-height: 1;
}

.news_area .info_list .date {
    margin-bottom: 10px;
    color: #888888;
}

.news_area .column_2 {
    width: 50%;
}

.news_view_more .view_more {
    font-weight: 700;
    color: #333333;
    text-decoration: none;
    font-size: 16px
}

.news_view_more .view_more img {
    width: 10px;
    margin-left: 5px;
    position: relative;
    top: 2px;
}

.news_area h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 35px;
    padding: 15px 5px 15px 35px;
    border-bottom: 1px solid #dddddd;
    cursor: default;
}

.news_area h3:before {
    position: absolute;
    top: 25px;
    left: 10px;
    background-color: #CCCCCC;
    width: 15px;
    height: 5px;
    content: '';
}

.news_area .active h3 {
    border-color: #E60012;
    background-color: #E60012;
    color: #fff;
    position: relative;
    z-index: 1
}

.news_area .active h3:before {
    background-color: #fff;
}

.news_area .column_2:nth-of-type(2).active .info_list,
.news_area .column_2:nth-of-type(2).active .news_view_more {
    transform: translateX(-50%);
}

.news_area .info_list .info_item:nth-last-child(-n+2) {
    display: none;
}

/*リンクのアイコン設定*/
.news_area .info_list .info_item a .description::after {
    content: url(/images_new/arrow_right.png);
    vertical-align: top;
    padding-left: 1px;
    display: inline-block;
    transform: scale(0.6);
}

.news_area .info_list .info_item a[href$=".pdf"] .description::after {
    content: url(/share/images/icon_pdf_s.gif);
    vertical-align: middle;
    padding-left: 2px;
    transform: scale(1);
}

.news_area .info_list .info_item a[rel="noopener noreferrer"] .description::after {
    content: none;
}


.pods_area .pods_item:nth-child(2n) a {
    border-color: transparent;
}


@media only screen and (max-width: 1019px) {
    .masonry_area .masonry_items a {
        font-size: 18px;
    }
}


@media only screen and (min-width: 760px) {

    .section_area h2,
    .section_area_02 .container h2 {
        font-size: 34px;
        margin-bottom: 0.4em;
    }

    .pods_area .pods_item h3 {
        font-size: 15px;
    }

    .pods_area .pods_item {
        flex-basis: calc(100% / 4);
    }

    .pods_area .pods_item:nth-of-type(-n+4) {
        border-top-color: transparent;
    }

    .pods_area .pods_item:nth-of-type(4n) {
        border-right-color: transparent;
    }

    .masonry_area .masonry_items {
        margin-bottom: 35px;
    }

    .masonry_area .masonry_items:nth-of-type(-n+2) {
        width: 48%;
    }

    .masonry_area .masonry_items:nth-of-type(n+3) {
        width: calc(100% / 3.125);
    }

    .news_area {
        display: flex;
    }

    .news_area .column_2 {
        padding: 0 15px;
        width: 50%;
    }

    .news_area h3,
    .news_area .active h3 {
        position: static;
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 35px;
        padding: 0 0 15px;
        border: none;
        border-bottom: 1px solid #dddddd;
        cursor: default;
        background: none;
        color: #333333;
    }

    .news_area h3::before {
        display: none;
    }

    .news_area .active .news_view_more, .news_area .active .info_list {
        width: auto;
    }

    .news_view_more, .news_area .info_list {
        display: block;
    }

    .news_area .active .news_view_more {
        text-align: left;
    }

    .news_area .info_list .info_item {
        display: block !important;
    }
}

@media only screen and (max-width: 374px) {
    .news_area h3 {
        font-size: 14px;
    }
}

@media screen and (min-width:768px) {

    .swiper-button-prev,
    .swiper-button-next {
        aspect-ratio: 1/1 !important;
        border: solid 1px #cccccc;
        border-radius: 100%;
        background: #ffffff;
        text-align: center;
        display: flex;
        width: clamp(20px,4vw,60px);
        height: auto !important;
        justify-content: center;
        align-items: center;
    }

    .slider-dotarea {
        grid-template-columns: repeat(auto-fit, minmax(calc(100% / 20), 1fr));
        grid-gap: 5px calc(100% / 80);
    }

}

@media (hover: hover) {
    a img:hover {
        opacity: 1;
    }

    .video-control-button button:hover {
        background: rgb(255 255 255 / 30%);
    }

    .pods_area .pods_item a:hover {
        text-decoration: underline;
    }

    .section_area_05 .container .middle_banner a img:hover,
    .pods_area .pods_item .image_cont img:hover {
        opacity: 0.8;
    }

    .news_area .info_list a:hover {
        text-decoration: underline;
    }

    .slider_autoplay_button .button_text:hover {
        font-variation-settings: 'FILL'1, 'wght'100;
        color: var(--color-red);
        text-shadow: 0 0 10px var(--color-red);
    }
}