@charset "utf-8";
@import url("https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css");

.searchWrap{
    width:100%;
    max-width:1200px;
    margin: 0 auto;
    padding:0 20px; 
}

.searchWrap img{
    max-width:100%;
    height:auto;
}


.mvSearchWrap{
    display:flex;
    flex-direction:row-reverse;
    background: #B1D4FF;
}
    @media screen and (max-width:768px){
        .mvSearchWrap{
            display:flex;
            flex-direction:column;
        }   
    }

.mvSearchImage{
    position:relative;
}

.mvSearchImage::before{
    content:"";
    display: block;
    width:40%;
    height: 100%;
    background: rgb(177,212,255);
    background: linear-gradient(90deg, rgba(177,212,255,1) 0%, rgba(177,212,255,0) 100%);
    position: absolute;
    top:0;
    left:0;
}

    @media screen and (max-width:768px){
        .mvSearchImage::before{
            width:100%;
            height: 40%;
            background: linear-gradient(0deg, rgba(177,212,255,1) 0%, rgba(177,212,255,0) 100%);
            top:initial;
            bottom:0;
        }   
    }

.mvSearchImage img{
    width:600px;
    height:200px;
    object-fit:cover;
    display: block;
    object-position: 50% 35%;
}

/* ==フリーワード検索=================================================== */
.mvSearchBlock{
    width:100%;
    max-width:580px;
    display:flex;
    flex-direction:column;
    justify-content: center;
    background:rgba(255,255,255,0.8);
    backdrop-filter: blur(5px);
    padding: 2rem;
    border-radius: 1rem;
    margin: 1rem 2rem;
    filter:drop-shadow(0 3px 6px rgba(0, 54, 123, 0.34));
}

    @media screen and (max-width:768px) {
        .mvSearchBlock{
            width:calc(100% - 4rem);
            max-width:100%;
        }
    }
#selectKeyword{
    filter: drop-shadow(0px 3px 3px rgba(0,0,0,0.15));
}

.mvSearchTtl{
    width:100%;
    max-width:456px;
    margin:0 auto; 
}

.searchContainer {
    align-items: center;
    border:1px solid #ebebeb;
    border-radius: 8px;
    background-color: #ffffff;
    display: flex;
    overflow: hidden;
    max-width: 600px;
    margin:12px auto 0 auto;
}

.searchInput {
    flex-grow: 1;
    font-size:1.2rem;
    padding:5px 10px;
    border: none;
    background-color: #ffffff;
    color: #000000;
    outline: none;
}

.searchInput::placeholder {
    color: #909090;
}

@media screen and (max-width:768px){
    .searchInput::placeholder {
        font-size:1rem;
    }
}

@media screen and (min-width:768px){
    .searchButton {
        width: 3em;
        min-height:3rem;
        background: var(--svgGlassWhite), #999;
        background-size: 1em auto;
        border-radius: 0 8px 8px 0;
    }
}

@media screen and (max-width:768px){
    .searchButton{
        width: 2.25em;
        min-height:3rem;
        background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 49.71 54.42"><path fill="rgba(128,128,128,1)" fill-rule="evenodd" d="M1.56,53.4a4.35,4.35,0,0,0,6.14-.54l9.81-11.74a21.86,21.86,0,0,0,24.41-36A21.85,21.85,0,0,0,10.83,35.5L1,47.23A4.39,4.39,0,0,0,1.56,53.4ZM15.15,11.27l2.59-2.51a16.36,16.36,0,0,1,3-1.84l3.35-1.19A16.49,16.49,0,0,1,38.56,9.14a16.61,16.61,0,1,1-23.41,2.13Z" /></svg>') no-repeat center center;
        background-size: auto;
        background-size: 1.25em auto;
        border-radius: 8px 0 0 8px;
    }
}

.searchTtl {
    width: 100%;
    border-bottom: 1px solid #000;
    display: flex;
    align-items: center;
    margin:40px auto 24px auto;
}



.searchTtlMore{
    font-size: 20px;
    color: #5a5a5a;
    font-weight: bold;
    margin:1rem 0;
    display: flex;
    align-items: center;
}

.searchTtl .description{
    font-size:12px;
    margin-left:1rem;
}

@media screen and (max-width: 768px) {
    .searchContainer {
        flex-direction: row-reverse;
    }

    .searchButton {
        border-radius: 8px 0 0 8px;
    }

    .searchInput {
        border-radius: 0 8px 8px 0;
    }

    .searchTtl {
        width: 100%;
        border-bottom: 1px solid #000;
        display: flex;
        /* flex-direction:column; */
        align-items:center;
        margin:40px auto 24px auto;
    }

    .searchTtlMore{
        font-size:1.5rem;
        color: #5a5a5a;
        font-weight: bold;
        margin:1rem 0;
        display: flex;
        align-items: center;
    }  

    .searchTtl .description{
        font-size:12px;
        margin:0 1rem 1rem 1rem;
    } 

    #searchMore .searchTtl,
    #areaSearch .searchTtl{
        display:flex;
        flex-wrap:wrap;
    }
}

.bgGray{
    background:#F4F4F4;
    border-radius:8px;
    padding:2rem;
}

.moreSearchWrap{
    width: 100%;
    display:flex;
    justify-content:flex-start;
    flex-wrap:wrap;
    gap:16px;
}

.schoolTitle span{
    color:#99A4B9;
    font-weight:bold;
    font-size:1.2rem;
}

.searchSelectBox_1 select,
.searchSelectBox_3 select{
    width:100%;
    margin: 1rem 0 0 0;
    background: #ffffff;
    border: 1px solid #cccccc;
    color:#333333;
    font-size:1.2rem;
    min-width:200px;
    padding: 1rem;
}

@media screen and (max-width:768px){
    #selectSchooltype,
    #selectEventType,
    .checkArea,
    .checkSchool,
    .dateSearch,
    .moreSearch{
        width:100%;
    }
}

.searchSelectBox_1 option,
.searchSelectBox_3 option{
    color:#333333;
}

.searchArrow{
    position:relative;
}

.searchArrow::before{
    content:"";
    display: block;
    position:absolute;
    top:50%;
    right:12px;
    border-right:1px solid #707070;
    border-bottom:1px solid #707070;
    width: 9px;
    height: 9px;
    transform:translateY(-50%) rotate(45deg);
}

/*selectArea openPopup*/
.popupContainer {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 999;
}

.popupContent {
    background-color: #fff;
    padding: 20px;
    max-width: 1100px;
    width: 80%;
    min-height:80%;
    position: absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    overflow-y:scroll;
}

.closeButton {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    cursor: pointer;
}

.area1,.area2,.area3,.area4,.area5,.area6,.area7,.area8{
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
}

#openPopup,#datePopupButton,#morePopupButton,#selectSchoolPopupButton{
    background: #ffffff;
    border:1px solid #ccc;
    border-radius:50px;
    color:#333333;
    font-size:1.2rem;
    text-align: left;
    min-width:200px;
    margin:1rem 0 0 0;
    padding:1rem;
    position:relative;
}

#openPopup:before,
#datePopupButton:before,
#morePopupButton:before,
#selectSchoolPopupButton:before{
    color:#707070;
    content:"+";
    display: block;
    font-size: 2.5rem;
    position: absolute;
    top: 40%;
    right: 8px;
    transform:translateY(-50%);
}

#openPopup:hover,#datePopupButton:hover,#morePopupButton:hover,#selectSchoolPopupButton:hover{
    cursor:pointer;
}

#selectButton{
    padding: 10px 20px;
    background-color: orange;
    color: #ffffff;
    border: none;
    cursor: pointer;
}

.selectButtonWrap{
    display:flex;
    justify-content: center;
    align-items:center;
    margin: 2rem auto;
}

/* エリア選択メニュー内アコーディオン*/
.accordionButton{
    background-color: #f1f1f1;
    color: #777777;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: background-color 0.3s ease;
}

.accordionButton:hover {
    background-color: #e7ab50;
    color:#777777;
}

.accordionContent {
    display: none;
    padding: 10px;
}

.accordionContent select {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border:1px solid #cccccc;
}

.accordionButton.active {
    background-color: #e7ab50;
    color: #fafafa;
}

.accordionButton.active + .accordionContent {
    display: block;
}

.popupInnerText{
    text-align: center;
    margin:2rem auto;
}

/* 日付選択ポップアップ*/
.datePopup,.morePopup,.selectSchoolPopup{
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
    position: fixed;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width: 100%;
    height: 100%;
    z-index:999;
}

.datePopupContent,.morePopupContent,.selectSchoolPopupContent{
    background-color: #fff;
    padding: 20px;
    max-width: 1100px;
    max-height:600px;
    text-align: center;
    width: 80%;
    min-height:80%;
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    overflow-y:scroll;
}

@media screen and (max-width:768px) {
    .datePopupContent,.morePopupContent,.selectSchoolPopupContent{
        background-color: #fff;
        padding: 20px;
        max-width: 1100px;
        max-height:600px;
        text-align: center;
        width: 90%;
        min-height:80%;
        position:absolute;
        top:50%;
        left:50%;
        transform: translate(-50%,-50%);
        overflow-y:scroll;
    }
}


.dateSelector{
    background: #f4f4f4;
    width:100%;
}

.dateSelector ul{
    display:flex;
    justify-content: center;
    align-items:center;
    gap:2rem;
    padding:2rem;
}

.dateSelector ul li input{
    background: #ffffff;
    padding:1rem;
    margin:1rem 0 0 0;
    border:1px solid #cccccc;
}

@media screen and (max-width:768px) {
    .dateSelector ul{
        display:flex;
        flex-direction:column;
        justify-content: center;
        align-items:center;
        gap:2rem;
        padding:2rem;
    }

    .dateSelector ul li input{
        background: #ffffff;
        padding:1rem;
        margin:1rem 0 0 0;
        border:1px solid #cccccc;
        min-width:150px;
        min-height: 40px;
    }
}

#setPeriodButton{
    margin:2rem auto;
    background:#e7ab50;
    color:#ffffff;
    padding:1rem;
    width:200px;
    font-size:1.4rem;
}

#setPeriodButton:hover{
    cursor:pointer;
}
/*学校種別を選ぶ　ポップアップ内容*/
.selectSchoolList p{
    padding:2rem 0;
}

.selectSchoolList label{
    position:relative;
    text-align: left;
    padding:1rem 2rem;
    background: #efefef;
}

.selectSchoolList label input[type=checkbox]:before{
    content:"";
    display: block;
    width:18px;
    height: 18px;
    border:#333333 1px solid;
    background: #ffffff;
    position: absolute;
    top: 50%;
    left: 0.5rem;
    transform: translateY(-50%);
}
.selectSchoolList label input[type=checkbox]:after{
    border-right: 3px solid #ed7a9c;
    border-bottom: 3px solid #ed7a9c;
    content: '';
    display: block;
    width: 8px;
    height: 12px;
    margin-top: -8px;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 11px;
    transform: rotate(45deg);
}


.selectSchoolList label input[type=checkbox]:checked:after{
    opacity: 1;
}

@media screen and (max-width:768px) {
    .selectSchoolList label{
        position:relative;
        text-align: left;
        padding:1rem 2.75rem;
        background: #efefef;
    }

    .selectSchoolList label input[type=checkbox]:before{
        content:"";
        display: block;
        width:20px;
        height: 20px;
        border:#333333 1px solid;
        background: #ffffff;
        position: absolute;
        top: 50%;
        left: 0.5rem;
        transform: translateY(-50%);
    }
}


/*その他のタブ切り替え*/
.tabs {
    margin-top: 50px;
    padding-bottom: 40px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    width: 700px;
    margin: 0 auto;}
  
.tab_item {
    width: calc(100%/2);
    height: 50px;
    border-bottom: 3px solid #5ab4bd;
    background-color: #d9d9d9;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    color: #565656;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
}
.tab_item:hover {
    opacity: 0.75;
}

input[name="tab_item"] {
    display: none;
}

.tab_content {
    display: none;
    padding: 40px 40px 0;
    clear: both;
    overflow: hidden;
}

/*tabを増やしたらここも増やします*/
#univSuniv:checked ~ #univSunivContent,
#vocational:checked ~ #vocationalContent{
    display: block;
}

.tabs input:checked + .tab_item {
    background-color: #5ab4bd;
    color: #fff;
}

/*もっと条件を追加　検索ボタン*/
.searchSubmit input[type="submit"]#search{
    display:none;
}

.searchSubmit label{
    width:250px;
    margin: 2rem auto 0 auto;
    display:block;
    padding:1rem;
    background:#999;
    box-shadow:0 3px 0 #888;
    text-align: center;
    border-radius:8px;
}

.searchSubmit label span{
    color:#ffffff;
}

/* 開催地域から探す */
.areaItem{
    position:relative;
}
.areaItem:nth-child(1) .areaButton{background-color: #32ade2;}
.areaItem:nth-child(2) .areaButton{background-color: #60b051;}
.areaItem:nth-child(3) .areaButton{background-color: #32a8a0;}
.areaItem:nth-child(4) .areaButton{background-color: #a2c639;}
.areaItem:nth-child(5) .areaButton{background-color: #fcb646;}
.areaItem:nth-child(6) .areaButton{background-color: #e8623b;}
.areaItem:nth-child(7) .areaButton{background-color: #eea4b9;}
.areaItem:nth-child(8) .areaButton{background-color: #e08653;}

.areaButton {
    cursor: pointer;
    color:#ffffff;
    border: none;
    border-radius: 5px;
    padding:1rem 0.5rem;
    text-align: center;
}

.areaButton:hover{
    opacity:0.7;
    transition:0.3s;
}

.areaList {
    background: #fff;
    border-radius: 0 0 16px 16px;
    border: 2px solid rgb(var(--naviGray));
    display: none;
    padding: 0.5rem 1rem;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 1;
}

.areaListItem {
    background: #d9d9d9;
    list-style: none;
    margin: 5px 0;
    padding:0.5rem 0.5rem 0.75rem 0.5rem;
    position:relative;
    border-radius:4px;
}

.areaListItem:hover{
    cursor:pointer;
    opacity:0.7;
    transition:0.3s;
}

.areaListItem a {
    display: block;
    text-decoration: none;
    color: #333;
    font-size:1.25rem;
    margin: 0;
    padding: 0;
}

.areaListItem:before{
    content:"";
    display: block;
    width:9px;
    height: 9px;
    background:#d9d9d9;
    position:absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    z-index:1;
}

.areaListItem:after{
    content:"";
    display: block;
    width:9px;
    height: 9px;
    background: #333;
    position:absolute;
    top: 50%;
    right: 13px;
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    z-index:0;
}
@media screen and (max-width: 1100px) {
    #areaSearch .bgGray{
        padding:2rem 1rem 1.5rem 1rem;
    }
    .areaSearchList{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    }
    .areaItem {
    width: 49%; 
    margin-bottom: 10px;
    }

    .areaListItem{
        margin:10px 0;
    }
}


@media screen and (min-width: 1100px) {
    .areaSearchList{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    }
    .areaItem {
    width: 24%; 
    margin-bottom: 10px;
    }
}



/*オープンキャンパス スライダー*/
#opencampus{
    margin-bottom:7rem;
}

.opencampusTitleD,.opencampusTitleT,.opencampusTitleS{
    font-size:1.5rem;
    font-weight:bold;
    margin:1rem 0;
    padding:0.5rem 1rem ;
    color:#5A5A5A;
}

.opencampusTitleD{border-left:10px solid #E9C754;}
.opencampusTitleT{border-left:10px solid #EEA4B9;}
.opencampusTitleS{border-left:10px solid #A2C639;}

.ocSlider {
    height:420px;
    position: relative;
    margin:2rem auto 4rem auto;
    padding: 0 30px;
}

@media screen and (min-width: 1040px) and (max-width: 1480px) {
    .ocSlider {
        max-width:800px;
    }      
}

@media screen and (max-width: 1040px) {
    .ocSlider {
        max-width:680px;
    }      
}


.ocSlider .swiper-wrapper{
    padding-bottom:40px;
}
  
.ocSlider .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width:768px){
    .ocSlider .swiper-slide {
        margin-bottom:3rem;
    }
}
  
.ocSliderContent{
      background: #f4f4f4;
      box-shadow:5px 5px 0px #aaa;
      width: 100%;
      max-width:260px;
      padding:1rem;
}
  
.ocSliderContent img {
    width: 100%;
    height: 160px;
    display: block;
    object-fit:cover;
}
  
.ocSlider .swiper-button-prev,
.ocSlider .swiper-button-next {
    background:rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius:50px;
    z-index: 10;
}
  
.ocSlider .swiper-button-prev:after{
    display: block;
    content:"";
    width:15px;
    height:15px;
    border-top:3px solid #ffffff;
    border-left:3px solid #ffffff;
    transform:rotate(-45deg);
    position:absolute;
    left:15px;
}
  
.ocSlider .swiper-button-next:after{
    display: block;
    content:"";
    width:15px;
    height:15px;
    border-top:3px solid #ffffff;
    border-right:3px solid #ffffff;
    transform:rotate(45deg);
    position:absolute;
    right:15px;
}
  
.ocSlider .swiper-button-prev {
    left:0;
}
  
.ocSlider .swiper-button-next {
    right:0;
}
  
.ocSlider .swiper-horizontal>.swiper-pagination-bullets{
    bottom:0;
}

.ocSlider .swiper-pagination-bullet{
    width: 14px;
    height: 14px;
    margin: 0 12px !important;
}

@media screen and (max-width:768px){
    .ocSlider .swiper-pagination-bullet{
        width: 14px;
        height: 14px;
        margin: 4px 12px !important;
    }
}


#slider_D .swiper-pagination-bullet-active{ background-color:#E9C754;}
#slider_T .swiper-pagination-bullet-active{ background-color:#EEA4B9;}
#slider_S .swiper-pagination-bullet-active{ background-color:#A2C639;}

.opencampusTagD,.opencampusTagT,.opencampusTagS{
    color:#ffffff;
    display:inline-block;
    margin:1rem 0 0 0;
    padding:0.5rem;
}
.opencampusTagD{background:#E9C754;}
.opencampusTagT{background: #EEA4B9;}
.opencampusTagS{background: #A2C639;}

.opencampusSchoolName{
    min-height: calc(1.5rem* 2);
    font-size:1.5rem;
    margin:0.75rem 0;
    color:#5A5A5A;
    font-weight:700;
    line-height: 1.25;
}

.opencampusDateWrap{
    display:inline-flex;
    justify-content:flex-start;
    align-items:flex-end;
    border-bottom: 2px solid #FF902A;
    padding-bottom:2px;
}

.opencampusDateText{
    padding: 0 0 3px 0;
    color:#5a5a5a;
}

.opencampusDate span.ocDate{
    font-size:2rem;
    font-family: 'Agency FB', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    color:#5a5a5a;
    text-shadow:1px 0.25px 0 #5a5a5a;
}

@media screen and (max-width:640px){
    .opencampusDate span.ocDate{
        font-size:1.75rem;
        font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
        color:#5a5a5a;
        text-shadow:1px 0.25px 0 #5a5a5a;
    } 
}

.ocLinkWrap .ocLink{
    display:block;
    background: #ffffff;
    border:1px solid #D6D6D6;
    margin: 1rem 0 0 0;
    padding:0.5rem 3rem 0.5rem 0.5rem;
    position: relative;
}

.ocLinkWrap .ocLink:before{
    background: #FF902A;
    content:"";
    display: block;
    width:20px;
    height: 100%;
    position: absolute;
    top:0;
    right:0;
}

.ocLinkWrap .ocLink:after{
    content:"";
    display: block;
    background: #ffffff;
    width: 7px;
    height: 14px;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    position:absolute;
    top: 39%;
    right: 6px;
}

.ocLinkWrap .ocLink span{
    font-size:1rem;
    line-height:1.6;
    min-height:calc(calc(1rem * 2) + 1.4rem);
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

/*ムービースライダー*/
#movie{
    margin:0 0 4rem 0;
}

.lity-container {
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.movieBlock{
    width: 100%;
    margin: 0 auto;
    background: #f4f4f4;
    padding-bottom: 2rem;
}

.movieSlider{
    max-width:680px;
    margin: 0 auto;
    padding:3rem 2rem 0 2rem;
}
.movieSlider .swiper {
    width:100%;
    height: 330px;
} 

@media screen and (max-width:900px){
    .movieSlider{
        max-width:680px;
    }
}

@media screen and (min-width:901px) and (max-width:1100px) {
    .movieBlock{
        width: 90%;
    }
    .movieSlider{
        max-width:680px;
    }
    .movieSlider .swiper {
        height: 380px;
    }   
}

@media screen and (min-width:1101px) {
    .movieBlock{
        width:100%;
    }
    .movieSlider{
        max-width:840px;
    }
    .movieSlider .swiper {
        height: 380px;
    }   
}

@media screen and (min-width:1280px) {
    .movieSlider{
        max-width:1000px;
    }
}


.movieSlider .swiper-slide{
    display: flex;
    justify-content: center;
    padding:0 2rem;
}

@media screen and (max-width:540px) {
    .movieSlider .swiper-slide{
        display: flex;
        justify-content: center;
        padding:0 0;
    }
}

.movieSlider-slide-wrap{
    max-width:426px;
    display:flex;
    flex-direction:column;
    width: 100%;
}

.movieSlider-slide-wrap a.lityImage{
    display: block;
    position:relative;
}

.movieSlider-slide-wrap a.lityImage:before{
    content:"";
    display: block;
    width: 65px;
    height: 65px;
    background:url(../../../img/page/search/opencampus_conditions/play-btn.png) no-repeat;
    background-size:cover;
    bottom: 17px;
    right: 25px;
    z-index: 11;
}

.movieSlider-slide-wrap a.lityImage:after{
    mix-blend-mode:multiply;
    content:"";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, #181818, transparent);
    z-index: 9;
}


.movieSlider-Info{
    width: 70%;
    position:absolute;
    bottom: 30px;
    left: 30px;
    z-index: 10;
}

@media screen and (max-width:1100px){
    .movieSlider-Info{
        width: 50%;
    }
}


.movieSlider-Info p{
    color:#ffffff;
    line-height:1.4;
    filter:drop-shadow(0 3px 6px (0,0,0,0.3));
    padding-left:1rem;
    border-left:5px solid #ffffff;
    min-height:3rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}


.movieSlider-slide-wrap a.lityImage img{
    width: 100%;
    max-width:426px;
    height:234px;
    object-fit:cover;
}

@media screen and (max-width:900px) {    
    .movieSlider-slide-wrap a.lityImage img{
        width: 100%;
        max-width:426px;
        height:190px;
        object-fit:cover;
    }
}

.movieSlider-tagD,.movieSlider-tagT,.movieSlider-tagS{
    width: 75%;
    display:inline-block;
    padding:0.75rem 1rem;
    border-radius:0 8px 0 0;
}

.movieSlider-tagD{background:#E9C754;}
.movieSlider-tagT{background:#EEA4B9;}
.movieSlider-tagS{background:#A2C639;}

.movieSlider-tagD p,.movieSlider-tagT p,.movieSlider-tagS p{
    color:#ffffff;
    font-weight:700;
    font-size:1.4rem;
}


.movieSliderEventBtn{
    display:flex;
    justify-content: center;
    align-items:center;
    margin: 1rem 0;
}

.movieSliderEventBtn a{
    display:block;
    width: 100%;
    max-width:268px;
    background:#FF902A;
    color:#ffffff;
    text-align: center;
    border-radius:50px;
    font-size:1.6rem;
    font-weight:700;
    padding:1rem;
    filter:drop-shadow(0px 3px 0px rgba(177,95,19,1));
}

.movieSlider .swiper-button-prev,
.movieSlider .swiper-button-next{
    background:rgba(0, 0, 0, 0.4);
    border-radius:50px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    z-index: 10;
}

.movieSlider .swiper-button-prev:after{
    display: block;
    content:"";
    width:15px;
    height:15px;
    border-top:3px solid #ffffff;
    border-left:3px solid #ffffff;
    transform:rotate(-45deg);
    position:absolute;
    left:15px;
}
  
.movieSlider .swiper-button-next:after{
    display: block;
    content:"";
    width:15px;
    height:15px;
    border-top:3px solid #ffffff;
    border-right:3px solid #ffffff;
    transform:rotate(45deg);
    position:absolute;
    right:15px;
}
  
.movieSlider .swiper-button-prev {
    left:0;
}
  
.movieSlider .swiper-button-next {
    right:0;
}
  
.movieSlider .swiper-horizontal>.swiper-pagination-bullets{
    bottom:0;
}

.movieSlider .swiper-pagination-bullet{
    width: 14px;
    height: 14px;
    margin: 0 12px !important;
}

@media screen and (max-width:768px){
    .movieSlider .swiper-pagination-bullet{
        width: 14px;
        height: 14px;
        margin: 4px 12px !important;
    }
}

/* アイコン */
.icn-cracker,.icn-movie{
    padding-left:2.5rem;
    position: relative;
}

.icn-cracker:before{
    content:"";
    display: block;
    background:url(../../../img/page/search/opencampus_conditions/cracker.png) no-repeat;
    background-size:cover;
    width:24px;
    height:24px;
    position: absolute;
    top:0;
    left:0;
}

.icn-movie:before{
    content:"";
    display: block;
    background:url(../../../img/page/search/opencampus_conditions/movie.png) no-repeat;
    background-size:cover;
    width: 24px;
    height: 21px;
    position: absolute;
    top:0;
    left:0;
}

img.searchFukidashi{
    display: block;
    margin:0 0 0 1rem;
    max-width:140px;
}
@media screen and (max-width:768px){
    .icn-cracker:before{
        width:20px;
        height:20px;
        position: absolute;
        top:0;
        left:0;
    }
    
    .icn-movie:before{
        width: 20px;
        height: 18px;
        position: absolute;
        top:0;
        left:0;
    }
    img.searchFukidashi{
        display: block;
        margin:0 0 0 4px;
        max-width:75px;
    } 
}


/* そのほかのイベント=================================================== */
.bgCream{
    background: #FFFCF1;
    padding:4rem 2rem;
}

@media screen and (max-width:768px) {
    .bgCream{
        padding:2rem 2rem;
    }
}

.hashLinkList{
    width: 100%;
    max-width:1075px;
    margin: 0 auto;
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
    gap:24px;
}

.hashLinkList li{
    width:calc(calc(100% - 48px) / 3);
}

@media screen and (max-width:768px){
    .hashLinkList{
        width: 100%;
        display:flex;
        justify-content:space-between;
        align-items:center;
        flex-wrap:wrap;
        gap: 16px 0;
    }
}
@media screen and (max-width:768px){
    .hashLinkList li{
        width:48%;
    }
}
@media screen and (max-width:768px){
    .hashLinkList li{
        width:100%;
    }
}

.ctaLinkOmakase{
    display:flex;
}

.ctaLinkOmakase a{
    width: 100%;
    max-width:1075px;
    display: block;
    margin:4rem auto;
}

.bgLightyellow{
    background:#FBFFD8;
    padding:2rem;
    margin: 2rem auto 4rem auto;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",'Meiryo','Hiragino Kaku Gothic ProN',sans-serif;
}

.qaTtlWrap{
    display:flex;
    justify-content: center;
    align-items:center;
    margin: 0 0 2rem 0;
}

.questionTtl{
    display:inline-block;
    text-align: center;
    border-bottom:7px solid #FF902A;
    padding:1rem;
    position:relative;
}

.questionTtl span{
    color:#FF902A;
    font-size:3rem;
}
@media screen and (max-width:768px){
    .questionTtl span{
        font-size:2rem;
    }
}
  
.icn-note{
    width:100px;
    height: 100px;
}

.qaBlockList{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:16px;
}

.qaBlockWrap{
    background: #ffffff;
    border-radius:8px;
    max-width:360px;
    padding:25px;
    position:relative;
    filter:drop-shadow(0 3px 10px rgba(222,193,135,0.75));
    position:relative;
    overflow:hidden;
}

.qaBlockWrap:after{
    content: "";
    display: block;
    background: rgba(255,238,177,0.75);
    position: absolute;
    bottom: -90px;
    right: -35px;
    width: 200%;
    height: 35%;
    z-index: 0;
    transform: rotate(-12deg);
    border: 10px solid #ffffff;
    padding: 10px;
    outline: solid 10px rgba(255,238,177,0.75);
}

.qaBlock{
    border:2px solid #67380D;
    padding:9rem 1rem 1rem 1rem;
    position:relative;
    z-index:1;
}

.questionText{
    width:105%;
    display: block;
    margin: 0;
    padding:1rem 1rem 1rem 2rem;
    line-height:1.4;
    background: orange;
    position:absolute;
    top: 16px;
    left: -30px;
    color:#ffffff;
    font-weight:700;
    font-size:1.8rem;
    z-index:2;
}

.answerText{
    line-height:1.8;
    font-size:1.2rem;
    font-weight: 700;
    color:#67380D;
    position:relative;
    z-index:1;
    min-height: 220px;
}

.spanGreen{
    font-weight:700;
    font-size:1.6rem;
    line-height:1.8;
    color:#0EAC6D;
    position:relative;
    z-index:1;
}

.qaIllust{
    position:absolute;
    bottom:10px;
    right: 10px;
    width: 100px;
}

@media screen and (max-width:1440px) {
    .qaBlockList{
        display:flex;
        justify-content: center;
        flex-wrap:wrap;
        gap:16px;
    }
       
    .answerText{
        line-height:1.8;
        font-size:1.4rem;
        min-height: 240px;
    }
}



.double-arrow{
    display:flex;
    justify-content: center;
    align-items: center;
    margin: 2rem;
}


.double-arrow img{
    width:100px;
}
@media screen and (max-width:768px){
    .double-arrow img{
        width:50px;
    } 
}

.opencampusLink a{
    display: block;
    max-width:920px;
    margin: 0 auto;
}

.btnListLinkWrap{
    max-width:920px;
    margin: 0 auto;
    padding:2rem;
}

@media screen and (max-width:768px){
    .btnListLinkWrap{
        padding:2rem 0;
    }
}

.btnListLink{
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.btnListLink li{
    max-width:235px;
}

/* もっと条件を追加：タブ切り替え */
.moreTabs {
    display: flex;
}

.moreTab {
    cursor: pointer;
    padding: 10px 20px;
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    margin-right: 5px;
}

.moreTab.active {
    background-color: #ccc;
}

.moreTabContent {
    display: none;
    background: #ffffff;
    border: 1px solid #ccc;
}

.moreTabContent.active {
    display: block;
}

.moreTabContentWrap{
    background: #ffffff;
}


.moreTabAccordion .menu-title {
    cursor: pointer;
    background-color: #f0f0f0;
    padding: 10px;
    border: 1px solid #ccc;
}

.moreTabAccordion .submenu {
    /* display: none; 一旦コメントアウト */ 
    padding: 10px;
    border: 1px solid #ccc;
}

.moreTabAccordion .menu-title:hover {
    background-color: #e0e0e0;
}

.moreTabAccordion .menu-title.active {
    background-color: #ccc;
}

.moreTabAccordion .menu-title.active .toggle-icon {
    content: '-';
}

.moreTabAccordion .menu-title.active + .submenu {
    display: block;
}

.moreTabAccordion .toggle-icon {
    float: right;
}

.moreTabAccordion .submenu ul{
  list-style:none;
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-start;
  gap:16px;
}

.moreTabAccordion .submenu ul li{
  width:48%;
  background:#f4f4f4;
  padding:0.5rem;
  display:flex;
  justify-content: flex-start;
}

@media screen and (max-width:768px) {
    .moreTabAccordion .submenu ul li{
        width:100%;
      }
}

.moreTabAccordion .submenu ul li label{
    display:flex;
    width: 100%;
}

.moreTabAccordion .checkbox01{
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding:5px 12px;
    position: relative;
    width: auto;
}
.moreTabAccordion .checkbox01:before{
    content:"";
    display: block;
    width:18px;
    height: 18px;
    border:#333333 1px solid;
    background: #ffffff;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.moreTabAccordion .checkbox01:after{
    border-right: 3px solid #ed7a9c;
    border-bottom: 3px solid #ed7a9c;
    content: '';
    display: block;
    width: 7px;
    height: 11px;
    margin-top: -7px;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 6px;
    transform: rotate(45deg);
}

.moreTabAccordion .checkbox01[type=checkbox]:checked:after{
    opacity: 1;
}

.popupButtonList{
    max-width:300px;
    margin: 2rem auto;
    display:flex;
    justify-content:space-between;
}

.popupButtonList .resetBtn {
    width: 135px;
    background: #cfcfcf;
    color: #787878;
    padding: 1rem;
    border-radius: 0.25rem;
    box-shadow: 0 3px 0px #aaaaaa;
}

.popupButtonList .confBtn {
    width: 135px;
    background: #e7ab50;
    color: #ffffff;
    padding: 1rem;
    border-radius: 0.25rem;
    box-shadow: 0 3px 0px #c47d13;
}

/*エリアからオープンキャンパスを探す*/
#areaOpencampusLink .menu {
    display: none;
}

#areaOpencampusLink .panel {
    display: none;
}

#areaOpencampusLink .accordion {
    display: block;
    margin: 2rem 1rem 6rem 1rem;
}

@media (min-width:1100px) {
    #areaOpencampusLink .menuLink{
        display:flex;
        flex-wrap:wrap;
        justify-content:space-between;
    }
    .menuWrap{
        width:24%;
        margin-bottom:2rem;
    }
}

@media (min-width: 768px) {
    #areaOpencampusLink .menu {
    display: block;
    }
    #areaOpencampusLink .accordion {
    display: none;
    }

    #areaOpencampusLink .menuLink{
        display:flex;
        flex-wrap:wrap;
        justify-content:flex-start;
    }

    #areaOpencampusLink .menuWrap{
        width:30%;
        margin-bottom:2rem;
        margin-right:3%;
    }

    .pclink{
        padding-bottom:0.5rem;
        border-bottom:1px solid #d6d6d6;
    }

    .pcLinkList{
        margin:1rem 0;
    }

    .pcLinkListItem{
        margin-bottom:1rem;
    }

    .pcLinkListItem a{
        display: block;
        color:#302B81;
        position:relative;
        font-size:1.25rem;
        padding-right: 2rem;
    }

    .pcLinkListItem a::before{
        content:"";
        display: block;
        width:9px;
        height: 9px;
        background: #302B81;
        position:absolute;
        top: 50%;
        right: 13px;
        transform: translateY(-50%) rotate(45deg);
        -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
        z-index:0;
    }

    .pcLinkListItem a::after{
        content:"";
        display: block;
        width:9px;
        height: 9px;
        background: #ffffff;
        position:absolute;
        top: 50%;
        right: 15px;
        transform: translateY(-50%) rotate(45deg);
        -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
        z-index:0;
    }
}

@media (max-width: 768px) {
    .aocLinkButton{
        width:100%;
        background: #ffffff;
        border:1px solid #D4D4D4;
        text-align-last: left;
        margin-top: -1px;
        padding:2rem;
    }

    .aocLinkButton.accordionButton.active {
        background: #ffffff;
        color:#333;
    }

    .aocLinkList{
        padding: 2rem;
        border: 1px solid #ccc;
        margin-top: -1px;
    }

    .aocLinkListItem{
        margin:8px 0;
    }

    .aocLinkListItem a{
        display: block;
        background: #E4E8FB;
        padding:1rem;
        position:relative;
        color:#302B81;
    }

    .aocLinkListItem a:before{
        content:"";
        display: block;
        width:9px;
        height: 9px;
        background:#E4E8FB;
        position:absolute;
        top: 50%;
        right: 15px;
        transform: translateY(-50%) rotate(45deg);
        -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
        z-index:1;
    }
    
    .aocLinkListItem a:after{
        content:"";
        display: block;
        width:9px;
        height: 9px;
        background: #302B81;
        position:absolute;
        top: 50%;
        right: 13px;
        transform: translateY(-50%) rotate(45deg);
        -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
        z-index:0;
    }


    .aocLinkButton{
        position:relative;
    }

    .aocLinkButton::before{
        content:"";
        display: block;
        width:9px;
        height: 9px;
        background: #302B81;
        position:absolute;
        top: 55%;
        right: 15px;
        transform: translateY(-50%) rotate(45deg);
        -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
        z-index:0;
    }

    .aocLinkButton::after{
        content:"";
        display: block;
        width:9px;
        height: 9px;
        background: #ffffff;
        position:absolute;
        top: 50%;
        right: 15px;
        transform: translateY(-50%) rotate(45deg);
        -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
        z-index:0;
    }

    #areaOpencampusLink .accordionButton:hover {
        background-color: #ffffff;
        color:#777777;
    }

    .aocLinkButton.active::before{
        position:absolute;
        top: 50%;
        right: 15px;
    }
    .aocLinkButton.active::after{
        position:absolute;
        top: 55%;
        right: 15px;
    }
}