@charset "UTF-8";

.pankuzu {
	display: none!important;	
}
.main {
	padding: 0!important;
	font-feature-settings: "palt";
}
.oc, p {
	color: #242C46;
	font-family: "Noto Sans JP", sans-serif;
}
.oc section {
	border-bottom: 1px solid #242C46;
}
a:hover {
	color: #242C46;
}

/***************** ヘッダー *****************/
.head_nav {
	position: fixed;
	top: 0;
	left: 240px;
	width: calc(100vw - 240px);
	z-index: 100;
	opacity: 1;
	transition: 0.3s;
}
.hide-nav {
	opacity: 0;
	pointer-events: none;
}
.head_nav.open {
	opacity: 1;
}
.nav_flex {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	width: calc(100% + 1px);
	margin-left: -1px;
	align-items: stretch;
	border-top: 1px solid #242C46;
}
.nav_flex li {
	width: 15%;
	max-width: 160px;
	margin: 0 8px;
}
.nav_flex li a {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #242C46;
	background: #F2FBFD;
	text-align: center;
	width: 100%;
	padding: 8px 16px;
	font-size: 14px;
	line-height: 18px;
	height: 48px;
	border-radius: 0 0 8px 8px;
	margin-top: -1px;
}
.nav_flex li a span {
	position: relative;
	width: 100%;
}
.nav_flex li a.icon_arrow span:before {
	content: "";
	position: absolute;
	display: inline-block;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	right: -8px;
	width: 7px;
	height: 12px;
	background-repeat: no-repeat;
	background-image: url(../media/images/opencampus/2025/icon_arrow.svg);
	background-size: contain;
	-webkit-background-size: contain;
}
.gheader {
	border-bottom: 1px solid #242C46;
	border-left: 1px solid #242C46;
}

.main, .gfooter {
	border-left: 1px solid #242C46;
}

@media (max-width: 1080px) {
	.gheader, .main, .gfooter {
		border-left: none;
	}
	.site-container > .sp {
		border-bottom: 1px solid #242C46;
	}
	.head_nav {
		top: 67px;
		width: 100%;
		left: 0;
	}
	.nav_flex li {
		margin: 0;
		width: calc(16.66% + 1px);
		margin-right: -1px;
		max-width: none;
	}
	.nav_flex li a {
		border-radius: 0;
		font-size: 12px;
		line-height: 14px;
		padding: 4px 16px;
	}
}
@media (max-width: 768px) {
	.nav_flex {
		flex-wrap: wrap;

	}
	.nav_flex li {
		width: calc(33.33% + 1px);
	}
}

/***************** 右下固定リンク *****************/
.gfooter .pagetop {
	bottom: 16px;
}
.gfooter .pagetop span {
	opacity: 1;
}

.fix_right {
	position: fixed;
	z-index: 100;
	right: 0;
	bottom: 80px;
}
.fix_right .inner {
	display: flex;
	flex-wrap: wrap;
	width: 120px;
	justify-content: end;
	margin-right: -1px;
}
.fix_right a {
	padding: 8px;
	color: #242C46;
	width: 100px;
	height: 100px;
	border-radius: 8px 0 0 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	border: 1px solid;
	margin-right: -1px;
	font-size: 14px;
	font-weight: 700;
	transition: 0.3s;
}
.fix_right a p {
	color: white;
}
.fix_right a img {
	width: 50px;
	height: auto;
	margin-top: 4px;
}
.jikken a {
	background: #FDA136;
}
.jikken a p {
	display: flex;
	align-items: center;
	justify-content: center;
}
.jikken a p:after {
	content: url(../media/images/opencampus/2025/icon_link_white.svg);
	padding-left: 4px;
	transform: scale(0.9);
	height: 17px;
}
.pamphlet a {
	background: #347EE3;
	margin-top: 8px;
}
.fix_right a {
	width: 108px;
	padding-right: 16px;
}

/***************** トップビジュアル *****************/
.top_visual {
	position: relative;
}
.top_visual .bg_img {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	position: relative;
	min-height: 600px;
}
.top_visual .bg_img:before, .top_visual .bg_img:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.top_visual .bg_img:before {
	background: #48C5DD;
	mix-blend-mode: multiply;
	z-index: 1;
}
.top_visual .bg_img:after {
	z-index: 2;
	background-image: radial-gradient(#fff 20%, transparent 20%), radial-gradient(#fff 20%, transparent 20%);
	background-size: 12px 12px;
	background-position: 0 0, 6px 6px; 
	opacity: 0.2;
}
.top_visual .bg_img__item {
	position:relative;
	width: 33.33%;
	padding-bottom: 18.75%;
	opacity: 0.6;
	min-height: 200px;
}
.top_visual .bg_img__item img {
	position: absolute;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.top_visual .tetx {
	position: absolute;
	text-align: center;
	width: 100%;
	height: auto;
	z-index: 10;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.top_visual .top_title_sub {
	font-size: 32px;
	line-height: 40px;
	margin-top: -16px;
	font-weight: bold;
	// 	-webkit-text-stroke: 1px #242C46;
	text-shadow:
		1px 1px 0 #242C46,
		-1px 1px 0 #242C46,
		-1px -1px 0 #242C46,
		1px -1px 0 #242C46;
	color: white;
	font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.top_visual .top_title {
	font-family: "Open Sans", sans-serif;
	font-weight: 800;
	font-size: 90px;
	-webkit-text-stroke: 1px #242C46;
	text-shadow: 3px 3px #242C46;
	color: white;
	line-height: 60px;
	margin: -20px 0;
	position: relative;
	z-index: 30;
}
.top_visual .top_title span {
	font-size: 60px;
}

.top_visual .youtube {
	width: 70%;
	margin: 0 auto;
	border: 1px solid #242C46;
	border-radius: 24px;
	overflow: hidden;
	box-shadow: 4px 4px 0 #242C46;
	background: #242C46;
}
.top_visual .youtube .inner {
	width: 100%;
	padding-bottom: 56.25%;
	position: relative;
}
.top_visual .youtube iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

@media (max-width: 1080px) {
	.top_visual .youtube {
		width: calc(100% - 48px);
		max-width: 764px;
	}
}

/***************** トップ プログラム *****************/
.bg_blue_light {
	background: #D9F8FF;
	z-index: 0;
	position: relative;
}
.bg_blue {
	background: #48C5DD
}
.title_style {
	font-family: "Open Sans", sans-serif;
	font-weight: 800;
	font-size: 72px;
	line-height: 80px;
	-webkit-text-stroke: 1px #242C46;
	text-shadow: 3px 3px #242C46;
	color: white;
	margin-bottom: 40px;
	text-align: center;
}
.main_text {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 8px;
}
.main_text.sub_title {
	color: white;
	text-align: center;
	margin-top: -24px;
}
.inner_960 {
	max-width: 1008px;
	padding: 80px 24px;
	margin: 0 auto;
}
.inner_720 {
	max-width: 720px;
	margin: 0 auto;
}

.program_box {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 40px;
}
.program_box__item {
	width: calc(50% - 11px);
	background: white;
	border-radius: 8px;
	border: 1px solid #242C46;
	margin-bottom: 40px;
}
.program_box__item .inner {
	padding: 20px 22px;
	display: block;
}
.program_box__item {
	position: relative;
	cursor: pointer;
} 
.program_box__item:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 8px;
	top: 4px;
	left: 4px;
	background: white;
	border: 1px solid;
	z-index: -1;
	transition: 0.3s;
}
.program_box__item .links {
	display: block;
	height: 100%;
}
.program_box__item h3 {
	font-size: 18px;
	line-height: 30px;
	font-weight: 500;
	margin-bottom: 6px;
}
.program_box__item p {
	font-size: 12px;
	line-height: 18px;
}
.program_box.three_box {
	margin-top: 0;
}
.three_box .program_box__item {
	width: calc(33.33% - 14.66px);
}
.three_box .program_box__item h3 span {
	display: block;
	font-size: 16px;
	line-height: 24px;
}
.three_box .program_box__item h3 span.tag {
	font-size: 12px;
	line-height: 16px;
}
.program_box__item .links.icon_down {
	position: relative;
}
.program_box__item .links.icon_down:before {
	content: "";
	position: absolute;
	display: inline-block;
	bottom: 4px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	right: 2px;
	width: 10px;
	height: 10px;
	background-repeat: no-repeat;
	background-image: url(../media/images/opencampus/2025/icon_arrow.svg);
	background-size: contain;
	-webkit-background-size: contain;
	transform: rotate(90deg);
}
.tag {
	width: 80px;
	font-size: 12px;
	line-height: 16px;
	color: white;
	font-weight: 700;
	padding: 3px 8px;
	border-radius: 40px;
	border: 1px solid #242C46;
	text-align: center;
	display: inline-block;
	margin-right: 8px;
	background: #347EE3;
}
.tag.orange {
	background: #FDA136;
}

.list_border {
	font-size: 14px;
	line-height: 22px;
	border-top: 1px solid #CCCCCC;
	margin-top: 12px;
}
.list_border li {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	border-bottom: 1px solid #CCCCCC;
	padding: 8px 0;
	flex-wrap: wrap;
}
.list_border li span.head {
	width: 70px;
	font-size: 12px;
	font-weight: 700;
}
.list_border li span {
	width: calc(100% - 70px);
	line-height: 22px;
}
.list_border button {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	margin-top: -5px;
	color: #242C46;
	text-decoration: underline;
	transition: 0.3s;
	text-align: left;
}
h3 {
	font-size: 18px;
	line-height: 26px;
	font-weight: 700;
}
.square {
	padding-left: 26px;
	position: relative;
}
.left_padding {
	margin-bottom: 32px;
	padding-left: 26px;
}
.square:before {
	content: "■";
	position: absolute;
	left: 0;
	top: 0;
}

.flat_box {
	display: flex;
	align-items: stretch;
	justify-content: center;
	background: white;
	border-radius: 8px;
	border: 1px solid #242C46;
	overflow: hidden;
	margin-top: 40px;
}
.flat_box__img, .flat_box__text {
	width: 50%;
}
.flat_box__img {
	border-right: 1px solid #242C46;
}
.flat_box__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.flat_box__text {
	padding: 24px 32px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
}
.flat_box__text .inner {
	width: 100%;
}
.flat_box__text h3 {
	font-size: 20px;
	line-height: 28px;
}
.flat_box__text p {
	font-size: 14px;
	line-height: 24px;
}
.flat_box__text .description {
	text-align: center;
}
.flat_box__text .description p {
	text-align: left;
}
.flat_box__text .description p.btn_solid {
	text-align: center;
}

/*** スライド ***/
.slick-slide {
	background-color: #fff!important;
}
.slick-slide img {
	opacity: 1!important;
}
.loop {
	background: white;
	padding: 24px 0;
	border-bottom: 1px solid #242C46;
}
.slide_loop .slid_img {
	max-width: 255px;
	height: auto;
	margin: 0 8px;
	border: 1px solid #242C46;
	border-radius: 8px;
	overflow: hidden;
}
.slide_loop .slid_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bg_blue .sub_title_style {
	color: white;
}
.bg_blue_light .sub_title_style {
	color: #48C5DD;
}
.sub_title_style {
	font-size: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 46px;
	margin-bottom: 16px;
}
.sub_title_style span img {
	padding-right: 16px;
	min-width: 80px;
}

/*** Open講義 ***/
.float_box {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	margin: 40px 0;
}
.float_box__img, .float_box__text {
	width: calc(50% + 24px);
}
.float_box__img {
	border: 1px solid #242C46;
	border-radius: 8px;
	overflow: hidden;
	position: relative;

}
.float_box__img .link {
	position: absolute;
	bottom: 20px;
	left: -1px;
	background: #FDA136;
	color: white;
	padding: 8px 16px;
	font-size: 14px;
	font-weight: 700;
	border: 1px solid #242C46;
	border-radius: 0 8px 8px 0;
	transition: 0.3s;
}
.float_box__img .link span {
	display: flex;
	align-items: center;
	justify-content: center;
}
.float_box__img .link span:after {
	content: url("../media/images/opencampus/2025/icon_youtube.svg");
	padding-left: 8px;
	height: 18px;
}
.float_box__text {
	margin-left: -48px;
	margin-top: 24px;
	z-index: 10;
	position: relative;
	cursor: pointer;
}
.float_box__text .inner {
	background: white;
	padding: 32px 40px;
	border: 1px solid #242C46;
	border-radius: 8px;
}
.float_box__text:before {
	position: absolute;
	content: "";
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	border-radius: 8px;
	top: 8px;
	left: 8px;
	background: white;
	border: 1px solid;
	z-index: -1;
	transition: 0.3s;
}
.float_box__text .date, .flat_box__text .date {
	font-size: 20px;
	line-height: 29px;
	margin-bottom: 10px;
	font-weight: 700;
}
.float_box__text .date span, .flat_box__text .date span {
	font-size: 28px;
}
.float_box__text .name {
	font-size: 16px;
	line-height: 28px;
	font-weight: 700;
	margin-bottom: 22px;
	display: block;
}
.float_box__text .name span {
	font-size: 24px;
	position: relative;
	padding-right: 32px;
}
.float_box__text .name span:after {
	content: "";
	position: absolute;
	display: inline-block;
	top: 6px;
	right: 0;
	width: 24px;
	height: 24px;
	background-repeat: no-repeat;
	background-image: url(../media/images/opencampus/2025/icon_link.svg);
	background-size: contain;
	-webkit-background-size: contain;
}
.float_box__text .title, .flat_box__text .title {
	font-size: 28px;
	line-height: 38px;
	margin-bottom: 14px;
	font-weight: 700;
	margin-top: 0;
}

.float_box__text .description {
	font-size: 14px;
	line-height: 24px;
	max-height: 48px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	transition: 0.3s;
}
.float_box__text.open .description {
	max-height: none;
	-webkit-line-clamp: 1000;
	overflow: auto;
}
.float_box__text .btn {
	width: 100%;
	text-align: right;
	margin-top: 8px;
}
.float_box__text .btn span {
	border-bottom: 1px solid;
	padding: 4px 0;
	transition: 0.3s;
	font-size: 14px;
}
.float_box__text .btn span:before {
	content: "詳しくみる";
	transition: 0.3s;
}
.float_box__text.open .btn span:before {
	content: "とじる";
	transition: 0.3s;
}

.float_box.change {
	flex-direction: row-reverse;
}
.change .float_box__text {
	margin-left: 0;
	margin-right: -48px;
}
.change .float_box__img .link {
	left: auto;
	right: -1px;
	border-radius: 8px 0 0 8px;
}

/***コース紹介****/
.outer {
	display: block;
	position: relative;
}
.outer:before {
	position: absolute;
	content: "";
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	top: 8px;
	left: 8px;
	background: white;
	border: 1px solid;
	border-radius: 8px;
	z-index: -1;
	transition: 0.3s;
}
.btn_list {
	text-align: center;
}
.btn_list .btn_solid {
	margin-top: 16px;
	margin-right: 4px;
	margin-left: 4px;
}
.btn_solid {
	width: 100%;
	max-width: 280px;
	padding: 8px;
	border-radius: 4px;
	border: 1px solid;
	text-align: center;
	font-size: 14px;
	line-height: 24px;
	margin: 24px auto 0;
	display: inline-block;
}
.btn_solid.orange {
	background: #FDA136;
	color: white;
	border-color: #242C46;
}
.sub-link.orange {
	color: #FDA136;
	text-decoration: underline;
	padding-right: 20px;
	position: relative;
	transition: 0.3s;
	display: inline-block;
}
.sub-link.orange:after {
	content: "";
	position: absolute;
	display: inline-block;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	right: 2px;
	width: 14px;
	height: 14px;
	background-repeat: no-repeat;
	background-image: url(../media/images/opencampus/2025/icon_link_orange.svg);
	background-size: contain;
	-webkit-background-size: contain;
}
.icon_pdf span {
	position: relative;
	transition: 0.3s;
	padding-right: 28px;
}
.icon_pdf span:after {
	content: "";
	position: absolute;
	display: inline-block;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	right: 2px;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-image: url(../media/images/opencampus/2025/icon_pdf.svg);
	background-size: contain;
	-webkit-background-size: contain;
}
.flat_box__text .sub-link {
	position: relative;
	max-width: 280px;
	width: 100%;
	padding: 8px;
	border-radius: 4px;
	border: 1px solid #242C46;
	text-align: center;
	font-size: 14px;
	line-height: 24px;
	background: #FDA136;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	transition: 0.3s;
	margin: 24px auto -8px;
}
.flat_box__text .sub-link:after {
	content: url("../media/images/opencampus/2025/icon_link_white.svg");
	padding-left: 8px;
	height: 18px;
} 
.outer .flat_box__text {
	padding: 24px 40px;
}
.outer .tag {
	font-size: 18px;
	line-height: 26px;
	max-width: 160px;
	margin-bottom: 6px;
	width: 100%;
}
.flat_box.change {
	flex-direction: row-reverse;
}
.change .flat_box__img {
	border-right: none;
	border-left: 1px solid #242C46;
}


/****背景固定****/
.sticky {
	position: relative;
	background: transparent;
	overflow:clip;
}
.sticky:before {
	background: #D9F8FF;
	opacity: 0.6;
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	z-index: -1;
	position: absolute;
}
.sticky .sticky_img {
	position: sticky;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100vh;
	display: block;
	z-index: -10;
}
.sticky .inner_960 {
	margin: -100vh auto 0px;
	min-height: 100%;
}

.image {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	background-size: cover;
	background-position: center center;
	animation: image-switch-animation 20s infinite;
}
.src1 {
	background-image: url("../media/images/opencampus/2025/top_bg_01.jpg");
}
.src2 {
	background-image: url("../media/images/opencampus/2025/top_bg_02.jpg");
}
.src3 {
	background-image: url("../media/images/opencampus/2025/top_bg_03.jpg");
}
.src4 {
	background-image: url("../media/images/opencampus/2025/top_bg_04.jpg");
}

@keyframes image-switch-animation {
	0%{ opacity: 0;}
	5%{ opacity: 1;}
	25%{ opacity: 1;}
	30%{ opacity: 0;}
	100%{ opacity: 0;}
}

.image:nth-of-type(1) {
	animation-delay: 0s;
}
.image:nth-of-type(2) {
	animation-delay: 5s;
}
.image:nth-of-type(3) {
	animation-delay: 10s;
}
.image:nth-of-type(4) {
	animation-delay: 15s;
}

.white_box {
	background: white;
	border-radius: 8px;
	border: 1px solid #242C46;
	margin-top: 32px;
}
.white_box .inner {
	padding: 48px 60px;
}
.white_box h3 {
	font-size: 28px;
	line-height: 32px;
	margin-bottom: 32px;
}
.white_box .description {
	max-height: 128px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	transition: 0.3s;
}
.white_box .description p {
	font-size: 16px;
	line-height: 28px;
}
.white_box .btn_solid {
	transition: 0.3s;
}
.white_box .btn_solid:before {
	content: "詳しくみる";
}
.white_box.open .btn_solid:before {
	content: "とじる";
}
.white_box.open .description {
	max-height: none;
	-webkit-line-clamp: 10000;
}

/***** FAQ ******/
.faq_list {
	margin-top: 32px;
}
.faq_list__item {
	margin-top: 24px;
	border: 1px solid #242C46;
	border-radius: 8px;
	background: white;
	overflow: hidden;
	position: relative;
}
summary::-webkit-details-marker { 
	display: none;
}
.faq_list__item summary {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	padding: 22px 60px 24px 60px;;
	color: #242C46;
	font-weight: 500;
	cursor: pointer;
	transition: 0.3s;
}

.faq_list__item summary::before, .faq_list__item summary::after {
	content: '';
	width: 24px;
	height: 2px;
	background: #242C46;
	transition: 0.3s;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.faq_list__item summary::after {
	transform: translateY(-25%) rotate(90deg);
}
.faq_list__item[open] summary::after {
	transform: rotate(365deg);
	opacity: 0;
}

.faq_list__item .answer {
	position: relative;
	transform: translateY(-10px);
	opacity: 0;
	margin: 0;
	padding: 22px 24px 24px 60px;
	transition: transform .5s, opacity .5s;
	background: #FFF5EA;
	font-size: 14px;
	line-height: 24px;
}

.faq_list__item[open] .answer {
	transform: none;
	opacity: 1;
	position: relative;
}

.faq_list__item::before, .faq_list__item .answer::before {
	font-weight: 900;
	font-size: 28px;
	font-family: "Open Sans", sans-serif;
	position: absolute;
	left: 24px;
	top: 12px;
}
.faq_list__item::before {
	color: #48C5DD;
	content: "Q";
}
.faq_list__item .answer::before  {
	color: #FDA136;
	content: "A";
	top: 20px;
}

.btn_box {
	text-align: center;
	margin-top: 8px;
}
.btn_box a {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	max-width: 400px;
	border-radius: 8px;
	border: 1px solid #242C46;
	background: white;
	padding: 8px 16px;
	margin: 24px auto 0;
	font-size: 16px;
	line-height: 24px;
	min-height: 56px;
}
.btn_box a.orange {
	background: #FDA136;
	border-color: #242C46;
}
.btn_box a.orange span {
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
}
.btn_box a.none_btn {
	pointer-events: none;
	opacity: 0.4;
}
.btn_box a.none_btn:before {
	display: none;
}
.icon_link span {
	display: flex;
	align-items: center;
	justify-content: center;
}
.icon_link span:after {
	content: url(../media/images/opencampus/2025/icon_link_white.svg);
	padding-left: 8px;
	height: 18px;
}
.icon_link_black span {
	display: flex;
	align-items: center;
	justify-content: center;
}
.icon_link_black span:after {
	content: url(../media/images/opencampus/2025/icon_link.svg);
	display: inline-block; 
	padding-left: 8px;
	height: 22px;
	width: 22px;
	transform: scale(0.8);
}

.btn_box a.page_link:after {
	content: url(../media/images/opencampus/2025/icon_arrow.svg);
	display: inline-block; 
	margin-left: 16px;
	transform: rotate(90deg);
}
.btn_box a:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 4px;
	left: 4px;
	z-index: -1;
	background: white;
	border-width: 1px;
	border-style: solid;
	border-color: initial;
	border-image: initial;
	border-radius: 8px;
	transition: 0.3s;
} 
.center {
	text-align: center;
}
.white_title {
	margin-top: 56px;
	color: white;
	margin-bottom: 0;
	font-size: 24px;
	line-height: 32px;
}
.oc_foot {
	background: #F2FBFD;
	font-size: 12px;
	padding: 4px 24px;
	border-bottom: 1px solid #242C46;
	text-align: center;
	line-height: 16px;
}
.small {
	font-size: 12px!important;
	line-height: 16px!important;
	display: block;
}
.map_pin {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 8px;
}
.map_pin li {
	font-size: 16px;
	margin-right: 24px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.map_pin li:before {
	content: '\f3c5';
	font-family: 'Font Awesome 5 Pro';
	font-weight: 700;
	margin-right: 6px;
	font-size: 32px;
}
.map_pin .pin_01:before {
	color: #F27E27;
}
.map_pin .pin_02:before {
	color: #9A2BAB;
}
.map_pin .pin_03:before {
	color: #1688CD;
}
.text_link {
	text-decoration: underline;
	transition: 0.3s;
}

.text_link:after {
	content: '\f360';
	font-family: 'Font Awesome 5 Pro';
	font-weight: 400;
	margin-left: 4px;
	margin-right: 4px;
	height: 18px;
}

.sp {
	display: none;
}
@media (max-width: 768px) {
	.sp {
		display: block;
	}
	.fix_right a {
		width: 80px;
		height: 80px;
		padding: 4px;
	}
	.fix_right a img {
		width: 40px;
	}
	.fix_right a p {
		font-size: 11px;
	}
	.jikken a p:after {
		transform: scale(0.6);
		padding-left: 2px;
	}
	.top_visual .top_title_sub {
		font-size: 22px;
		line-height: 26px;
	}
	.top_visual .top_title_sub span {
		display: inline-block;
	}
	.top_visual .youtube {
		width: calc(100% - 32px);
		border-radius: 8px;
	}
	.top_visual .top_title {
		font-size: 60px;
		line-height: 48px;
		margin-top: -8px;
	}
	.top_visual .top_title span {
		font-size: 40px;
		display: block;
	}
	.top_visual .bg_img {
		min-height: auto;
	}
	.top_visual .bg_img__item {
		padding-bottom: 25%;
		min-height: 130px;
	}
	.title_style {
		font-size: 40px;
		line-height: 48px;
		margin-bottom: 24px;
	}
	.main_text, .program_box__item h3 {
		font-size: 16px;
		line-height: 26px;
	}
	.main_text {
		margin-bottom: 24px;
	}
	.program_box {
		margin-top: 16px;
	}
	.program_box__item {
		border-radius: 8px;
		margin-bottom: 16px;
	}
	.program_box__item .links {
		padding: 16px;
	}
	.program_box__item .tag {
		display: block;
		margin-bottom: 4px;
	}
	.list_border li span, .list_border li span.head {
		width: 100%;
	}
	.inner_960 {
		padding: 40px 24px; 
	}
	.three_box .program_box__item {
		width: 100%;
	}
	.three_box .program_box__item h3 span {
		display: inline;
	}
	.program_box__item .links.icon_down:before {
		bottom: auto;
		right: 10px;
		left: auto;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: rotate(90deg);
	}
	.three_box .program_box__item .links {
		padding: 16px 24px 16px 16px;
	}
	.sub_title_style span img {
		padding-right: 8px;
		width: 54px;
		height: 54px;
	}
	.sub_title_style {
		font-size: 24px;
		line-height: 32px;
	}
	.loop {
		padding: 16px 0;
	}
	.slide_loop .slid_img {
		margin: 0 4px;
	}
	.float_box {
		flex-wrap: wrap;
	}
	.float_box__img, .float_box__text {
		width: calc(100% - 16px);
	}
	.float_box__text {
		margin-left: 16px;
		margin-top: -26px;
		margin-right: -8px;
	}
	.change .float_box__text {
		margin-left: -8px;
		margin-right: auto;
	}
	.float_box__text .inner {
		padding: 16px;
	}
	.float_box__text .date, .flat_box__text .date {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 6px;
	}
	.float_box__text .date span, .flat_box__text .date span {
		font-size: 22px;
	}
	.float_box__text .name {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 12px;
	}
	.float_box__text .name span {
		font-size: 18px;
	}
	.float_box__text .name span:after {
		width: 22px;
		height: 22px;
	}
	.float_box__text .title, .flat_box__text .title {
		font-size: 20px;
		line-height: 28px;
		margin-bottom: 6px;
	}
	.flat_box {
		flex-wrap: wrap;
	}
	.flat_box__img, .flat_box__text {
		width: 100%;
	}
	.flat_box__text, .outer .flat_box__text {
		padding: 16px;
	}
	.flat_box__text .sub-link {
		margin-top: 16px;
	}
	.outer .tag {
		font-size: 14px;
		line-height: 22px;
		margin-bottom: 4px;
	}
	.btn_solid {
		margin-top: 16px;
	}
	.map_google, .white_box, .flat_box {
		margin-top: 24px;
	}
	.white_box .inner {
		padding: 32px 24px 24px;
	}
	.white_box h3 {
		font-size: 24px;
		margin-bottom: 15px;
	}
	.white_box .description p {
		font-size: 14px;
		line-height: 24px;
	}
	.white_box .btn_solid {
		font-size: 12px;
		line-height: 20px;
	}
	.main_text.sub_title {
		margin-top: -16px;
	}
	.white_title {
		font-size: 20px;
		line-height: 28px;
		margin-top: 32px;
	}
	.faq_list {
		margin-top: 16px;
	}
	.faq_list__item {
		margin-top: 16px;
	}
	.faq_list__item summary {
		padding: 16px 32px 16px 40px;
		font-size: 14px;
		line-height: 20px;
	}
	.faq_list__item .answer {
		padding: 16px 16px 16px 40px;
		font-size: 12px;
		line-height: 20px;
	}
	.faq_list__item::before, .faq_list__item .answer::before {
		font-size: 24px;
		left: 14px;
		top: 8px;
	}
	.faq_list__item summary::before, .faq_list__item summary::after {
		width: 16px;
		right: 12px;
	}
	.faq_list__item .answer::before {
		top: 15px;
	}
	.btn_box a {
		font-size: 14px;
		line-height: 20px;
	}
	.btn_solid {
		font-size: 12px;
		line-height: 20px;
	}
	.flat_box__img {
		max-height: 400px;
	}
	.btn_box a {
		min-height: 48px;
	}
	.icon_link span:after {
		transform: scale(0.9);
		height: 16px;
	}
	.icon_link_black span:after {
		transform: scale(0.65);
		height: 20px;
	}
	.white_box .description {
		max-height: 96px;
	}
}

@media (max-width: 500px) {
	.program_box__item {
		width: 100%;
	}
	.sub_title_style span img {
		width: 48px;
	}
}

/*** イベントページ ***/
.oc .none_line {
	border-bottom: none;
}
.sub_title_28 {
	font-size: 28px;
	line-height: 32px;
	margin-bottom: 40px;
}
.sub_title_28 .tag {
	width: 160px;
	font-size: 18px;
	line-height: 28px;
	padding: 5px 12px;
}
.course_list {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: calc(100% + 40px);
}
.tag_list__sub {
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	flex-wrap: wrap;
}
.orange .tag_list__sub > li, .orange .course_list__item .num {
	background: #FDA136;
}
.tag_list__sub > li {
	background: #347EE3;
	color: white;
	font-size: 12px;
	line-height: 16px;
	padding: 2px 8px;
	margin-left: 3px;
	margin-bottom: 6px;
	border-radius: 20px;
	border: 1px solid #242C46;
}
.tag_list__sub > li:first-child {
	margin-left: 0;
}
.course_list__item {
	width: calc(33.33% - 40px);
	margin-right: 40px;
	margin-bottom: 40px;
}
.course_list__item .img {
	width: 100%;
	height: auto;
	margin-bottom: 8px;
	border: 1px solid #242C46;
	border-radius: 8px;
	overflow: hidden;
	position: relative;
}
.course_list__item .img img {
	width: calc(100% + 1px);
	height: auto;
	object-fit: cover;
}
.course_list__item .num {
	left: -1px;
	font-family: "Open Sans", sans-serif;
	position: absolute;
	top: 10px;
	font-size: 20px;
	background: #347EE3;
	color: white;
	width: 42px;
	border-radius: 0 4px 4px 0;
	padding-left: 8px;
	border: 1px solid #242C46;
}
.course_list__item .title {
	margin-top: 0;
	margin-bottom: 4px;
	padding-right: 24px;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	max-height: 22px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.course_list__item {
	transition: 0.3s;
	cursor: pointer;
}
.course_list__item .close {
	display: none;
}
.course_list__item.open .close {
	display: block;
}
.close .list_border {
	margin-bottom: -12px;
}
.close .list_border li:last-child {
	border-bottom: none;
}
.course_list__item .close p {
	font-size: 14px;
	line-height: 22px;
}
.close .list_border span a {
	text-decoration: underline;
}
.course_list__item .title:before, .course_list__item .title:after {
	content: '';
	width: 16px;
	height: 2px;
	background: #242C46;
	transition: 0.3s;
	position: absolute;
	right: 0;
	top: 13px;
}
.course_list__item .title:after {
	transform: translateY(-25%) rotate(90deg);
	transition: 0.3s;
}
.open.course_list__item .title:after {
	transform: translateY(-25%) rotate(0deg);
	opacity: 0;
}
.open.course_list__item .title {
	-webkit-line-clamp: 10;
	max-height: none;
	height: auto;
}
.search.faq_list {
	margin-top: 56px;
}
.search .faq_list__item summary {
	background: #48C5DD;
	color: white;
	text-align: center;
	justify-content: center;
	font-size: 24px;
	font-weight: bold;
	padding: 16px 60px;
}
.search .faq_list__item summary span {
	display: flex;
	align-items: center;
	justify-content: center;
}
.search .faq_list__item summary span:before {
	content: '\f002';
	font-family: 'Font Awesome 5 Pro';
	font-weight: 400;
	margin-right: 8px;
	font-size: 32px;
}
.search .faq_list__item::before {
	display: none;
}
.search .faq_list__item summary::before, .search .faq_list__item summary::after {
	background: white;
}
.search .faq_list__item .answer {
	padding: 40px 24px;
}
.search .faq_list__item .answer::before {
	display: none;
}
.search .faq_list__item[open] .answer {
	background: white;
}
.search {

}
.tag_list__main {
	margin-top: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.tag_list__main li {
	background: white;
	color: #242C46;
	border: 1px solid #242C46;
	font-size: 16px;
	line-height: 22px;
	display: inline-block;
	padding: 12px 24px;
	margin: 0 8px 16px;
	border-radius: 40px;
	cursor: pointer;
	transition: 0.3s;
}
.all_btn {
	background: #48C5DD;
	cursor: pointer;
	transition: 0.3s;
	color: white;
	border: 1px solid #242C46;
	font-size: 16px;
	line-height: 22px;
	padding: 12px 24px;
	margin: 0 auto;
	display: inline-block;
	max-width: 240px;
	width: 100%;
	text-align: center;
	border-radius: 40px;
}
.tag_list__main li.active {
	background: #242C46;
	color: white;
	border-color: #242C46;
}
.course_list .list_border li {
	padding: 6px 0px;
}
.course_list .list_border li span {
	line-height: 20px;
}
.pamphlet.soon {
	opacity: 0.4;
	pointer-events: none;
	line-height: 16px;
}

@media (max-width: 768px) {
	.pamphlet.soon {
		line-height: 14px;
	}
	.course_list {
		width: calc(100% + 24px);
	}
	.course_list__item {
		width: calc(50% - 16px);
		margin-right: 16px;
		margin-bottom: 32px;
	}
	.search.faq_list {
		margin-top: 40px;
	}
	.search .faq_list__item .answer {
		padding: 24px;
	}
	.search .faq_list__item summary {
		font-size: 18px;
		padding: 16px 32px 16px 16px;
	}
	.tag_list__main {
		margin-top: 24px;
	}
	.tag_list__main li, .all_btn {
		font-size: 14px;
		line-height: 20px;
		padding: 8px 16px;
		margin: 0 6px 12px;
	}
	.search .faq_list__item summary span:before {
		font-size: 24px;
	}
	.sub_title_28 .tag {
		display: block;
		margin: 0 auto 8px;
		font-size: 16px;
		line-height: 22px;
	}
	.sub_title_28 {
		font-size: 22px;
		line-height: 28px;
		margin-bottom: 32px;
	}
	.course_list__item .title:before, .course_list__item .title:after {
		width: 12px;
		top: 10px;
	}
	.tag_list__sub > li {
		font-size: 11px;
		padding: 0 6px;
		margin-left: 4px;
		margin-bottom: 4px;
		letter-spacing: -0.3px;
	}
	.course_list .list_border li span.head {
		font-size: 11px;
	}
	.list_border li span {
		line-hegiht: 20px;
	}
	.course_list__item .title {
		font-size: 14px;
		max-height: 20px;
		line-height: 20px;
		margin-top: 2px;
		margin-bottom: 2px;
	}
	.course_list__item .close p {
		font-size: 12px;
		line-height: 20px;
	}
	.list_border {
		margin-top: 8px;
	}
	.course_list .list_border li {
		padding: 4px 0;
	}
	.close .list_border {
		margin-bottom: -8px;
	}
	.course_list .list_border li span {
		line-height: 18px;
		font-size: 12px;
	}
	.course_list__item .num {
		font-size: 16px;
		line-height: 28px;
		width: 30px;
		padding-left: 4px;
		top: 8px;
	}
}

/***** グーグルマップ埋め込み *****/
.map_google {
	width: 100%;
	height: 100%;
	border-radius: 8px;
	overflow: hidden;
	border: 1px solid #242C46;
	margin: 40px 0 0;
}
.map_google iframe {
	height: calc(400px + 60px);
	margin-top: -60px;
	vertical-align: top;
}

/***** hover対策 *****/
a {
	color: #242C46;
}
a:hover {
	color: #242C46;
}

@media (hover: hover) and (pointer: fine) {
	a:hover {
		color: #242C46;
	}
	.program_box__item .links:hover {
		color: #242C46;
	}
	.fix_right a:hover {
		width: 112px;
		padding-right: 20px;
	}
	.nav_flex li a:hover {
		transition: 0.3s;
		padding-top: 16px;
		height: 54px;
		color: #2D2C46;
	}
	.program_box__item:hover:before {
		top: -1px;
		left: -1px;
	}
	.list_border button:hover {
		color: #48C5DD;
	}
	.float_box__text:hover:before {
		top: 0;
		left: 0;
	}
	.float_box__img .link:hover {
		padding-left: 24px;
	}
	.float_box__text .name:hover, .float_box__text:hover .btn span {
		color: #242C46;
		opacity: 0.5;
	}
	.change .float_box__img .link:hover {
		padding-left: 16px;
		padding-right: 24px;
	}
	a.outer:hover {
		opacity: 1;
		color: #242C46;
	}
	a.outer:hover:before {
		top: 0;
		left: 0;
	}
	a.outer:hover .btn_solid {
		background: #242C46;
		color: white;
		border-color: #242C46;
	}
	.sub-link.orange:hover {
		opacity: 0.6;
	}
	.flat_box__text .sub-link:hover {
		background: #242C46;
	}
	.white_box .btn_solid:hover {
		background: #242C46;
		color: white;
		border-color: #242C46;
	}
	.btn_solid.orange:hover {
		background: #242C46;
	}
	.faq_list__item summary:hover {
		opacity: 0.6;
	}
	.text_link:hover {
		text-decoration: underline;
		opacity: 0.6;
	}
	.btn_box a:hover:before {
		top: -1px;
		left: -1px;
	}
	.course_list__item:hover {
		opacity: 0.6;
	}
	.course_list__item.open a:hover {
		color: #48C5DD;
	}
	.tag_list__main li:hover, .all_btn:hover {
		opacity: 0.6;
	}
	@media (max-width: 768px) {
		.nav_flex li a:hover {
			padding-top: 4px;
			height: 48px;
		}
		.fix_right a:hover {
			width: 84px;
			padding-right: 8px;
		}
	}
}