/*-------------------------------
	topics
-------------------------------*/

.pc-none {
	display: none;
}

.slick-slide .pc_none,
.slick-slide .pc-none {
	display:none;
}
.slick-slide img.sp_none,
.slick-slide img.sp-none{
	display:block;
}

/* ここから矢印カスタマイズ */
.top_slider .slick-arrow {
	transition: all  0.5s;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
}
.top_slider .slick-arrow:hover{
	cursor: pointer;
	opacity: 0.5;
}
.top_slider .prev-arrow {
	right: 90%;
}
.top_slider .next-arrow {
	left: 90%;
}
.top_slider .slick-dots {
    bottom: -45px;
}
.top_slider .slick-dotted.slick-slider {
    margin-bottom: 60px;
}
.top_slider .slick-dots li {
    width: 50px;
    height: 30px;
}
.top_slider .slick-dots li button:before {
    background: #000;
    border-radius: 50%;
    width: 13px;
    height: 13px;
    content: '';
}
/*ボタンが2つの時*/
.top_slider li{
	position: relative;
}
.top_slider li a.link_01{
	height: 5.15vw;
    width: 18.5vw;
    position: absolute;
	bottom: 1.39vw;
    background-color: #ffffff;
    left: calc(50% - 19vw);
	opacity: 0;
}
.top_slider li a.link_02{
	height: 5.15vw;
    width: 17.8vw;
    position: absolute;
    bottom: 1.39vw;
    background-color: #ffffff;
    right: calc(50% - 18.2vw);
    opacity: 0;
}
.top_slider li a.link_01:hover,
.top_slider li a.link_02:hover,
.top_slider li a.link_03:hover{
	opacity: 0.2;
	border: none !important;
}

@media screen and (min-width: 768px){
	.top_slider .slick-arrow {
		width: 50px;
		height: 50px;
		background: #ccc;
		padding: 12px;
		border-radius: 50%;
		opacity: 0.7;
	}
	.top_slider .slick-arrow:hover{
		cursor: pointer;
		opacity: 0.5;
	}
}
@media screen and (max-width: 767px){
	.top_slider .slick-arrow {
		width: 45px;
		height: 45px;
		background: #ccc;
		padding: 10px;
		opacity: 0.7;
	}

	.top_slider .slick-dots {
		bottom:-7.25vw;
	}
	.top_slider .slick-dotted.slick-slider {
		margin-bottom:7.5vw;
	}
	.top_slider .slick-dots li {
		width:8vw;
		height:5vw;
		margin:0 1.25vw;
	}
	/*ボタンが2つ*/
	.top_slider li a.link_01{
		height: 9.5vw;
        width: 43.5vw;
		position: absolute;
		bottom: 6rem;
		background-color: #ffffff;
		left: 50%;
		transform: translateX(-50%);
	}
	.top_slider li a.link_02{
		height: 9.5vw;
        width: 43.5vw;
		position: absolute;
		bottom: 1.5rem;
		background-color: #ffffff;
		left: 50%;
		transform: translateX(-50%);
	}


}


#topics,
#topics_sogo{
	/*overflow: visible;
	background: #eeeeef;
	margin-top: 150px;
	padding-bottom: 105px;
	position: relative;*/
}
/*
#topics::after {
    position: absolute;
    content: "";
    width: 80%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    height: 4px;
    background: #fff;
    width: calc(100% - 30px);
    max-width: 1170px;
}
*/
#topics{
	margin-bottom: 0!important;
}
#topics_sogo{
	margin-top: 0!important;
	margin-bottom: 150px;
}

#topics .sp-none,
#topics_sogo .sp-none{
	margin-top: 30px;
	max-width: 1150px;
	margin: 30px auto 45px;
}

#topics .pic img,
#topics_sogo .pic img {
	width: 100%;
    height: auto;
    height: 100%;
    object-fit: cover;
    font-family: "object-fit: cover;";
}
#topics a.btn{
	margin: 0 auto;
}
.tab-list {
    display: flex;
    justify-content: center;
    margin: 0 auto 20px;
    flex-wrap: wrap;
    border-bottom: none;
    max-width: 1170px;
}
.tab-list li {
    cursor: pointer;
    transition: .3s all ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #000000;
    border-radius: 30px;
    padding: 1em 1.8em;
    margin: 0 5px 8px;
    color: #000000;
    font-size: 1.5rem;
    text-align: center;
    min-width: 90px;
}
.tab-list li:hover{
	opacity: .7;
}
.tab-list li.current{
	/*color: #3e3a39;*/
    text-decoration: none;
    background-color: #d40027;
    color: #ffffff;
    border: 2px solid #d40027;
}
.news-list{
	transition: .3s all ease;
}
.news-list ul{
	width: 32%;
	background-color: #fff;
	margin-bottom: 6rem;
	box-shadow: 5px 0px 11px 7px #dfdfdf;
}
.news-list ul:nth-last-child(-n+3){
	margin-bottom: 0;
}
/* .news-list ul:not(:last-of-type){
	margin-right: 5%;
} */
.news-list li{
	margin-top: 0;
	height: 100%;
}
.news-list li a{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	height: 100%;
}
.news-list .pic{
	text-align: center;
    width: 100%;
    height: 250px;
	margin-bottom: 3rem;
}
.news_text_wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
	padding-right: 2rem;
    padding-left: 2rem;
}
.cat{
    background: none;
    margin: 0;
    font-size: 1.6rem;
    color: #717171;
    padding-bottom: 20px;
    letter-spacing: .02em;
    border-radius: 2px;
    font-weight: 700;
}
.cat01{
	background: #4e477e;
}
.cat02{
	background: #a66b5d;
}
.cat03{
	background: #80c163;
}
.news-list h3{
	font-size: 2rem;
	letter-spacing: 0;
	line-height: 1.8;
	word-break: break-all;
	margin-bottom: 2rem;
}
.news-list{
	display: none;
	visibility: hidden;
	opacity: 0;
}
.current_content{
	visibility: visible;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	opacity: 1;
}

#topics .rhombus {
	transform:translateY(-42px);
}

#topics .btn_main {
	margin:0 auto;
}
#topics .inner .btn-area,
#topics_sogo .inner .btn-area {
    margin: 7rem auto;
}
#topics_sogo .btn_main{
	    margin: 0 auto;
}
/*-------------------------------
	f view
-------------------------------*/

.top_slide {
	/*height:42.65vw;
	min-height:400px;*/
	position:relative;
}
.top_slide.obf_cover img {
    object-fit: contain;
}


/* .top_slide::before {
	content:"";
	display: block;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.25);
	position:absolute;
	left:0;
	top:0;
} */

.f_view .inner {
	position:absolute;
	bottom:50px;
	left:50%;
	transform:translateX(-50%);
}

.f_view h1 span {
	margin-bottom:0.5em;
	display: inline-block;
	padding:0.25em 0.5em;
	font-size:4.2rem;
	/* font-size:2.6667vw; */
	font-weight:400;
	letter-spacing: 0.075em;
	color:#fff;
	background: rgb(132,148,202);
	background: linear-gradient(40deg, rgba(132,148,202,1) 0%, rgba(106,198,235,1) 50%, rgba(148,210,242,1) 100%);
}

/*-------------------------------
	opcam_top
-------------------------------*/

.opcam_top {
	margin-bottom:80px;
}

.opc_title {
	width:48%;
}

.opc_title h2 strong {
	font-size:9.6rem;
	font-weight:bold;
	font-style:italic;
	letter-spacing: 0.25em;
	border-bottom:3px solid #000000;
	line-height:1;
	display: inline-block;
}

.opc_title h2 span {
	font-weight:bold;
	font-style:italic;
	letter-spacing: 0.25em;
	font-size:5.4rem;
	line-height:1.25;
	display: inline-block;
}

.opc_title h1 {
	font-size:2.5rem;
	font-weight:bold;
	line-height:1.25;
	margin:1em auto 0.5em;
	letter-spacing: 0.25em;
}

.opc_title h3 {
	background:#fff100;
	line-height:1.25;
	font-size:1.7rem;
	font-weight:300;
	padding:0.25em 0.5em;
	margin:0 0 1em 0;
	letter-spacing: 0.15em;
}

.opc_img_wrap figure {
	width:31.4%;
	height:160px;
}
.opc_img_wrap figure img {
	object-fit: contain;
}

.opc_title .btn-area {
	margin: 50px auto 0;
}
.opc_title .btn-area .btn_main {
	margin: 0 auto;
}

.opc_calendar {
	width:46%;
	/* height:570px; */
}

.opc_calendar .test {
	background:#ccc;
	width:100%;
	height:100%;
	line-height:570px;
	text-align:center;
	font-size:3rem;
	font-weight:bold;
}

/*-------------------------------
	symbiosis 
-------------------------------*/

.symbiosis {
	margin-bottom:120px;
	position:relative;
	background:#e5dedd;
}

.symbiosis::before {
	content:"";
	display: block;
	width:calc((100% - 1140px) / 2);
	min-width:30px;
	height:72px;
	position:absolute;
	left:0;
	top:30px;
	background:#1b4bb4;
}

.symbiosis h2 {
	padding:30px 0 50px 300px;
	position:relative;
	font-size:3.8rem;
	letter-spacing: 0.35em;
	font-weight:500;
	line-height:1.25;
}

.symbiosis h2 strong {
	font-size:5.6rem;
	font-weight:900;
	display: inline-block;
}

.symbiosis h2 span {
	position:absolute;
	left:0;
	top:30px;
	font-size:2.8rem;
	letter-spacing: 0.35em;
	padding-left:1.5em;
	font-weight:500;
	display: block;
	background:#1b4bb4;
	height:72px;
	line-height:72px;
}

.symbiosis h2 span::after {
	content:"";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 72px 56px 0 0;
	border-color: #1b4bb4 transparent transparent transparent;
	position:absolute;
	left:100%;
	top:0;
}

/*-------------------------------
	course
-------------------------------*/

.course_wrap {
	margin-bottom:120px;
}

.course_block:not(:last-of-type) {
	margin-bottom:30px;
}

.course_block::before {
	content:"";
	display: block;
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
}

.course_block01::before {
	background:#d9e3ec;
	background: linear-gradient(90deg, transparent 35%, #d9e3ec 44%);
}

.course_block02::before {
	background:#dcedf3;
	background: linear-gradient(90deg, transparent 35%, #dcedf3 44%);
}

.course_block03::before {
	background:#f7dfdd;
	background: linear-gradient(90deg, transparent 35%, #f7dfdd 44%);
}

.course_block04::before {
	background:#ece0ec;
	background: linear-gradient(90deg, transparent 35%, #ece0ec 44%);
}

.course_block a {
	width:100%;
	height:100%;
	position:relative;
	display: block;
}

.course_block a:hover {
	opacity:1;
}

.course_block a:hover .course_img {
	opacity:0.5;
}

.course_txt {
	width:57%;
	margin-left:auto;
	padding:60px 80px 60px 20px;
	position:relative;
	min-height:350px;
}

.course_txt::after {
	content:"";
	display: block;
	width:63px;
	height:27px;
	position:absolute;
	right:0;
	top:0;
	bottom:0;
	margin:auto 0;
}

.course_block01 .course_txt::after {
	background:url(../images/arrow_blue.svg) no-repeat center / contain;
}

.course_block02 .course_txt::after {
	background:url(../images/arrow_chien.svg) no-repeat center / contain;
}

.course_block03 .course_txt::after {
	background:url(../images/arrow_red.svg) no-repeat center / contain;
}

.course_block04 .course_txt::after {
	background:url(../images/arrow_purple.svg) no-repeat center / contain;
}

.course_txt h2 {
	font-size:4.6rem;
	letter-spacing: 0.2em;
	line-height:1.25;
	font-weight:bold;
}

.course_txt h4 {
	font-size:3rem;
	font-weight:bold;
	margin-top:1em;
	padding-left:3em;
	position:relative;
	letter-spacing: 0.2em;
	margin-bottom:1em;
}

.course_txt h4::before {
	content:"＞＞＞";
	display: block;
	font-size:2.2rem;
	letter-spacing: 0.2em;
	position:absolute;
	left:0;
	top:0.2em;
	bottom:0;
	margin:auto 0;
}

.course_txt p {
	font-weight:300;
	letter-spacing: 0.35em;
}

.course_block01 h2,
.course_block01 h4 {
	color:#074984;
}

.course_block02 h2,
.course_block02 h4 {
	color:#1486ad;
}

.course_block03 h2,
.course_block03 h4 {
	color:#c92a1d;
}

.course_block04 h2,
.course_block04 h4 {
	color:#832e7e;
}

.course_img {
	position:absolute;
	left:0;
	top:0;
	width:49%;
	height:100%;
	z-index: -1;
	transition:opacity .3s;
}

.course_img img {
	object-position: 38% center;
	font-family: 'object-fit: cover; object-position: 38% center;';
}


/*-------------------------------
	ob_block
-------------------------------*/

.ob_block {
	margin-bottom:100px;
}

.ob_block a {
	position:relative;
}

.ob_block a:hover {
	opacity:1;
}

.ob_block a:hover .ob_img::before {
	background:rgba(0,0,0,0);
}

.ob_block a h2 {
	background: rgb(139,196,236);
	background: radial-gradient(at left top, rgba(139,196,236,1) 0%, rgba(75,132,207,1) 35%, rgba(23,61,156,1) 70%);
	width:45%;
	position:relative;
}

.ob_block a h2::after {
	content:"";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 38.6vw 130px 0 0;
	border-color: rgba(23,61,156,1) transparent transparent transparent;
	position:absolute;
	left:100%;
	top:0;
	z-index: 1;
}

.ob_block a h2 span {
	font-size:3.8rem;
	letter-spacing: 0.08em;
	font-weight:bold;
}

.ob_block .ob_img {
	width:55%;
	height:38.6vw;
	position:relative;
}

.ob_block .ob_img::before {
	content:"";
	display: block;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.5);
	position:absolute;
	left:0;
	top:0;
	transition:background .3s;
}

/*-------------------------------
	scholarship
-------------------------------*/

.scholarship {
	padding-bottom:90px;
	margin-bottom:80px;
}

.scholarship::before {
	content:"";
	display: block;
	width:110%;
	height:calc(100% - 42px);
	position:absolute;
	top:42px;
	left:50%;
	background:#d6edfa;
	/* transform:skewX(-42deg) translateX(-50%); */
	transform:translateX(-50%);
	z-index: -1;
}

.scholarship p {
	font-size:3.5rem;
	font-weight:bold;
	line-height:1.875;
	letter-spacing: 0.1em;
}

.scholarship p strong {
	font-size:4.5rem;
}

.scholarship .btn_main {
	margin:60px auto 0;
}


/*-------------------------------
	responsive
-------------------------------*/
@media screen and (max-width: 1360px){


	.f_view h1 span {
		font-size:3.2rem;
	}

@media screen and (max-width: 1200px){

	.news-list .pic{
		height: calc((100vw - 30px) * .3 / 3 * 2);
	}
	.cat{
		font-size: 1.8rem;
	}

	.opc_title h2 strong {
		font-size:8vw;
	}
	
	.opc_title h2 span {
		font-size:4.5vw;
	}
	

@media screen and (max-width: 960px){

	.f_view h1 span {
		font-size:2.8rem;
	}

	.course_txt h2 {
		font-size:3.4rem;
	}

	.course_txt {
		padding:60px 80px 60px 30px;
	}
	

}/* end 960px */

}/* end 1200px */

}/* end 1360px */

/*-------------------------------
	ver sp
-------------------------------*/

@media screen and (max-width:768px) {


	.pc-none {
		display: block;
	}

	.sp-none {
		display: none;
	}

	.slick-slide .pc_none,
	.slick-slide .pc-none {
		display:block;
	}
	.slick-slide img.sp_none,
	.slick-slide img.sp-none{
		display:none;
	}

/*-------------------------------
	topics
-------------------------------*/

#topics{
	margin-top: 20vw;
	margin-bottom: 0;
	padding-bottom: 0;
}

#topics .inner {
	padding: 0 5vw;
}
#topics .index-sec-ttl{
	background: url(../images/sp-index-sec-ttl-bg02.png) no-repeat;
	background-size: 100% auto;
	width: 40rem;
	height: 4.5rem;
}
.pc-none.news-list{
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
}
.news-list ul {
    width: 95%;
    margin: 0 auto;

}
.news-list li{
	margin-top: 0;
	padding-bottom: 3rem;
}
.news-list .pic{
	width: 100%;
	height: 25.7rem;
}
.cat{
	margin: 1.4rem 0 .8rem 2rem;
	font-size: 1.8rem;
	padding: .6rem 1.8rem;
	letter-spacing: 0;
	border-radius: .2rem;
}
.news-list h3{
	font-size: 2.1rem;
	margin-left: 2rem;
}
.news-list li:last-of-type {
    /* background: #fff; */
}
.btn-area{
	background: #fff;
	padding-bottom: 20vw;
}

#topics .rhombus {
	transform:translateY(-5.625vw);
}
#topics .inner .btn-area {
    background: #eee;
    margin: 3rem 0;
}
/*追加*/
.tab-list li{
	font-size: 1.4rem;
	min-width: 9rem;
    font-size: 1.4rem;
    padding: 0.5em 1em !important;
    line-height: 1;
}
.news-list li a{
	flex-direction: row;
	align-items: center;
}
.news-list .pic{
	width: 40%;
    height: auto;
    /* aspect-ratio: 1 / 1; */
    margin-bottom: 0;
}
.news_text_wrap{
	width: 60%;
	padding: 1.5rem;
}
.news-list h3 {
    font-size: 1.6rem;
    margin-left: 0;
	        margin-bottom: 2rem;
}
.cat {
    margin: 0;
    font-size: 1.4rem;
    padding: 0;
    letter-spacing: 0;
}
.news-list li{
    padding-bottom: 0;
}
.news-list ul {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 2rem;
}
.news-list ul:nth-last-child(-n+3){
	margin-bottom: 2rem;
}
.news-list ul:last-child{
	margin-bottom: 0;
}
#topics_sogo .btn-area{
	background: none;
    padding-bottom: 0;
}
#topics .pic img,
 #topics_sogo .pic img {
    width: 100%;
    height: auto;
    object-fit: cover;
    font-family: "object-fit: cover;";
}
#topics_sogo .inner .btn-area,
#topics .inner .btn-area{
	margin: 3rem 0 0 0;
	padding-bottom: 20vw;
}
#topics_sogo{
	margin-bottom: 20vw;
	padding-bottom: 0;
}
#topics::after {
    bottom: 5rem;
    height: 2px;
}

/*-------------------------------
	f view
-------------------------------*/



.f_view .top_slide {
	/*height:133.25vw;*/
	min-height:auto;
}

.f_view .inner {
	bottom:10vw;
}


.f_view h1 span {
	font-size:2.2rem;
	letter-spacing: 0em;
	line-height:1.5;
}

/*-------------------------------
	opcam_top
-------------------------------*/

.opcam_top {
	margin-bottom:25vw;
}

.opc_title {
	width:100%;
}

.opc_title h2 strong {
	font-size:6.2rem;
	border-width:0.75vw;
}

.opc_title h2 span {
	font-size:4rem;
	line-height:1.5;
}

.opc_title h1 {
	font-size:2rem;
	letter-spacing: 0.1em;
}

.opc_title h3 {
	font-size:1.6rem;
	letter-spacing: 0.1em;
	line-height:1.5;
}

.opc_img_wrap figure {
	width:31.4%;
	height:25.75vw;
}
.opc_title .btn-area {
	margin-top: 30px;
}

/* カレンダーコード実装時に調整すること */
.opc_calendar {
	width:100%;
	/* height:100vw; */
	margin-top:10vw;
}

.opc_calendar .test {
	background:#ccc;
	width:100%;
	height:100%;
	line-height:100vw;
	text-align:center;
	font-size:2rem;
	font-weight:bold;
}

/*-------------------------------
	symbiosis 
-------------------------------*/

.symbiosis {
	margin-bottom:20vw;
	overflow: visible;
}

.symbiosis::before {
	width:7.5vw;
	min-width:auto;
	height:11.25vw;
	top:-5.625vw;
}

.symbiosis h2 {
	padding:10vw 0 7.5vw 0px;
	font-size:2.4rem;
	letter-spacing: 0.15em;
	text-align: right;
}

.symbiosis h2 strong {
	font-size:5.2rem;
	letter-spacing: 0.25em;
}

.symbiosis h2 span {
	position:absolute;
	left:0;
	top:-5.625vw;
	font-size:2rem;
	height:11.25vw;
	line-height:11.25vw;
}

.symbiosis h2 span::after {
	border-width: 11.25vw 8.75vw 0 0;
}

.sym_img {
	height:57.75vw;
}

.sym_img img {
	object-position: 15% 50%;
	font-family: 'object-fit: cover; object-position: 15% 50%;';
}

/*-------------------------------
	course
-------------------------------*/

.course_wrap {
	margin-bottom:20vw;
}

.course_block:not(:last-of-type) {
	margin-bottom:15vw;
}

.course_block::before {
	display:none;
}

.course_block01 {
	background:#d9e3ec;
}

.course_block02 {
	background:#dcedf3;
}

.course_block03 {
	background:#f7dfdd;
}

.course_block04 {
	background:#ece0ec;
}

.course_txt {
	width:100%;
	margin-left:0;
	padding:5vw 0 10vw 0;
	min-height:auto;
}

.course_txt::after {
	width:12.6vw;
	height:5.4vw;
	top:auto;
	bottom:5vw;
	margin:0;
}

.course_txt h2 {
	font-size:2.4rem;
}

.course_txt h4 {
	font-size:1.8rem;
}

.course_txt h4::before {
	font-size:1.4rem;
}

.course_txt p {
	letter-spacing: 0.15em;
}


.course_img {
	position:relative;
	left:auto;
	top:auto;
	width:100%;
	height:57.75vw;
	z-index: auto;
}

.course_img img {
	object-position: 50% center;
	font-family: 'object-fit: cover; object-position: 50% center;';
}


/*-------------------------------
	ob_block
-------------------------------*/

.ob_block {
	margin-bottom:20vw;
}

.ob_block a h2 {
	display: block;
	width:90.5vw;
	height:11.25vw;
	line-height:11.25vw;
	text-align: left;
	padding-left:10vw;
	z-index: 1;
	background:rgba(23,61,156,1);
}

.ob_block a h2::after {
	border-width: 11.25vw 9.5vw 0 0;
}

.ob_block a h2 span {
	font-size:2rem;
}

.ob_block .ob_img {
	width:100%;
	height:66.75vw;
	margin-top:-5.625vw;
}

.ob_block .ob_img::before {
	display:none
}

/*-------------------------------
	scholarship
-------------------------------*/

.scholarship {
	padding-bottom:10vw;
	margin-bottom:20vw;
}

.scholarship::before {
	width:130%;
	height:calc(100% - 5.625vw);
	top:5.625vw;
}

.scholarship p {
	font-size:1.8rem;
}

.scholarship p strong {
	font-size:2.4rem;
}

.scholarship .btn_main {
	margin:5vw auto 0;
}

}/* end 768px */

/*----- ふわっとアニメーション */
.view{
	opacity : 0;
	transform : translate(0, 10px);
	transition : all 850ms;
}
.view.scrollin{
	opacity : 1;
	transform : translate(0, 0);
}
.fadein{
	opacity : 0;
	transition : opacity 1s;
}
.fadein.scrollin{
	opacity : 1;
}
.duration-1 {
	transition-duration: 1.25s;
}
.duration-2 {
	transition-duration: 2s;
}

/* カレンダー表示 */
#index .fc-ltr .fc-popover .fc-header .fc-title{float:none;}
.fc-center h2{font-size:1.2em;}
.fc a{text-decoration:none; overflow:hidden;
  background: none;
  text-align: center;
  border: none;
  display:inline-block;}
.fc a span{font-size:8px; font-family:'ＭＳ Ｐゴシック', sans-serif; display:inline-block; border-radius:50%;}
.fc a.oc span{color: #5D8CEC!important;}
.fc a.oc:hover {
  color: #FB8082;
}

.fc a.oc:visited {
 color: #FB8082;
 text-decoration: none!important;
}

.fc a.event span{color: #FB8082!important;}
.fc a.local span{color: #8fce7a!important;}

.fc a.event:hover {
 color: #5D8CEC;
}

.fc a.event:visited {
 color: #5D8CEC;
 text-decoration: none!important;
}

div.fc-day-grid{font-size:0.8em;}
th.fc-day-header{font-size:0.8em !important; text-align:center !important;}
button.fc-today-button{display:none;}
div.fc-day-grid-container{height:100%!important;}
span.fc-day-number{float:none !important; text-align:center;}
main.page .fc table thead th, main.page .fc table thead td{background:rgb(255, 255, 255.0) !important; background-color:rgb(255, 255, 255.0)!important; text-align:center !important;}
main.page .fc table thead{background-color: #ffffff!important;}
main.page .fc table thead{background:rgb(255, 255, 255.0) !important; background-color:rgb(255, 255, 255.0)!important; }
.fc .fc-row .fc-content-skeleton td{text-align:center !important;}
/*.fc-day-top.fc-other-month{display:none !important;}  */
.fc td, .fc th{border:none !important;}
.fc .fc-row {border-bottom:2px solid #bebebd !important;}
.fc tbody .fc-row:last-child{border-bottom:none !important;}
.fc th.fc-sat{color:#1d7bad;}
.fc th.fc-sun{color:#e45a5b;}
.fc{margin-bottom:10px;}
.fc a.fc-more{margin:0;}


.eventcalendar{
	background-color:#f6f6f6; 
	padding:4rem;
}
.eventcalendar > div{
	margin:0 auto;
}

.event-color-list{
	display:flex;
	flex-wrap: wrap;
	margin:0 auto;
	width:fit-content;
	margin-bottom:2rem;
  }
  .event-color-list li{
		margin:0 0.5rem 1rem;
		font-size:1.2rem;
		width: 45%;
  }
  .event-color-list li::before{
	  display: inline-block;
	  content: '';
	  width: 13px;
	  height: 13px;
	  background-color: #000000;
	  border-radius: 50%;
	  margin-right: 5px;
  }
  .event-color-list li:nth-child(1)::before{
	  background-color: #FB8082;
  }
  .event-color-list li:nth-child(2)::before{
	  background-color: #5D8CEC;
  }
  .event-color-list li:nth-child(3)::before{
	  background-color: #8fce7a;
  }
  @media screen and ( max-width:768px){
	.event-color-list li{
	  /* margin: 0 0.5rem; */
	  font-size: 1rem;
	}
  }

@media screen and ( min-width:768px){
	.fc-widget-content .fc-scroller{
		overflow:auto;
		height:auto !important;
	}
}
.fc-center h2{
	margin-bottom: 0px;
    font-family: "Nissan Regular", Verdana, "Hiragino Kaku Gothic ProN", メイリオ, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 2.1rem;
	font-weight: bold;
}
.eventcalendar .d-flex h3{
	display: flex;
    align-items: center;
    justify-content: center;
	margin-bottom:1rem !important;
}
.eventcalendar .d-flex h3{
	margin-bottom: 0px;
    font-family: "Nissan Regular", Verdana, "Hiragino Kaku Gothic ProN", メイリオ, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 2.1rem;
}
.eventcalendar .d-flex img{
	width:25px;
	margin-right:1rem;
}
.fc-left button,.fc-right button{
	position: relative !important;
	background: transparent !important;
	border: none !important;
	text-shadow: none !important;
	box-shadow: none !important;
}
td.fc-day-top{
	padding-top:4px !important;
}
.fc-content .fc-title{
	color:#666;
}
.eventcalendar  + .btn-area{
	padding-bottom:0 !important;
}
.slick-slide div div a{
	display: flex !important;
	/* flex-direction: column; */
	flex-wrap: wrap;
	justify-content: center;
}
.opcam_top .slick-slider .obf_cover{
	width:170px !important;
	margin-bottom:1rem;
}
.opcam_top .slick-slider .slick-prev,
.opcam_top .slick-slider .slick-next{
	width: 30px;
	height: 30px;

	border-radius: 50%;
	background: #ccc;
	z-index: 10;
	top: 34%;
}

.opcam_top .slick-slider .slick-prev {
    left: -10px;
	opacity:.9;
}
.opcam_top .slick-slider .slick-next {
    right: -12px;
	opacity:.9;
}

.opcam_top .slick-prev::before, .opcam_top .slick-next::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
	border-width: 5px 0 5px 7.5px;
    border-color: transparent transparent transparent #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.opcam_top .slick-prev::before {
	border-width: 5px 7.5px 5px 0;
    border-color: transparent #000 transparent transparent;
}
.opcam_top .slick-slide  a span{
	text-align: left;
	line-height:1.6;
	width:100%;
}
.ocp_slide_title{
	-webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    line-height: 1.6;
}
@media screen and (max-width:768px){
	.opcam_top .slick-slider .slick-prev,
	.opcam_top .slick-slider .slick-next{
		width: 5vw;
		height: 5vw;
		border-radius: 50%;
		background: #ccc;
		z-index: 10;
		top: 47%;
	}
	.opcam_top .slick-prev::before, .opcam_top .slick-next::before {
		border-width: 1vw 0 1vw 1.5vw;
	}
	.opcam_top .slick-prev::before {
		border-width: 1vw 1.5vw 1vw 0vw;
	}
	.opcam_top .slick-slide div{
		display: flex;
		justify-content: center;
	}
	.opcam_top .slick-slide div div a {
		width: 162px !important;
		margin:0 auto;
	}
}


/* ++++++++++++++++++#sec05+++++++++++++++++++ */
#sec05{
	margin-top:100px;
	padding: 0;
	margin-bottom: 155px;
}
#sec05 a{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	background: url(../images/index-sec05-bg01.png) no-repeat;
	width: 100%;
	height: 38.799vw;
	color: #fff;
	background-size: cover;
	color: #fff;
}
#sec05.new-sec05-bg a{
	background: url(../images/index-sec05-bg01-new.png) no-repeat;
	background-size: 100%;
	background-position: right;
}
#sec05 h2{
	font-size: 3.8rem;
	letter-spacing: .08em;
	color: #fff;
	width: 50%;
	padding-left: 3.66vw;
	text-align: center;
}
#sec05.new-sec05-bg h2{
	padding-left: 0;
	margin-left: -3vw;
}
@media screen and (max-width: 768px){
	#sec05.new-sec05-bg a{
		background: url(../images/sp-index-sec05-bg01-new.png) no-repeat;
        background-size: 100% auto;
        height: 51.2rem;
	}
}
/*++++++++++++++++++
SP style
++++++++++++++++++++*/
@media screen and (max-width: 768px){
	#sec05{
		padding: 0;
		margin-bottom: 5.5rem;
	}
	#sec05 a{
		display: block;
		background: url(../images/sp-index-sec05-bg01.png) no-repeat;
		background-size: 100% auto;
		height: 51.2rem;
	}
	#sec05 h2{
		font-size: 2.4rem;
		width: 100%;
		padding-left: 0;
		padding-top: 7.5rem;
	}
}
.opc_title .back-btn{
	display: block;
	margin: 0 auto;
    margin-top: 50px;
    width: 323px;
    font-size: 3.6rem;
	font-weight: 700;
    text-align: center;
    aspect-ratio: 3649 / 433;
    padding-bottom: 15px;

	cursor: pointer;
	transition: ease .3s opacity;

	display: none;
}
.opc_title .back-btn:hover{
	opacity: .6;
}
.opc_title .back-btn-red{
	background: url(../images/red-arrow-oc.svg) no-repeat bottom / contain;
	color: #BD1B2B;
}
.opc_title .back-btn-blue{
	background: url(../images/blue-arrow-oc.svg) no-repeat bottom / contain;
	color: #063988;
}
@media screen and (max-width:768px){

	.opc_title .back-btn{
		margin-top: 30px;
		font-size: 2rem;
		width: 200px;
		padding-bottom: 10px;
	}
	.opc_calendar {
		margin-top: 6vw;
	}
}