@charset "UTF-8";

.contents {
padding: 0;
}
figure {
margin: 0;
}
.oc_kansai{
max-width: 1200px;
margin: 0 auto;
}
.oc_kansai .top{
margin-bottom:60px;
}
.oc_kansai .top_txt{
display: flex;
justify-content: center;
align-items: center;
margin-top:40px;
}


@media screen and (max-width: 736px) {
.oc_kansai .top_txt{
margin:40px 20px 0;
font-size: .9375rem;
}


}



/*btn
----------------------*/
.innerBtnList{
padding: 0 4px 0 12px;
}
.innerBtnList_list{
display: flex;
justify-content: center;
align-items: stretch;
margin: calc(60px * -1) 0 0 calc(39px * -1);
}
.innerBtnList_item{
margin: 60px 0 4px 39px;
width: calc(99.9% / 12 * 4 - 39px);
}
.innerBtnList_item a{
display: flex;
flex-direction: column;
align-items: center;
background-color: #fff;
box-shadow: 4px 4px 0px 0px #dedcdc;
border-radius: 7px;
/*overflow: hidden;*/
padding:21px 15px 21px 19px;
color:#333;
font-size:1.375rem;
line-height: 1.6;
font-weight: 700;
text-decoration: none;
position: relative;
}
.innerBtnList_item a::before {
background-size: 78px;
/*background-position: center center;*/
content: "";
position: absolute;
top: -20px;
bottom: 0;
left: -12px;
width: 78px;
/*z-index: 999;*/
}
.innerBtnList_item a.anc01::before {
background-image: url(/open_campus/oc_kansai/images/icon_type01.png);
}
.innerBtnList_item a.anc02::before {
background-image: url(/open_campus/oc_kansai/images/icon_type02.png);
}
.innerBtnList_item a.anc03::before {
background-image: url(/open_campus/oc_kansai/images/icon_type03.png);
}
.innerBtnList_item a span.txt{
font-size:.8125rem;
font-feature-settings: "palt";
}
.innerBtnList_item .anc01{
border:2px solid #0781ea;

}
.innerBtnList_item .anc02{
border:2px solid #82c432;

}
.innerBtnList_item .anc03{
border:2px solid #bec21d;

}


.innerBtnList_item a::after {  
position: absolute;
top: 50%;
right: 15px;
content: "";
width: 10px;
height: 8px;
-webkit-mask-image: url(d/open_campus/oc_kansai/images/icon_btn.svg);
mask-image: url(/open_campus/oc_kansai/images/icon_btn.svg);
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
transform: translateY(-50%);
}

.innerBtnList_item a.anc01::after {
background-color: #0781ea;
}
.innerBtnList_item a.anc02::after {
background-color: #82c432;
}
.innerBtnList_item a.anc03::after {
background-color: #bec21d;
}



@media screen and (max-width: 736px) {
.innerBtnList{
padding: 0 10px;
}
.innerBtnList_list{
flex-direction: column;
margin: calc(40px * -1) 0 0 calc(10px * -1);
}
.innerBtnList_item{
margin: 30px 0 4px 10px;
width: calc(99.9% / 12 * 12 - 10px);
}
.innerBtnList_item a{
padding:17px 15px 17px 30px;
}


}













/*バス・交通費補助
----------------------*/
.pointList{
max-width:1000px;
margin:0 auto 7px;
background-color: #e6f4f3;
box-shadow: 7px 7px 0px 0px #dedcdc;
border-radius: 10px;
overflow: hidden;
}
.pointList_top{
background-color:#00a295;
color:#fff;
font-size:1.25rem;
font-weight:700;
padding:14px;
text-align:center;
letter-spacing: 0.05rem;
}
.pointList_txt{
padding:30px 60px 0 60px;
margin-top:0;
text-align:center;
}
.pointList_list{
display: flex;
justify-content: center;
align-items: stretch;
margin: calc(30px * -1) 0 0 calc(60px * -1);
padding:30px 60px;
}
.pointList_item{
margin: 30px 0 0 60px;
width: calc(99.9% / 12 * 6 - 60px);
}
.pointList_title{
font-size:1.125rem;
font-weight:700;
line-height: 1;
position: relative;
padding-left: 60px;
}

.pointList_title::before{
/*width: 45px;
height: 45px;
background-size: 14px;
background-position: left 11px center;*/
content: "";
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 45px;
height: 45px;
margin: auto 0;
background-color: #00a295;
border-radius: 5px;
}
.pointList_title-type01::before{
background-image: url(/open_campus/oc_kansai/images/icon-bus.svg);
background-size: 34px;
background-position: center center;
}
.pointList_title-type02::before{
background-image: url(/open_campus/oc_kansai/images/icon_expense.svg);
background-size: 28px;
background-position: center center;
}


@media screen and (max-width: 736px) {
.pointList{
box-shadow: 4px 4px 0px 0px #dedcdc;
}
.pointList_top{
line-height: 1.65;
}
.pointList_txt {
padding: 20px 20px 0 20px;
text-align: left;
}
.pointList_list {
flex-direction: column;
margin: 0 10px 10px 10px;
padding:10px;
}
.pointList_item {
margin:30px 0 0 0;
width:calc(99.9% / 12 * 12 - 0px);
}


}


/*sns
----------------------*/
.snsList{
max-width:900px;
margin:0 auto;
border: 3px solid #333;
/*padding: 40px 90px;*/
position: relative;
border-radius: 10px;
margin:102px auto 0;
}
.snsList_top{
background: #F8F8F8;
max-width: 50%;
width: 100%;
text-align: center;
padding:0 10px;
margin: 0 auto;
font-size: 1.125rem;
font-weight: 700;
letter-spacing: 0.05rem;
line-height: 1.75;
position: absolute;
top: -32px;
left: 0;
right: 0;
}
.snsList_list{
display: flex;
justify-content: center;
align-items: stretch;
padding: 60px 90px 40px;
margin: 0;
}
.snsList_item{
width: calc(100% / 2);
margin: 0 10px;
display: flex;
}
.snsList_item a{
display: flex;
flex-direction: row-reverse;
align-items: center;
text-decoration: none;
color: #333;
}
.snsList_item a:focus,
.snsList_item a:hover{
box-shadow: 0 0 0 0 transparent;
transform: translateY(2px)!important
color: #1d9ed4;
opacity: 1
}

.snsList_item a:focus .snsList_title,
.snsList_item a:hover .snsList_title{
text-decoration: underline;
}

.snsList_item div{
display: flex;
flex-direction: column;
width: 100%;
}
.snsList_item .icon{
flex: 0 0 auto;
margin:0 22px 0 0;
width: 60px;
}
.snsList_title{

}
.snsList_txt{
margin: 0;
color: #7d7d7d;
font-size: .75rem;
line-height: 1.65;
}

@media screen and (max-width: 736px) {
.snsList{
margin: 80px auto 0;
}
.snsList_top{
max-width:89%;
padding: 0 5px;
font-size:1.0625rem;
letter-spacing: inherit;
line-height: 1.65;
}
.snsList_list{
padding: 40px 10px 20px;
}
.snsList_item {
margin: 0 5px;
}
.snsList_item a{
flex-direction: column-reverse;
align-items: center;
justify-content: start;
}
.snsList_item .icon{
margin:0;
width: 45px;
}


}


/*オープンキャンパス・職業体験イベント
----------------------*/
.eventList_top{
display: flex;
align-items: center;
justify-content: center;
flex-direction: row-reverse;
margin-bottom:60px;
}
.eventList_top h2{
order: 2;
font-size:2.25rem;
font-weight: 700;
line-height: 1.65;
letter-spacing: 0.1rem;
}
.eventList_top p{
order: 1;
font-size:1.125rem;
font-weight: 700;
margin:0;
}
.eventList_top figure.icon{
display: flex;
align-items: center;
/*justify-content: center;*/
}
.eventList_top-type01,
.eventList_top-type02,
.ocList_top-type03{
display: flex;
flex-direction: column;
align-items: center;
margin-left:26px;
}
.eventList_top-type01 h2 span{
background: linear-gradient(transparent 73%, #c1e2ff 73%);
}
.eventList_top-type02 h2 span{
background: linear-gradient(transparent 73%, #c3f686 73%);
}

.eventList_bus{
margin: 0;
}
.eventList_bus .badge_bus {
color: #fff;
border-color: transparent;
border-radius: 0;
padding: 8px;
width: 100%;
text-align: center;
font-size: .875rem;
line-height: 1.25;
}
.eventList_bus .badge_bus-type01 {
background-color: #0b82eb;
}
.eventList_bus .badge_bus-type02 {
background-color: #82C432;
}
.eventList_area:not(:first-child) {
margin-top: 6px;
}
.eventList_area {
margin: 0;
color: #7d7d7d;
font-size: .75rem;
line-height: 1.85
}

.ocList_top{
display: flex;
align-items: center;
justify-content: center;
flex-direction: row-reverse;
margin-bottom:60px;
}
.ocList_top h2{
order: 2;
font-size:2.25rem;
font-weight: 700;
line-height: 1.65;
letter-spacing: 0.1rem;
}
.ocList_top h2 span{
background: linear-gradient(transparent 73%, #e2e4a5 73%);
}
.ocList_top p{
order: 1;
font-size:1.125rem;
font-weight: 700;
margin:0;
}
.ocList_top figure.icon{
display: flex;
align-items: center;
justify-content: center;
}

@media screen and (max-width: 736px) {
.eventList_top,
.ocList_top{
margin-bottom:30px;
}
.eventList-grid-12-12sp .eventList_item {
margin: 20px 0 0 10px;
}
.eventList_top h2,
.ocList_top h2{
font-size:1.75rem;
}
.eventList_top p,
.ocList_top p{
font-size:.9375rem;
line-heignt:1.6;
}
.eventList_top-type01,
.eventList_top-type02,
.ocList_top-type03{
margin-left:10px;
}
.eventList_top figure.icon,
.ocList_top figure.icon{
max-width: 80px;
}


}



/*OC申し込み
----------------------*/

.ocList_list {
display: flex;
align-items: stretch;
flex-wrap: wrap;
margin: calc(40px * -1) 0 0 calc(50px * -1);
}
/*.ocList_list::before,
.ocList_list::after{
content: "";
display: block;
width: calc((100% - 120px) / 3);
}
.ocList_list::before {
    order: 1;
}*/

.ocList_item {
margin: 40px 0 0 50px;
width: calc(99.9% / 12 * 4 - 50px);
box-sizing: border-box;
position: relative;
}

.ocList_itemInner {
display: flex;
flex-direction: column-reverse;
justify-content: flex-end;
height: 100%;
color: #333;
text-decoration: none;
overflow: hidden;
line-height: 1.45;
background-color: #fff;
border: 3px solid #00a296;
border-radius: 12px;
/*box-shadow: 0 0 18px 5px rgba(125,125,125,.2);*/
box-shadow: 3px 3px 0px 0px #00a296;
}


a.ocList_itemInner {
        transition: .3s cubic-bezier(0,0,.26,1.32)
}
a.ocList_itemInner:focus,a.ocList_itemInner:hover {
        box-shadow: 0 0 0 0 transparent;
        transform: translateY(2px)!important
}
a.ocList_itemInner[disabled]:focus,a.ocList_itemInner[disabled]:hover {
    box-shadow: 0 0 0 0 transparent;
    transform: translateY(0)!important
}

a.ocList_itemInner:hover {
    opacity: 1
}

a.ocList_itemInner:hover .ocList_title {
    color: #1d9ed4;
    text-decoration: underline
}


.ocList_card {
display: flex;
flex-direction: column;
padding: 14px 18px 16px;
width: 100%;
height: 100%;
}
.ocList_title {
margin: 0;
font-size: 1.25rem;
font-weight: 700;
}
.ocList_group p{
margin: 10px 0;
color: #7d7d7d;
font-size: .75rem;
line-height: 1.85;
}
.ocList_figure {
display: flex;
justify-content: center;
align-items: center;
position: relative;
margin: auto;
text-align: center;
aspect-ratio: 3/2;
text-decoration: none;
overflow: hidden;
padding-top: calc(2/3*100%);
width: 100%;
}
.ocList_figure img {
max-height: 100%;
object-fit: contain;
-webkit-backface-visibility: visible;
backface-visibility: visible;
flex: 0 0 auto;
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: 0;
margin: auto;
max-width: 100%;
max-height: 100%;
font-family: "object-fit: contain;";
}
.ocList_footer {
margin: auto auto 0;
margin-top: auto;
align-content: flex-end;
width: 100%;

}
.ocList_footer .ocList_btn{
text-decoration: none;
padding: 14px 18px;
border-radius: 52px;
line-height: 1.25;
background-color: #fdae14;
color:#fff;
font-size: .9375rem;
text-align:center;
margin-bottom: 0;
}

.category-area{
margin: 20px 0 40px;
}
.category-area ul{
display: flex;
align-items: stretch;
flex-wrap: wrap;
margin: calc(40px * -1) 0 0 calc(40px * -1);
}
.category-area li{
margin: 40px 0 0 40px;
width: calc(99.9% / 12 * 3 - 40px);
}
.category-area li a{
display: block;
text-decoration: none;
padding: 15px;
width: 100%;
line-height: 1.45;
border-radius: 52px;
font-size: .9375rem;
}


/*tabの形状*/
.tab{
  display: flex;
  flex-wrap: wrap;
}
.tab li a{
  display: block;
  background:#ddd;
  margin:0 2px;
  padding:14px 18px;
}
/*liにactiveクラスがついた時の形状*/
.tab li.active a{
  background:#00a296;
  color:#fff;
}


/*エリアの表示非表示と形状*/
.area {
  display: none;/*はじめは非表示*/
  opacity: 0;/*透過0*/
}

/*areaにis-activeというクラスがついた時の形状*/
.area.is-active {
    display: block;/*表示*/
    animation-name: displayAnime;/*ふわっと表示させるためのアニメーション*/
    animation-duration: 2s;
    animation-fill-mode: forwards;
}


@keyframes displayAnime{
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}




@media screen and (max-width: 736px) {
.ocList_list {
margin: calc(10px * -1) 0 0 calc(10px * -1);
}
.ocList_item {
margin: 10px 0 0 10px;
width: calc(99.9% / 12 * 6 - 10px);
}
.ocList_itemInner{
box-shadow: none;
}
.ocList_card{
padding: 14px 8px 16px;
}
.ocList_title {
font-size: 1.2857142857rem;
}
.ocList_footer .ocList_btn{
padding: 12px 6px;
border-radius: 8px;
font-feature-settings: "palt";
font-size: .875rem;
}
.ocList_footer .btn-arrowRight02>span::after{
font-size: 60%;
}
.category-area{
margin:10px 0 20px;
}
.category-area ul{
margin: calc(10px * -1) 0 0 calc(10px * -1);
}
.category-area li{
margin: 10px 0 0 10px;
width: calc(99.9% / 12 * 6 - 10px);
}

.category-area li a{
padding: 10px 5px;
}



}

/*指定した日時で表示・非表示切り替え*/
.dateTimeSwitching {
  display: none;
}
