@charset "utf-8";

/* ======================
　追加記述
====================== */

/*──────────────────────
　ページ全体
───────────────────────*/

/*----共通_ディスプレイ-インラインブロック----*/
.inline-b {
	display: inline-block;
} 

/*----共通_フォント設定----*/
#contents {
	font-family: "Noto Sans JP", sans-serif;
	font-feature-settings: "palt";
}

/*----共通_リンク設定----*/
#contents a {
	text-decoration:none;
	transition: 0.3s;
}
#contents a:hover {
	transition: 0.3s;
}

/*----共通_初期フォント設定----*/
#contents #program {
	font-feature-settings: normal;
	font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "メイリオ", " Meiryo", "ＭＳ Ｐ明朝", "MS PMincho", Osaka, serifsans-serif;
}

/*----共通_背景イエロー設定----*/
.yellow-bg {
	position: relative;
	background-color: #fe8;
}
.yellow-bg::before {
	background-color: #fe8;
	content: "";
	height: 120px;
	left: 0;
	position: absolute;
	top: -40px;
	transform: skew(0, -2deg);
	width: 100%;
}
.yellow-bg::after {
	background-color: #fe8;
	bottom: -50px;
	content: "";
	height: 120px;
	left: 0;
	position: absolute;
	transform: skew(0, -2deg);
	width: 100%;
	z-index: 1;
}
/*----共通_背景ホワイト設定----*/
.white-bg::before {
}
.white-bg::after {
}

/*ミディアム以下*/
@media (max-width: 1199px){
	.medium-none {
		display: none;
	}
}

/*タブレット以下*/
@media (max-width: 991px){
	.small-none {
		display: none;
	}
	/*--背景_白の下部の斜め処理　既存CSS改変--*/
	.white-bg#opencampus::after {
		bottom: -200px !important;
		height: 60px;
	}
}

/*スマホ以下*/
@media (max-width: 767px){
	.xsmall-none {
		display: none;
	}
}

/*599px以下*/
@media (max-width: 599px){
	.xsmall-none599 {
		display: none;
	}
}

/*558px以下（スマホ縦型）*/
@media (max-width: 558px){
	.xsmall-none558 {
		display: none;
	}
}

/*360px以下*/
@media (max-width: 360px){
	.xsmall-none360 {
		display: none;
	}
}


/*361px以上*/
@media (min-width: 361px){
	.xsmall-in361 {
		display: none;
	}
}

/*559px以上*/
@media (min-width: 559px){
	.xsmall-in559 {
		display: none;
	}
}

/*タブレット以上*/
@media (min-width: 768px){
	.xsmall-in {
		display: none;
	}
}

/*ミディアム以上*/
@media (min-width: 992px){
	.small-in {
		display: none;
	}
}

/*──────────────────────
　右側縦固定バナー
───────────────────────*/
.oc-side-banner {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #ffdc01;
    color: #006ebe;
    writing-mode: vertical-rl;
    text-orientation: upright;
    padding: 25px 12px;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.3;
    border-radius: 10px 0 0 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    z-index: 9999;
}

.oc-side-banner:hover {
	background: #81c8f5;
	text-decoration: none;
    color: #000;
}

@media(max-width:767px){
  .oc-side-banner {
    writing-mode: horizontal-tb;
    text-orientation: mixed;
    bottom: 0;
    top: auto;
    left: 0;
    right: 0;
    transform: none;
    border-radius: 0;
    text-align: center;
    padding: 10px;
  }
}
/*──────────────────────
　右側縦固定バナー ここまで
───────────────────────*/

/*──────────────────────
　ヒーローセクション
───────────────────────*/
.opencampus-main-view {
	margin: 0 auto;
	max-width: 1300px;
	position: relative;
	z-index: 1;
}

.opencampus-main-view .main {
	text-align: center;
}

.bg-blue-border {
	padding: 20px 0 110px;
}

@media screen and (max-width: 1299px) {
	.opencampus-main-view {
		margin: 0 auto;
		max-width: 1300px;
		padding-bottom: 0;
	}
	.opencampus-main-view .main {
		width: 1300px;
		text-align: center;
	}
}

@media screen and (max-width: 959px) {
	.opencampus-main-view {
		width: 100% !important;
	}
	.bg-blue-border {
		padding-bottom: 80px !important;
	}
}
/*──────────────────────
　ヒーローセクション ここまで
───────────────────────*/

/*──────────────────────
　わかる5つのこと
───────────────────────*/
/*--背景画像--*/
.oc-benefit-back {
    background-image: url(../../image/contents/opencampus/oc-benefit-img.jpg);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain;
	margin-bottom: 200px;
}
/*--全体の位置・幅--*/
section.oc-benefit {
	margin: 130px auto 0;
    width: 1100px;
    box-sizing: border-box;
    max-width: 100%;
	display: flex;
    align-items: center;
}
/*--左ピンク丸画像--*/
.oc-benefit img {
	width: 290px;
}
/*--文字--*/
.oc-benefit ul {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 24px;
    line-height: 2.3;
	padding-left: 40px;
	margin: 0;
	width: 360px;
}
/*--5つのこと下ライン--*/
.oc-benefit ul li {
	border-bottom: solid 1px #000;
	list-style: none;
	display: flex;
    align-items: center;
}
/*--数字--*/
.benefit-li {
	font-size: 2em;
	line-height: 1;
	margin-right: 0.3em;
	color: #006ebe;
}
@media screen and (max-width: 1199px) {
	/*--全体の位置・幅--*/
	section.oc-benefit {
		padding: 0 40px;
		width: 650px;
		margin-left: 0;
		background-color: #fff;
	}
	/*--左ピンク丸画像--*/
	.oc-benefit img {
		width: 240px;
	}
	/*--文字--*/
	.oc-benefit ul {
		font-size: 20px;
		width: 300px;
		padding-left: 30px;
	}
}
@media screen and (max-width: 991px) {
	/*--全体の位置・幅--*/
	section.oc-benefit {
		padding: 0 30px;
		width: 535px;
	}
	/*--左ピンク丸画像--*/
	.oc-benefit img {
		width: 200px;
	}
	/*--文字--*/
	.oc-benefit ul {
		font-size: 17px;
		width: 260px;
		padding-left: 20px;
	}
}
@media screen and (max-width: 820px) {
	/*--背景画像--*/
	.oc-benefit-back {
		background-position: 105%;
	}
}
@media screen and (max-width: 767px) {
	/*--背景画像--*/
	.oc-benefit-back {
		background-position: bottom;
		padding-bottom: 400px;
		background-size: 475px;
		margin-bottom: 0;
	}
	/*--全体の位置・幅--*/
	section.oc-benefit {
		width: 475px;
		padding: 35px 0 0;
		margin: 50px auto 0;
	}
}
@media screen and (max-width: 558px) {
	/*--背景画像--*/
	.oc-benefit-back {
		background-size: 300px;
	}
	/*--全体の位置・幅--*/
	section.oc-benefit {
		flex-direction: column;
	}
	/*--左ピンク丸画像--*/
	.oc-benefit img {
		width: 160px;
		padding-bottom: 20px;
	}
	/*--文字--*/
	.oc-benefit ul {
		padding-left: 0;
	}
}
/*──────────────────────
　わかる5つのこと ここまで
───────────────────────*/

/*──────────────────────
　電話申込セクション
───────────────────────*/
/*--開催日程を見るリンク・電話申込文字全体の位置--*/
section.oc-tel-section {
	margin: 0 auto;
    width: 1100px;
    box-sizing: border-box;
    max-width: 100%;
	text-align: left;
	padding: 0 450px 0 0;
}
/*--開催日程を見るリンク位置--*/
.oc-cta-wrap {
	text-align: right;
	padding: 40px 0 60px;
}
/*--開催日程を見るリンクボタン--*/
.oc-cta-btn {
	display: inline-block;
	background: #ea70a6;
	color: #fff;
	font-weight: 700;
	font-size: 22px;
	line-height: 1.2;
	text-align: center;
	padding: 0.8em 1.5em;
	border-radius: 10px;
}
/*--開催日程を見るリンクオーバー--*/
.oc-cta-btn:hover {
	background: #006ebe;
	color: #fff;
}
/*--見出し文--*/
.oc-tel-lead {
	font-size: 24px;
	font-weight: 500;
	color: #006ebe;
	margin-bottom: 0.3em !important;
}
/*--サブ文--*/
.oc-tel-sub {
	font-size: 15px;
	font-weight: normal;
	color: #000;
	margin-bottom: 1em !important;
}
/*--電話申込エリアボックス--*/
.oc-tel-box {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 0.5em 0;
	display: flex;
	align-items: center;
	width: 690px;
	margin: auto;
}
/*--電話申込エリア文字--*/
.oc-tel-box p {
	margin-bottom: 0 !important;
	font-weight: 500;
	line-height: 20px;
}
/*--お申込はこちら--*/
.oc-tel-contact {
	font-size: 20px;
	padding-right: 20px;
}
/*--電話番号--*/
.oc-tel-number {
	font-size: 32px;
	padding-right: 20px;
}
/*--電話番号リンク--*/
.oc-tel-number a {
	text-decoration: none;
	color: #000;
}
/*--電話番号リンクオーバー--*/
.oc-tel-number a:hover {
	color: #ea70a6;
}
/*--受付時間--*/
.oc-tel-time {
	font-size: 18px;
}

@media screen and (max-width: 1199px) {
	/*---開催日程を見るリンク・電話申込文字全体の位置--*/
	section.oc-tel-section {
		padding: 0 40px 0;
		margin-left: 0;
		width: 650px;
		background-color: #fff;
	}
	/*--開催日程を見るリンク位置--*/
	.oc-cta-wrap {
		padding: 20px 0 30px;
	}
	/*--開催日程を見るリンクボタン--*/
	.oc-cta-btn {
		font-size: 19px;
	}
	/*--見出し文--*/
	.oc-tel-lead {
		font-size: 22px;
	}
	/*--サブ文--*/
	.oc-tel-sub {
		font-size: 14px;
	}
	/*--電話申込エリアボックス--*/
	.oc-tel-box {
		width: 560px;
	}
	/*--お申込はこちら--*/
	.oc-tel-contact {
		font-size: 16px;
	}
	/*--電話番号--*/
	.oc-tel-number {
		font-size: 25px;
	}
	/*--受付時間--*/
	.oc-tel-time {
		font-size: 15px;
	}
}
@media screen and (max-width: 991px) {
	section.oc-tel-section {
		padding: 0 30px;
		width: 535px;
	}
	/*--開催日程を見るリンクボタン--*/
	.oc-cta-btn {
		font-size: 17px;
	}
	/*--見出し文--*/
	.oc-tel-lead {
		font-size: 18px;
	}
	/*--電話申込エリアボックス--*/
	.oc-tel-box {
		width: 475px;
		flex-wrap: wrap;
		justify-content: center;
	}
	/*--お申込はこちら--*/
	.oc-tel-contact {
		width: 100%;
		text-align: center;
		padding-right: 0;
	}
	/*--電話番号・受付時間--*/
	.oc-tel-number, .oc-tel-time {
		width: auto;
	}
}
@media screen and (max-width: 767px){
	/*---開催日程を見るリンク・電話申込文字全体の位置--*/
	section.oc-tel-section {
		width: 475px;
		padding: 0 0 40px;
		margin: auto;
	}
	.oc-cta-wrap {
		text-align: center !important;
	}
	.oc-tel-number {
	  font-size: 22px;
	}
	.oc-tel-box {
	  width: 100%;
	}
}
@media screen and (max-width: 558px){
	/*---開催日程を見るリンク・電話申込文字全体の位置--*/
	section.oc-tel-section {
		width: 300px;
		padding: 0 20px 40px;
	}
	/*--開催日程を見るリンクボタン--*/
	.oc-cta-btn {
		font-size: 15px;
		padding: 0.6em 1em;
	}
	/*--見出し文--*/
	.oc-tel-lead {
		font-size: 17px;
	}
}
/*──────────────────────
　電話申込セクション ここまで
───────────────────────*/

/*──────────────────────
　開催日程セクション
───────────────────────*/
/*--日程_位置--*/
#schedule-card .oc {
	padding: 150px 0 80px;
}
/*--日程_横幅　他共通設定あり--*/
.oc-inner {
  max-width: 1100px;
  margin: 0 auto;
}
/*--日程_テキストセンター配置--*/
.center {
	text-align: center;
}

/*--日程_イメージ画像--*/
.hero-img-left, .hero-img-right {
	width: 120px;
	position: relative;
	top: -280px;
	margin-bottom: -250px;
}
/*--日程_イメージ画像　左--*/
.hero-img-left {
	left: -250px;
}
/*--日程_イメージ画像　右--*/
.hero-img-right {
	right: -250px;
}
/*--見出し文--*/
.lead {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.75 !important;
	margin: 0 auto;
}
/*--参加無料・事前申込制--*/
.free {
	font-size: 28px;
	font-weight: bold;
	margin: 30px 0;
	color: #ea70a6;
}
/*─────　SCHEDULE　─────*/

/*--日程タイトル回り--*/
.oc-schedule-title {
	display: flex;
	align-items: flex-end;
	padding-bottom: 30px;
}
/*--日程タイトル--*/
.schedule-title {
	width: 200px;
	padding: 0 40px 5px 0;
}
/*--日程 午前のみ/午後のみの参加も可能--*/
.schedule-possible {
	font-size: 20px;
	padding: 0 40px 0 0;
	margin-bottom: 0 !important;
}
/*--日程 注釈文--*/
.schedule-attention {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 0 !important;
	padding-top: 10px;
}
@media screen and (max-width: 1199px) {
	/*--日程_横幅　他共通設定あり--*/
	.oc-inner {
		max-width: 900px;
	}
	/*--日程タイトル--*/
	.schedule-title {
		width: 170px;
		padding: 0 30px 5px 0;
	}
	/*--日程 午前のみ/午後のみの参加も可能--*/
	.schedule-possible {
		font-size: 17px;
		padding: 0 30px 0 0;
	}
	/*--日程 注釈文--*/
	.schedule-attention {
		font-size: 13px;
	}
}
@media screen and (max-width: 991px) {
	/*--日程_位置--*/
	#schedule-card .oc {
		padding: 100px 0 60px;
	}
	/*--日程_イメージ画像--*/
	.hero-img-left, .hero-img-right {
		width: 100px;
		top: -270px;
	}
	/*--日程_イメージ画像　左--*/
	.hero-img-left {
		left: -190px;
	}
	/*--日程_イメージ画像　右--*/
	.hero-img-right {
		right: -210px;
	}
	/*--見出し文--*/
	.lead {
		font-size: 16px;
	}
	/*--参加無料・事前申込制--*/
	.free {
		font-size: 24px;
	}
	/*--日程タイトル回り--*/
	.oc-schedule-title {
		width: 525px;
		margin: auto;
		flex-wrap: wrap;
	}
}
@media screen and (max-width: 767px) {
	/*--日程_位置--*/
	#schedule-card {
		padding-bottom: 60px;
	}
}
@media screen and (max-width: 639px) {
	/*--日程タイトル回り--*/
	.oc-schedule-title {
		width: 435px;
	}
}
@media screen and (max-width: 558px) {
	/*--見出し文--*/
	.lead {
		max-width: 320px;
	}
	/*--日程_イメージ画像--*/
	.hero-img-left, .hero-img-right {
		top: -270px;
	}
	/*--日程_イメージ画像　左--*/
	.hero-img-left {
		left: -130px;
	}
	/*--日程_イメージ画像　右--*/
	.hero-img-right {
		right: -130px;
	}
}
@media screen and (max-width: 499px) {
	/*--見出し文　幅--*/
	#schedule-card .oc-inner {
		max-width: 100%;
		padding: 0 30px;
	}
	/*--見出し文--*/
	.lead {
		max-width: 100%;
	}
	/*--参加無料・事前申込制--*/
	.free {
		font-size: 20px;
		margin-top: 10px;
	}
	/*--日程_イメージ画像--*/
	.hero-img-left, .hero-img-right {
		top: 0;
		margin-bottom: 10px;
	}
	/*--日程_イメージ画像　左--*/
	.hero-img-left {
		left: -20px;
	}
	/*--日程_イメージ画像　右--*/
	.hero-img-right {
		right: -20px;
	}
	/*--日程タイトル回り--*/
	.oc-schedule-title {
		width: 100%;
	}
	/*--日程 午前のみ/午後のみの参加も可能--*/
	.schedule-possible {
		padding: 10px 0;
	}
	.schedule-possible br {
		display: none;
	}
}

/*--日程カード 全体--*/
.cards {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 50px;
}
/*--日程カード 単体--*/
.card {
	background: #fff;
	-webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 20px 20px rgba(0,0,0,0.3);
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.3);}
/*--日程カード ヘッダー--*/
.card-header {
	background: #006ebe;
	padding: 2px 20px 5px;
	display: flex;
    justify-content: space-between;
}
/*--日程カード ヘッダー申込終了--*/
#card-end {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    z-index: 99;
}
/*--日程カード ヘッダー文字--*/
.round-label,.card-status {
	font-size: 18px;
	color: #fff;
}
/*--日程カード インナー--*/
.card-inner {
	display: flex;
	padding: 15px 20px;
}
/*--日程カード インナー ボタン--*/
.card-inner:has(.apply-btn) {
	padding: 5px 20px 20px;
}
/*--日程 日時ブロック--*/
.date-block {
	width: 35%;
}
/*--日程 日にち--*/
.date-big {
	width: 120px;
}
/*--日程 時間--*/
.date-time {
	font-family: "Roboto Condensed", sans-serif;
	font-weight: normal;
	font-size: 27px;
	margin-top: 5px;
	color: #006ebe;
}
/*--日程 時間 1ツメ--*/
.kerning {
	letter-spacing: -0.08em;
}
/*--日程 プログラムブロック--*/
.card-program {
	width: 65%;
}
/*--日程 プログラム文章--*/
.card-lead {
	font-size: 17px;
	color: #006ebe;
}
/*--日程 プログラム内容タイトル--*/
.program-ttl {
	background: #00b7ed;
	color: #fff;
	padding: 0 5px 2px;
	margin-bottom: 10px !important;
}
/*--日程 プログラム内容--*/
.program-box {
	padding: 0;
}
/*--日程 プログラム内容中身--*/
ul.program-list {
	margin: 0 !important;
	font-weight: normal;
	padding-left: 1em;
	column-count: 2;
}
/*--日程 プログラム内容リスト--*/
ul.program-list li {
	list-style: disc;
}
/*--日程 当日スケジュールボタン--*/
a.schedule-btn {
	background: #006ebe;
	color: #fff;
	width: 125px;
    text-align: center;
    line-height: 1.3;
    padding: 5px 10px;
    margin-right: 20px;
	border-radius: 10px;
}
/*--日程 当日スケジュールボタンオーバー--*/
a.schedule-btn:hover {
	background: #047;

}
/*--日程 当日スケジュール準備中ボタン--*/
.schedule-btn-sb {
	background: #ccc;
	color: #fff;
	width: 125px;
    text-align: center;
    line-height: 1.3;
    padding: 5px 10px;
    margin-right: 20px;
	border-radius: 10px;
}
/*--日程 申込フォームボタン--*/
a.apply-btn {
	background: #ea70a6;
	color: #fff;
	width: 280px;
    text-align: center;
	font-size: 20px;
    line-height: 1;
    padding: 15px 20px;
	border-radius: 10px;
}
/*--日程 申込フォームボタンオーバー--*/
a.apply-btn:hover {
	background: #b36;

}
/*--日程 申込フォームボタン説明--*/
.apply-btn-disc {
	display: inline-block;
	font-size: 13px;
	font-weight: normal;
}
/*--日程 ものづくり満喫編 両科参加可能--*/
.mankitsu {
	width: 220px;
	margin-right: -30px;
}
/*--日程 ものづくり満喫編 時間位置調整--*/
.mankitsu-text {
	padding-left: 0.4em;
}
/*--日程 ものづくり満喫編 両学科--*/
.date-gakka {
	margin: 10px 0 -5px;
}
/*--日程 ものづくり満喫編 生産機械技術科--*/
.seisan {
	color: #f2971b;
}
/*--日程 ものづくり満喫編 電子情報技術科--*/
.denshi {
	color: #30b28c;
	margin-top: 0;
}
@media screen and (max-width: 1199px) {
	/*--日程カード 全体--*/
	.cards {
		gap: 30px;
	}
	/*--日程カード 単体--*/
	.card {
		width: 435px;
	}
	/*--日程カード インナー--*/
	.card-inner {
		padding: 10px 15px 15px;
	}
	/*--日程カード インナー ボタン--*/
	.card-inner:has(.apply-btn) {
		padding: 0 15px 15px;
	}
	/*--日程 日時ブロック--*/
	.date-block {
		width: 32%;
	}
	/*--日程 日にち--*/
	.date-big {
		width: 110px;
	}
	/*--日程 時間--*/
	.date-time {
		font-size: 24px;
	}
	/*--日程 プログラムブロック--*/
	.card-program {
		width: 68%;
	}
	/*--日程 プログラム文章--*/
	.card-lead {
		font-size: 15px;
	}
	/*--日程 プログラム内容--*/
	.program-box {
		font-size: 14px;
	}
	/*--日程 プログラム内容タイトル--*/
	.program-ttl {
		margin-bottom: 5px !important;
	}
	/*--日程 プログラム内容リスト--*/
	ul.program-list li {
		line-height: 1.6;
	}
	/*--日程 当日スケジュールボタン--*/
	a.schedule-btn, .schedule-btn-sb {
		font-size: 14px;
	}
	/*--日程 当日スケジュール準備中ボタン--*/
	.schedule-btn-sb {
		margin-right: 15px;
	}
	/*--日程 申込フォームボタン--*/
	a.apply-btn {
		font-size: 18px;
		padding: 15px;
	}
}
@media screen and (max-width: 991px) {
	/*--日程カード 全体--*/
	.cards {
		grid-template-columns: 1fr;
		justify-items: center;
	}
	/*--日程カード 単体--*/
	.card {
		width: 525px;
	}
	/*--日程カード インナー--*/
	.card-inner {
		padding: 15px 20px;
	}
	/*--日程カード インナー ボタン--*/
	.card-inner:has(.apply-btn) {
		padding: 5px 20px 20px;
	}
	/*--日程 日時ブロック--*/
	.date-block {
		width: 35%;
	}
	/*--日程 日にち--*/
	.date-big {
		width: 120px;
	}
	/*--日程 時間--*/
	.date-time {
		font-size: 27px;
	}
	/*--日程 プログラムブロック--*/
	.card-program {
		width: 65%;
	}
	/*--日程 プログラム文章--*/
	.card-lead {
		font-size: 17px;
	}
	/*--日程 プログラム内容--*/
	.program-box {
		font-size: 16px;
	}
	/*--日程 プログラム内容タイトル--*/
	.program-ttl {
		margin-bottom: 10px !important;
	}
	/*--日程 当日スケジュールボタン--*/
	a.schedule-btn, .schedule-btn-sb {
		font-size: 16px;
	}
	/*--日程 当日スケジュール準備中ボタン--*/
	.schedule-btn-sb {
		margin-right: 20px;
	}
	/*--日程 申込フォームボタン--*/
	a.apply-btn {
		font-size: 20px;
		padding:  15px 20px;
	}
}
@media screen and (max-width: 639px) {
	/*--日程カード 単体--*/
	.card {
		width: 435px;
	}
	/*--日程カード インナー--*/
	.card-inner {
		padding: 10px 15px 15px;
	}
	/*--日程カード インナー ボタン--*/
	.card-inner:has(.apply-btn) {
		padding: 0 15px 15px;
	}
	/*--日程 日時ブロック--*/
	.date-block {
		width: 32%;
	}
	/*--日程 日にち--*/
	.date-big {
		width: 110px;
	}
	/*--日程 時間--*/
	.date-time {
		font-size: 24px;
	}
	/*--日程 プログラムブロック--*/
	.card-program {
		width: 68%;
	}
	/*--日程 プログラム文章--*/
	.card-lead {
		font-size: 15px;
	}
	/*--日程 プログラム内容--*/
	.program-box {
		font-size: 14px;
	}
	/*--日程 プログラム内容タイトル--*/
	.program-ttl {
		margin-bottom: 5px !important;
	}
	/*--日程 プログラム内容リスト--*/
	ul.program-list li {
		line-height: 1.6;
	}
	/*--日程 当日スケジュールボタン--*/
	a.schedule-btn, .schedule-btn-sb {
		font-size: 14px;
	}
	/*--日程 当日スケジュール準備中ボタン--*/
	.schedule-btn-sb {
		margin-right: 15px;
	}
	/*--日程 申込フォームボタン--*/
	a.apply-btn {
		font-size: 18px;
		padding: 15px;
	}
}
@media screen and (max-width: 499px) {
	/*--日程カード 全体--*/
	.cards {
		display: block;
	}
	/*--日程カード 単体--*/
	.card {
		width: 100%;
		margin-bottom: 40px;
	}
	/*--日程カード インナー--*/
	.card-inner {
		flex-direction: column;
	}
	/*--日程 日時ブロック--*/
	.date-block {
		width: 100%;
		display: flex;
        align-items: center;
	}
	/*--日程 日にち--*/
	.date-big {
		float: left;
		padding: 0 10px 20px 0;
	}
	/*--日程 日時・プログラムブロック--*/
	.date-block, .card-program {
		width: 100%;
	}
	.date-block:has(.date-gakka) {
		display: inline-block;
	}
	/*--日程 ものづくり満喫編 両学科--*/
	.date-gakka, .date-time {
		float: left;
		margin: 0 0 0 4px;
	}
	/*--日程 当日スケジュールボタン--*/
	a.schedule-btn, .schedule-btn-sb {
		width: calc(100% - 20px);
		margin-bottom: 10px;
	}
	/*--日程 申込フォームボタン--*/
	a.apply-btn {
		width: calc(100% - 30px);
	}
	/*--日程 申込フォームボタン説明--*/
	.apply-btn-disc {
		padding-top: 5px;
		line-height: 1.5;
	}
}
@media screen and (max-width: 340px) {
	/*--日程 日時ブロック--*/
	.date-block {
		display: inline-block;
	}
	/*--日程 日にち--*/
	.date-big {
		padding: 0 100px 5px 0;
	}
	/*--日程 ものづくり満喫編 両学科--*/
	.date-gakka {
		margin: 0 4px 0 0;
	}
	/*--日程 時間--*/
	.date-time {
		margin-left: 0;
	}
	/*--日程 プログラム文章--*/
	.card-lead {
		padding-top: 15px;
	}
	/*--日程 プログラム内容--*/
	.program-box {
		font-size: 12px;
	}
}

/*--日程　カード下エリア--*/
.tel-card {
	width: 560px;
    margin: auto;
	background-color: #ffee88;
}
/*--日程　カード下エリア背景画像--*/
.tel-card-back {
	background-color: #ffee88;
	background-image: url("../../image/contents/opencampus/tel-card-back.png");
	background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
	margin-bottom: 40px;
}
/*--プログラム・オープンキャンパスについて共通リンクボタン--*/
.oc-program-btn, .oc-faq-btn {
	width: 460px;
	display: inline-block;
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.2;
	text-align: center;
	padding: 0.6em 0 0.7em;
	border-radius: 10px;
	transition: 0.2s ease;
}
/*--プログラム・オープンキャンパスについて共通リンクオーバー--*/
.oc-program-btn:hover, .oc-faq-btn:hover {
	background: #ea70a6;
	color: #fff;
	transition: 0.2s ease;
}
/*--プログラム・オープンキャンパスについて共通リンク位置--*/
.oc-program-wrap {
	text-align: center;
	padding: 0 0 20px;
}
/*--プログラムについてリンクボタン--*/
.oc-program-btn {
	background: #00b7ed;
}
/*--オープンキャンパスについてリンクボタン--*/
.oc-faq-btn {
	background: #006ebe;
}
/*--電話申込エリアボックス--*/
.tel-number {
	width: 690px;
	margin-bottom: 40px;
}
/*--入試対策講座はこちらリンクボックス--*/
.course-btn-box {
	padding-bottom: 80px;
	z-index: 1;
}
/*--入試対策講座はこちらリンクボタン--*/
.course-link-text {
	font-size: 26px;
    display: inline-block;
}
/*--入試対策講座はこちらリンクボタン入試に向けた--*/
.course-link-text-sub {
	font-size: 16px;
    display: inline-block;
	font-weight: normal;
	line-height: 1.5;
}
@media screen and (max-width: 1199px) {
	/*--日程　カード下エリア--*/
	.tel-card {
		width: 520px;
	}
}
@media screen and (max-width: 991px) {
	/*--日程　カード下エリア--*/
	.tel-card {
		width: 440px;
	}
	/*--日程　カード下エリア背景画像--*/
	.tel-card-back {
		background-size: contain;
	}
	/*--プログラム・オープンキャンパスについて共通リンクボタン--*/
	.oc-program-btn, .oc-faq-btn {
		width: 380px;
		font-size: 16px;
	}
}
@media screen and (max-width: 767px) {
	/*--日程　カード下エリア--*/
	.tel-card {
		width: 300px;
		padding: 0 20px;
	}
	/*--日程　カード下エリア背景画像--*/
	.tel-card-back {
		background-image: url("../../image/contents/opencampus/tel-card-back-xs.png");
		background-size: contain;
		background-position: center;
	}
	/*--プログラム・オープンキャンパスについて共通リンクボタン--*/
	.oc-program-btn, .oc-faq-btn {
		width: 280px;
	}
	/*--入試対策講座はこちらリンクボタン--*/
	.course-link-text {
		font-size: 22px;
	}
	/*--入試対策講座はこちらリンクボタン入試に向けた--*/
	.course-link-text-sub {
		font-size: 13px;
	}
}
@media screen and (max-width: 558px) {
	/*--日程　カード下エリア--*/
	.tel-card {
		width: calc(100% - 40px);
	}
	/*--日程　カード下エリア背景画像--*/
	.tel-card-back {
		background-image: none;
	}
	/*--プログラム・オープンキャンパスについて共通リンクボタン--*/
	.oc-program-btn, .oc-faq-btn {
		width: calc(100% - 10px);
		padding: 0.6em 5px 0.7em;
	}
}
@media screen and (max-width: 320px) {
}

/*──────────────────────
　開催日程セクション ここまで
───────────────────────*/

/*──────────────────────
　ものづくり体験セクション
───────────────────────*/
/*--ものづくり体験_位置--*/
#oc-monodukuri .oc {
	padding: 270px 0 120px;
}
/*--ものづくり体験_タイトル--*/
.mono-ttl {
	width: 480px;
	padding-bottom: 40px;
}
/*--ものづくり体験_タイトル下文章--*/
#oc-monodukuri .lead {
	font-size: 16px;
	font-weight: normal;
}
/*--ものづくり体験_イメージ画像--*/
#oc-monodukuri .hero-img-left, #oc-monodukuri .hero-img-right {
	width: 240px;
	position: relative;
	top: -350px;
	margin-bottom: -300px;
}
/*--ものづくり体験_イメージ画像　左--*/
#oc-monodukuri .hero-img-left {
	left: -300px;
}
/*--ものづくり体験_イメージ画像　右--*/
#oc-monodukuri .hero-img-right {
	right: -300px;
}
/*--ものづくり体験_両科名--*/
.taiken-label {
	font-size: 24px;
	line-height: 1;
	color: #fff;
}
/*--ものづくり体験_両科タイトル--*/
.case-ttl {
	display: block;
	padding: 8px;
	text-align: center;
}
/*--ものづくり体験_両科リンク--*/
.case-back-link {
	border-radius: 10px;
	transition: 0.3s;
}
/*--ものづくり体験_両科リンク背景カラー-オーバー--*/
.case-back-link:has(.taiken-btn):hover {
	background-color: #006ebe;
	transition: 0.3s;
}
/*--ものづくり体験_生産機械技術科-文字カラー--*/
.color-seisan {
	color: #f2971b;
}
/*--ものづくり体験_生産機械技術科-背景カラー--*/
.color-seisan-back {
	background-color: #f2971b;
	text-align: center;
}
/*--ものづくり体験_電子情報技術科-文字カラー--*/
.color-denshi {
	color: #30b28c;
}
/*--ものづくり体験_電子情報技術科-背景カラー--*/
.color-denshi-back {
	background-color: #30b28c;
	text-align: center;
}
/*--ものづくり体験_両科（ものづくり体験内容）--*/
.taiken-contents {
	font-size: 18px;
	padding: 20px 0;
}
/*--ものづくり体験_両科（例）--*/
.taiken-case {
	font-size: 26px;
	padding-bottom: 20px;
}
/*--ものづくり体験_両科（体験内容）--*/
.taiken-bun {
	font-size: 16px;
	font-weight: normal;
	padding-bottom: 20px;
}
/*--ものづくり体験_両科（体験内容リンク及び準備中）--*/
a.taiken-btn, .taiken-btn-sb {
	display: block;
	font-size: 18px;
	color: #fff;
	padding: 10px;
}
/*--ものづくり体験_両科準備中-背景カラー--*/
.case-back-link:has(.taiken-btn-sb) {
	background-color: #ccc;
}
@media screen and (max-width: 1199px) {
	/*--ものづくり体験_タイトル--*/
	.mono-ttl {
		width: 420px;
		padding-bottom: 30px;
	}
	/*--ものづくり体験_タイトル下文章--*/
	#oc-monodukuri .lead {
		font-size: 14px;
	}
	/*--ものづくり体験_イメージ画像--*/
	#oc-monodukuri .hero-img-left, #oc-monodukuri .hero-img-right {
		width: 220px;
		position: relative;
		top: -340px;
		margin-bottom: -300px;
	}
	/*--ものづくり体験_イメージ画像　左--*/
	#oc-monodukuri .hero-img-left {
		left: -240px;
	}
	/*--ものづくり体験_イメージ画像　右--*/
	#oc-monodukuri .hero-img-right {
		right: -240px;
	}
	/*--ものづくり体験_両科名--*/
	.taiken-label {
		font-size: 21px;
	}
	/*--ものづくり体験_両科（ものづくり体験内容）--*/
	.taiken-contents {
		font-size: 16px;
		padding: 18px 0;
	}
	/*--ものづくり体験_両科（例）--*/
	.taiken-case {
		font-size: 24px;
		padding-bottom: 18px;
	}
	/*--ものづくり体験_両科（体験内容）--*/
	.taiken-bun {
		font-size: 15px;
		padding-bottom: 18px;
	}
	/*--ものづくり体験_両科（体験内容リンク及び準備中）--*/
	a.taiken-btn, .taiken-btn-sb {
		font-size: 16px;
		padding: 9px;
	}
}
@media screen and (max-width: 991px) {
	/*--ものづくり体験_横幅--*/
	#oc-monodukuri .oc-inner {
		max-width: 700px;
	}
	/*--ものづくり体験_両科配置--*/
	#oc-monodukuri .cards {
		grid-template-columns: 1fr 1fr;
		gap: 30px; 
	}
	/*--ものづくり体験_タイトル--*/
	.mono-ttl {
		width: 340px;
		padding-bottom: 20px;
	}
	/*--ものづくり体験_タイトル下文章--*/
	#oc-monodukuri .lead {
		font-size: 11px;
	}
	/*--ものづくり体験_イメージ画像--*/
	#oc-monodukuri .hero-img-left, #oc-monodukuri .hero-img-right {
		width: 180px;
		position: relative;
		top: -320px;
		margin-bottom: -280px;
	}
	/*--ものづくり体験_イメージ画像　左--*/
	#oc-monodukuri .hero-img-left {
		left: -180px;
	}
	/*--ものづくり体験_イメージ画像　右--*/
	#oc-monodukuri .hero-img-right {
		right: -180px;
	}
	/*--ものづくり体験_両科名--*/
	.taiken-label {
		font-size: 18px;
	}
	/*--ものづくり体験_両科タイトル--*/
	.case-ttl {
		padding: 5px;
	}
	/*--ものづくり体験_両科（ものづくり体験内容）--*/
	.taiken-contents {
		font-size: 14px;
		padding: 16px 0;
	}
	/*--ものづくり体験_両科（例）--*/
	.taiken-case {
		font-size: 20px;
		padding-bottom: 16px;
	}
	/*--ものづくり体験_両科（体験内容）--*/
	.taiken-bun {
		font-size: 12px;
		padding-bottom: 16px;
	}
	/*--ものづくり体験_両科（体験内容リンク及び準備中）--*/
	a.taiken-btn, .taiken-btn-sb {
		font-size: 15px;
		padding: 8px;
	}
}
@media screen and (max-width: 767px) {
	/*--ものづくり体験_横幅--*/
	#oc-monodukuri .oc-inner {
		width: calc(100% - 30%);
	}
	/*--ものづくり体験_両科配置--*/
	#oc-monodukuri .cards {
		grid-template-columns: 1fr;
		gap: 50px; 
	}
	/*--ものづくり体験_タイトル--*/
	.mono-ttl {
		width: 48%;
	}
	/*--ものづくり体験_タイトル下文章--*/
	#oc-monodukuri .lead {
		width: calc(100% - 25%);
	}
	/*--ものづくり体験_イメージ画像--*/
	#oc-monodukuri .hero-img-left, #oc-monodukuri .hero-img-right {
		width: 160px;
		position: relative;
		top: -320px;
		margin-bottom: -280px;
	}
	/*--ものづくり体験_イメージ画像　左--*/
	#oc-monodukuri .hero-img-left {
		left: -30%;
	}
	/*--ものづくり体験_イメージ画像　右--*/
	#oc-monodukuri .hero-img-right {
		right: -30%;
	}
	/*--ものづくり体験_両科（ものづくり体験内容）--*/
	.taiken-contents {
		font-size: 15px;
		padding: 10px 0;
	}
	/*--ものづくり体験_両科（例）--*/
	.taiken-case {
		padding-bottom: 12px;
	}
	/*--ものづくり体験_両科（体験内容）--*/
	.taiken-bun {
		font-size: 13px;
		padding-bottom: 12px;
	}
	/*--ものづくり体験_両科（体験内容リンク及び準備中）--*/
	a.taiken-btn, .taiken-btn-sb {
		font-size: 15px;
		padding: 8px;
	}
}
@media screen and (max-width: 600px) {
	/*--ものづくり体験_イメージ画像--*/
	#oc-monodukuri .hero-img-left, #oc-monodukuri .hero-img-right {
		width: 150px;
		top: -280px;
		margin-bottom: -200px;
	}
	/*--ものづくり体験_イメージ画像　左--*/
	#oc-monodukuri .hero-img-left {
		left: -28%;
	}
	/*--ものづくり体験_イメージ画像　右--*/
	#oc-monodukuri .hero-img-right {
		right: -28%;
	}
}
@media screen and (max-width: 558px) {
	/*--ものづくり体験_位置--*/
	#oc-monodukuri .oc {
		padding: 200px 0 50px;
	}
	/*--ものづくり体験_横幅--*/
	#oc-monodukuri .oc-inner {
		width: 380px;
		margin: auto;
	}
	/*--ものづくり体験_両科配置--*/
	#oc-monodukuri .cards {
		display: grid;
	}
	/*--ものづくり体験_タイトル--*/
	.mono-ttl {
		width: 200px;
	}
	/*--ものづくり体験_タイトル下文章--*/
	#oc-monodukuri .lead {
		width: 100%;
	}
	/*--ものづくり体験_イメージ画像--*/
	#oc-monodukuri .hero-img-left, #oc-monodukuri .hero-img-right {
		width: 130px;
		top: 0;
		margin-bottom: 30px;
	}
	/*--ものづくり体験_イメージ画像　左--*/
	#oc-monodukuri .hero-img-left {
		left: -5px;
		margin-left: -30px;
	}
	/*--ものづくり体験_イメージ画像　右--*/
	#oc-monodukuri .hero-img-right {
		right: -5px;
		margin-right: -30px;
	}
}
@media screen and (max-width: 499px) {
	/*--ものづくり体験_タイトル下文章--*/
	#oc-monodukuri .lead {
		width: calc(100% - 40px);
		padding: 0 20px;
	}
}
@media screen and (max-width: 440px) {
	/*--ものづくり体験_横幅--*/
	#oc-monodukuri .oc-inner {
		width: calc(100% - 50px);
	}
}
@media screen and (max-width: 381px) {
	.taiken-case.color-seisan .inline-b:nth-child(2) {
		padding-left: 40px;
	}
}
@media screen and (max-width: 299px) {
	.taiken-case.color-denshi .inline-b:nth-child(2) {
		padding-left: 40px;
	}
}

/*──────────────────────
　ものづくり体験セクションここまで
───────────────────────*/

/*──────────────────────
　FAQセクション
───────────────────────*/
/*--よくあるご質問_タイトル背景--*/
#oc-faq {
	background-image: url("../../image/contents/opencampus/oc_faq-img.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: -2;
    padding: 130px 0 150px;
	margin-top: 50px;
}
/*--よくあるご質問_タイトルFAQ--*/
.faq-ttl-en {
	text-align: center;
	font-size: 52px;
	font-weight: lighter;
	line-height: 1;
}
/*--よくあるご質問_タイトル--*/
h3.oc-faq-ttl {
	background-color: #00000000 !important;
	color: #000 !important;
	text-align: center;
	font-size: 36px !important;
	font-weight: 500;
	margin: 10px auto !important;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	width: 685px;
	padding-left: 0 !important;
}

/*--よくあるご質問_位置--*/
#oc-faq-contents .oc {
	padding: 30px 0 50px;
	width: 720px;
	margin: auto;
	z-index: 2;
    position: relative;
}
/*--よくあるご質問_Q--*/
.faq-q {
	font-size: 24px;
	color: #006ebe;
	text-indent: -2.1em;
    padding-left: 2.1em;
	padding-top: 30px;
}
/*--よくあるご質問_A--*/
.faq-a {
	font-size: 16px;
	font-weight: normal;
	margin-left: 60px;
    text-indent: -1.9em;
}
@media screen and (max-width: 991px) {
	/*--よくあるご質問_タイトル背景--*/
	#oc-faq {
		padding: 120px 0 140px;
	}
	/*--よくあるご質問_タイトルFAQ--*/
	.faq-ttl-en {
		font-size: 45px;
	}
	/*--よくあるご質問_タイトル--*/
	h3.oc-faq-ttl {
		font-size: 30px !important;
		width: 580px;
	}
	/*--よくあるご質問_位置--*/
	#oc-faq-contents .oc {
		padding: 30px 0 50px;
		width: 640px;
	}
	/*--よくあるご質問_Q--*/
	.faq-q {
		font-size: 21px;
	}
	/*--よくあるご質問_A--*/
	.faq-a {
		font-size: 14px;
		margin-left: 50px;
	}
}
@media screen and (max-width: 767px) {
	/*--よくあるご質問_タイトル背景--*/
	#oc-faq {
		padding: 110px 0 130px;
	}
	/*--よくあるご質問_タイトルFAQ--*/
	.faq-ttl-en {
		font-size: 40px;
	}
	/*--よくあるご質問_タイトル--*/
	h3.oc-faq-ttl {
		font-size: 24px !important;
		width: 470px;
	}
	/*--よくあるご質問_位置--*/
	#oc-faq-contents .oc {
		width: calc(100% - 100px);
		padding-right: 40px;
	}
	/*--よくあるご質問_Q--*/
	.faq-q {
		font-size: 20px;
	}
}
@media screen and (max-width: 558px) {
	/*--よくあるご質問_タイトル背景--*/
	#oc-faq {
		padding: 100px 0 120px;
	}
	/*--よくあるご質問_タイトル--*/
	h3.oc-faq-ttl {
		font-size: 21px !important;
		width: 280px;
	}
	/*--よくあるご質問_位置--*/
	#oc-faq-contents .oc {
		width: calc(100% - 60px);
		padding-right: 20px;
	}
	/*--よくあるご質問_Q--*/
	.faq-q {
		font-size: 18px;
	}
}

/*──────────────────────
　FAQセクションここまで
───────────────────────*/

/*──────────────────────
　保護者の皆さまへセクション
───────────────────────*/
/*--保護者_背景--*/
#oc-parents {
	background-image: url("../../image/contents/opencampus/oc-parents-img.jpg");
	background-repeat: no-repeat;
	background-position: center right;
	background-size: 35%;
}
/*--保護者_位置上下--*/
#oc-parents .oc {
	padding: 150px 0 100px;
}
/*--保護者_タイトル--*/
h3.parents-ttl {
	background-color: unset !important;
	color: #000 !important;
	font-size: 30px !important;
	padding: 0 !important;
	margin: 10px 0 !important;
}
/*--保護者_文章--*/
.parents-text {
	width: 680px;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.8 !important;
	padding-top: 20px;
}
/*--保護者_就職率・費用情報--*/
.oc-info-col {
	display: flex;
    justify-content: space-between;
    width: 680px;
	padding-bottom: 10px;
}
/*--保護者_就職率・費用情報リンク--*/
.oc-info-col a {
	text-align: center;
	font-size: 20px;
	border: 1px solid #999;
	border-radius: 10px;
	width: 100%;
	margin-right: 10px;
	padding: 10px 5px;
	color: #000;
}
/*--保護者_就職率・費用情報リンクオーバー--*/
.oc-info-col a:hover {
	background-color: #fe8;
}
/*--保護者_就職率・費用情報リンク拡大文字--*/
.oc-info-col a .info-big {
	font-size: 1.5em;
	color: #ea70a6;
}
/*--保護者_就職率・費用情報リンク詳しくは--*/
.oc-info-col a .info-link {
	font-size: 0.75em;
	font-weight: normal;
	color: #ea70a6;
}
/*--保護者_開催日程リンク調整--*/
#oc-parents .oc-cta-wrap {
    text-align: left;
    padding: 30px 0;
}
@media screen and (max-width: 1199px) {
	/*--保護者_背景--*/
	#oc-parents {
		background-size: contain;
	}
	/*--保護者_タイトル--*/
	h3.parents-ttl {
		font-size: 27px !important;
		margin: 9px 0 !important;
	}
	/*--保護者_文章--*/
	.parents-text {
		width: 570px;
		font-size: 14px;
		padding-top: 18px;
	}
	/*--保護者_就職率・費用情報--*/
	.oc-info-col {
		width: 570px;
	}
	/*--保護者_就職率・費用情報リンク--*/
	.oc-info-col a {
		font-size: 18px;
		margin-right: 9px;
		padding: 9px 5px;
	}
	/*--保護者_開催日程リンク調整--*/
	#oc-parents .oc-cta-wrap {
		padding: 25px 0;
	}
	/*--保護者_開催日程を見るリンク・電話申込文字全体の位置--*/
	#oc-parents section.oc-tel-section {
		padding: 0;
        margin: auto;
        width: 900px;
        background-color: unset;
	}
	/*--保護者_電話申込エリアボックス--*/
	#oc-parents .oc-tel-box {
		margin-left: 0;
	}
}
@media screen and (max-width: 991px) {
	/*--保護者_背景--*/
	#oc-parents {
		background-size: contain;
	}
	/*--保護者_位置幅--*/
	#oc-parents .oc-inner {
		padding: 0 30px;
		margin-left: 0;
		width: 535px;
	}
	/*--保護者_タイトル--*/
	h3.parents-ttl {
		font-size: 24px !important;
		margin: 8px 0 !important;
	}
	/*--保護者_文章--*/
	.parents-text {
		width: 480px;
		font-size: 13px;
		padding-top: 16px;
	}
	/*--保護者_就職率・費用情報--*/
	.oc-info-col {
		width: 480px;
	}
	/*--保護者_就職率・費用情報リンク--*/
	.oc-info-col a {
		font-size: 16px;
		line-height: 1.1;
		margin-right: 8px;
		padding: 8px 4px;
	}
	/*--保護者_開催日程リンク調整--*/
	#oc-parents .oc-cta-wrap {
		padding: 20px 0;
	}
	/*--保護者_開催日程を見るリンク・電話申込文字全体の位置--*/
	#oc-parents section.oc-tel-section {
		padding: 0 30px;
		margin-left: 0;
        width: 535px;
		background-color: unset;
	}
	/*--保護者_電話申込エリアボックス--*/
	#oc-parents .oc-tel-box {
		margin-left: 0;
	}
	/*--保護者_電話申込見出し文--*/
	#oc-parents .oc-tel-lead {
        font-size: 17px;
    }
}
@media screen and (max-width: 860px) {
	/*--保護者_背景--*/
	#oc-parents {
		background-position: center right -5%;
	}
	/*--保護者_位置上下--*/
	#oc-parents .oc {
        width: 500px;
        background-color: #fff;
	}
	/*--保護者_位置幅--*/
	#oc-parents .oc-inner {
		width: 500px;
	}
	/*--保護者_タイトル--*/
	h3.parents-ttl {
		font-size: 21px !important;
		margin: 7px 0 !important;
	}
	/*--保護者_文章--*/
	.parents-text {
		width: 450px;
		font-size: 12px;
		padding-top: 14px;
	}
	/*--保護者_就職率・費用情報--*/
	.oc-info-col {
		width: 450px;
	}
	/*--保護者_就職率・費用情報リンク--*/
	.oc-info-col a {
		font-size: 15px;
		margin-right: 7px;
		padding: 7px 4px;
	}
	/*--保護者_開催日程リンク調整--*/
	#oc-parents .oc-cta-wrap {
		padding: 21px 0;
	}
	/*--保護者_電話申込エリアボックス--*/
	#oc-parents .oc-tel-box {
		width: 440px;
	}
}
@media screen and (max-width: 767px) {
	/*--保護者_背景--*/
	#oc-parents {
		background-position: center right -10%;
	}
	/*--保護者_位置上下--*/
	#oc-parents .oc {
        width: 500px;
        background-color: #fffc;
	}
	/*--保護者_位置幅--*/
	#oc-parents .oc-inner {
		width: calc(100% - 60px);
		padding: 0 30px;
	}
	/*--保護者_タイトル--*/
	h3.parents-ttl {
		font-size: 21px !important;
		margin: 7px 0 !important;
	}
	/*--保護者_文章--*/
	.parents-text {
		width: 450px;
		font-size: 12px;
		padding-top: 14px;
	}
	/*--保護者_就職率・費用情報--*/
	.oc-info-col {
		width: 450px;
	}
	/*--保護者_就職率・費用情報リンク--*/
	.oc-info-col a {
		font-size: 15px;
		margin-right: 7px;
		padding: 7px 4px;
	}
	/*--保護者_開催日程リンク調整--*/
	#oc-parents .oc-cta-wrap {
		padding: 21px 0;
		text-align: left !important;
	}
	/*--保護者_開催日程を見るリンク・電話申込文字全体の位置--*/
	#oc-parents section.oc-tel-section {
        width: 520px;
	}
	/*--保護者_電話申込エリアボックス--*/
	#oc-parents .oc-tel-box {
		width: 440px;
	}
}
@media screen and (max-width: 558px) {
	/*--保護者_背景--*/
	#oc-parents {
		background-image: none;
	}
	/*--保護者_位置上下--*/
	#oc-parents .oc {
		padding: 150px 0 480px;
        width: 100%;
        background-color: #fffc;
	}
	/*--保護者_位置幅--*/
	#oc-parents .oc-inner {
		width: calc(100% - 60px);
		padding: 0 30px;
	}
	/*--保護者_タイトル--*/
	h3.parents-ttl {
		font-size: 21px !important;
		margin: 7px 0 !important;
	}
	/*--保護者_文章--*/
	.parents-text {
		width: 100%;
		font-size: 13px;
	}
	/*--保護者_就職率・費用情報--*/
	.oc-info-col {
		width: 100%;
	}
	/*--保護者_就職率・費用情報リンク--*/
	.oc-info-col a {
		font-size: 15px;
		margin-right: 7px;
		padding: 7px 4px;
	}
	/*--保護者_開催日程リンク調整--*/
	#oc-parents .oc-cta-wrap {
		padding: 21px 0;
		text-align: left !important;
	}
	/*--保護者_開催日程を見るリンク・電話申込文字全体の位置--*/
	#oc-parents section.oc-tel-section {
        width: 100%;
	}
	/*--保護者_電話申込エリアボックス--*/
	#oc-parents .oc-tel-box {
		width: 100%;
		margin-bottom: 60px;
	}
	/*--保護者_電話申込エリアボックス下に画像--*/
	#oc-parents .oc::after {
		content: "";
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		width: 100vw;
		height: 500px;
		background-image: url("../../image/contents/opencampus/oc-parents-img-xs.jpg");
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
}

@media screen and (max-width: 440px) {
	/*--保護者_タイトル--*/
	h3.parents-ttl {
		font-size: 18px !important;
		text-align: center;
	}
	/*--保護者_就職率・費用情報--*/
	.oc-info-col {
		flex-direction: row;
		flex-wrap: wrap;
	}
	/*--保護者_就職率・費用情報リンク--*/
	.oc-info-col a {
		margin: 0 auto 20px;
		padding: 7px 4px;
		width: 200px;
	}
}

/*──────────────────────
　保護者の皆さまへセクションここまで
───────────────────────*/

/*──────────────────────
　プログラムの背景
───────────────────────*/
.bg-blue-border#program {
	margin-top: 0 !important;
	transform: skew(0, -2deg);
	background-image: url("../../image/contents/opencampus/bg_blue_border2026.png");
}
.bg-blue-border#program .facility-area {
	transform: skew(0, 2deg);
}
/* ======================
　追加記述ここまで
====================== */



.opencampus-main-view {
  margin: 40px auto 0;
  max-width: 1140px;
  padding-bottom: 100px;
  position: relative;
  z-index: 1;
}

.opencampus-main-view .main {
  text-align: center;
}

.opencampus-main-view .sub-photo-01,
.opencampus-main-view .sub-photo-02,
.opencampus-main-view .sub-photo-03 {
  position: absolute;
}

.opencampus-main-view .sub-photo-01 {
  left: 0;
  top: calc(40% - 100px);
  z-index: 1;
}

.opencampus-main-view .sub-photo-02 {
  left: 4%;
  top: calc(65% - 100px);
}

.opencampus-main-view .sub-photo-03 {
  left: auto;
  right: 0;
  top: calc(40% - 100px);
}

.catch-text {
  font-size: 160%;
  font-weight: bold;
  text-align: center;
  margin-top: 40px;
}

.txt-red {
  color: #d35b5c;
  font-weight: bold;
}

.opencampus-item .link-view {
  padding-bottom: 30px;
  position: relative;
  text-align: left;
  z-index: 0;
}

.opencampus-item .link-view img {
  width: 95%;
}

.opencampus-item .link-view::before {
  background-image: url(../../image/base/bg_blue_border.png);
  content: "";
  height: calc(100% - 30px);
  position: absolute;
  right: 0;
  top: 90px;
  width: calc(100% - 90px);
  z-index: -1;
}

.opencampus-item .link-list {
  margin: 35px auto auto;
  max-width: 842px;
  z-index: 20;
}

.opencampus-item .link-item {
  background-color: #fff;
  border: 2px solid #0098c3;
  border-radius: 4px;
  box-sizing: border-box;
  color: #0098c3;
  display: block;
  font-size: 125%;
  padding: 10px;
  transition: 0.5s;
  width: 100%;
}

.opencampus-item .link-item:hover {
  opacity: 0.5;
  text-decoration: none;
  transition: 0.5s;
}

.opencampus-bg-blue.link-area {
  background-image: url(../../image/base/bg_blue_border.png);
  margin-bottom: -80px;
  margin-top: 40px;
  padding: 60px 0 70px;
}

.opencampus-link-bnr {
  border-radius: 3px;
  font-weight: bold;
  margin: 20px 18px 0 0;
  position: relative;
  width: calc(100% / 3 - 12px);
  z-index: 1;
}

.opencampus-link-bnr:nth-child(3n) {
  margin-right: 0;
}

.opencampus-link-bnr a {
  background: #0098c3;
  color: #fff;
  display: block;
  font-size: 28px;
  padding: 15px 20px 17px;
  text-decoration: none;
  transition: 0.5s;
  position: relative;
}

.opencampus-link-bnr a::before {
  align-items: center;
  bottom: 0;
  color: #fff;
  content: "\f078";
  display: flex;
  font-family: "Font Awesome 5 Free";
  font-size: 60%;
  font-weight: 900;
  height: 40%;
  justify-content: center;
  margin: auto;
  position: absolute;
  right: 20px;
  top: 0;
}

.opencampus-link-bnr .jp {
  bottom: 4px;
  font-size: 50%;
  margin-left: 0;
  position: relative;
  width: 100%;
  display: block;
  margin-top: 10px;
}

.opencampus-item .link-item::before {
  align-items: center;
  bottom: 0;
  color: #0098c3;
  content: "\f054";
  display: flex;
  font-family: "Font Awesome 5 Free";
  font-size: 60%;
  font-weight: 900;
  height: 40%;
  justify-content: center;
  margin: auto;
  position: absolute;
  right: 20px;
  top: 0;
}

/*schedule*/
.students-imgs {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 50px;
  width: 1140px;
}

.students-imgs .students-img {
  max-width: 200px;
  width: 100%;
}

.students-imgs .students-img img {
  width: 100%;
}

.page-links {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto 2%;
  width: 1140px;
}

.page-links .page-link {
  cursor: pointer;
  font-weight: bold;
  margin: 2em 0 0;
  position: relative;
  width: 49%;
  z-index: 2;
}

.page-links .page-link a:hover::before {
  color: #fff;
  transition: 0.3s;
}

.page-links .page-link:hover {
  background-color: #0098c3;
  border-color: #0098c3;
  color: #fff;
}

.page-links .page-link a {
  background-color: #fff;
  border: solid 2px #0098c3;
  border-radius: 3px;
  color: #0098c3;
  display: block;
  padding: 1em 1em;
  transition: 0.3s;
}

.page-links .page-link a::before {

  bottom: 0;
  color: #0098c3;
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  height: 40%;
  margin: auto;
  position: absolute;
  right: 20px;
  top: 0;
}

.page-links .page-link a:hover {
  background-color: #0098c3;
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}

.open-campus-box {
  margin: 40px auto 40px;
  width: 1140px;
  padding: 10px 0;
  box-sizing: border-box;
  max-width: 100%;
}

.open-campus-box h3 {
  margin-bottom: 50px;
  text-align: center;
}

.open-campus-box .main-txt {
  font-size: 22px;
  margin: 50px 0 30px;
  text-align: center;
}

.open-campus-box .text-center {
  line-height: 2em !important;
}

.schedule-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}

.schedule-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  position: relative;
  width: 100%;
  margin: 120px 0;
}

.schedule-item .schedule-day {
  position: absolute;
  left: 20%;
  background-color: rgba(211, 91, 92, 0.8);
  border: 1px solid #d35b5c;
  color: #fff;
  padding: 10px 30px 10px 90px;
  font-size: 190%;
  text-align: center;
  z-index: 2;
  bottom: calc(100% - 110px);
  top: auto;
}

.schedule-item .schedule-num {
  background-color: #fff;
  color: #d35b5c;
  padding: 10px;
  font-size: 140%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.schedule-item .time-area {
  display: block;
  letter-spacing: 1px;
  font-size: 70%;
}

.schedule-item .schedule-img {
  margin-right: 0;
  margin-left: auto;
  max-width: 67%;
  z-index: 1;
}

.schedule-item .text-area {
  border: 1px solid #d35b5c;
  position: absolute;
  top: 25%;
  min-height: 80%;
  padding: 5% 40% 40px 40px;
  box-sizing: border-box;
  width: 70%;
  z-index: 0;
}

.schedule-item .text-area.text-red {
  color: #d35b5c;
}

.schedule-item.blue-style .schedule-day {
  background-color: rgba(0, 114, 187, .8);
  border: 1px solid #0072bb;
  right: 20%;
  left: auto;
}

.schedule-item.blue-style .schedule-num {
  color: #0072bb;
}

.schedule-item.blue-style .text-area {
  border: 1px solid #0072bb;
  right: 0;
  padding: 5% 20px 30px 41%;
}

.schedule-item.blue-style .schedule-img {
  margin-left: 0;
  margin-right: auto;
}

.schedule-item .balloon-text {
  position: absolute;
  top: 100%;
  z-index: 4;
  background-color: #c21717;
  border-radius: 50px;
  min-height: 50px;
  padding: 10px;
  color: #fff;
  bottom: auto;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 130%;
  padding: 20px;
  left: 0;
  right: auto;
}

.schedule-item .balloon-text::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  border-bottom: 20px solid #c21717;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  top: 0;
  bottom: 100%;
  margin: auto;
}

.schedule-item.blue-style .balloon-text {
  right: 0;
  left: auto;
}

.schedule-item.blue-style .balloon-text {
  background-color: #1d74ac;
}

.schedule-item.blue-style .balloon-text::before {
  border-bottom: 20px solid #1d74ac;
}

.facility-area {
  margin: 0 auto 3%;
  width: 1140px;
  max-width: 100%;
  padding: 0 0 3%;
}

.facility-area .area-ttl {
  font-size: 22px;
  margin: 50px 0 60px !important;
  text-align: center;
}

.facility-area .facility-boxs {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}

.facility-area .facility-boxs .facility-box {
  background-color: #f9f9f9;
  margin: 0 0 60px;
  box-shadow: 5px 5px 2px #3b3b3b40;
  box-sizing: border-box;
  width: calc(100% / 3 - 15px);
  margin-right: 20px;
}

.facility-area .facility-boxs .facility-box:nth-child(3n) {
  margin-right: 0;
}

.facility-area .facility-boxs .facility-box .facility-img {
  width: 100%;
}

.facility-area .facility-boxs .facility-box .facility-img img {
  width: 100%;
}

.facility-area .facility-boxs .facility-box .facility-ttl {
  font-size: 18px;
  padding: 20px 15px;
  color: #0072bb;
  font-weight: 900;
  letter-spacing: 2px;
  text-shadow: 0 0 0 #0072bb;
}

.facility-area .facility-boxs .facility-box .facility-txt {
  padding: 0 15px 15px;
  line-height: 2em;
}

.facility-area .bottom-txt {
  margin: 0 auto 30px !important;
  width: 700px;
}

.facility-links {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  position: relative;
  width: 610px;
  z-index: 999;
  margin-top: 80px;
}

.facility-links.right{
  margin-top: 100px;
  right: 310px;
}

.facility-links.center{
  margin-top: 0;
  right: 0;
}

.facility-links.center .facility-link{
  margin-left: 20px;
}

.bg-blue-border#program {
  margin: 80px 0 0;
}

.white-bg#opencampus::after {
  bottom: -135px;
}

.facility-links .facility-link,
.home-campus .home-campus-movie-link {
  background: #0098c3;
  border-radius: 3px;
  box-sizing: border-box;
  font-weight: bold;
  margin: 2em 0 0 0;
  position: relative;
  transition: 0.5s;
  width: 48%;
  display: flex;
  align-items: center;
}

.facility-links .facility-link::before,
.home-campus .home-campus-movie-link::before {
  bottom: 0;
  color: #fff;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  height: 40%;
  margin: auto;
  position: absolute;
  right: 20px;
  top: 0;
}

.facility-links .facility-link:hover,
.home-campus .home-campus-movie-link:hover,
#entry .entry-boxs .entry-box:hover {
  opacity: 0.5;
  text-decoration: none;
  transition: 0.5s;
}

.facility-links .facility-link a,
.home-campus .home-campus-movie-link a {
  color: #fff;
  text-decoration: none;
  padding: 1em 1em;
  display: block;
}

#home {
  margin-top: -10px;
  padding-bottom: 80px;
}

.home-campus {
  margin: 0 auto;
  padding-top: 0;
  width: 1140px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.home-campus h3 {
  margin: 0 0 50px;
  text-align: center;
  width: 100%;
}

.home-campus .home-campus-txt {
  font-size: 22px;
  margin: 0 0 30px;
  padding: 0 0 0 40px;
  text-align: left;
  width: 50%;
  box-sizing: border-box;
}

.home-campus .home-campus-txt span {
  color: #d35b5c;
}

.home-campus .home-campus-movie {
  margin: 0 0 40px;
  width: 50%;
}

.home-campus .home-campus-movie iframe {
  border: none;
  height: 540px;
  width: 100%;
}

.home-campus .home-campus-movie-link {
  margin: 0 auto;
  position: relative;
  width: 360px;
  z-index: 999;
}

#course {
  margin-top: -160px;
  padding-top: 150px;
}

#course .open-campus-box {
  margin-bottom: 2.5%;
}

#course .course-img {
  margin: 30px 0;
  text-align: center;
}

#course .course-box {
  margin: 0 auto 60px;
  width: 570px;
}

#course .course-box .course-ttl {
  background-color: #0098c3;
  color: #fff;
  font-size: 18px;
  text-align: center;
  padding: 1% 0;
}

#course .course-box .course-date {
  background-color: #ecf7fb;
  font-size: 25px;
  padding: 20px 0;
  text-align: center;
}

#entry .open-campus-box {
  padding-top: 10px;
}

#entry .entry-boxs {
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
}

#entry .entry-boxs .entry-box {
  position: relative;
  transition: 0.5s;
  width: 30%;
}

#entry .entry-boxs .entry-box .entry-img {
  width: 100%;
}

#entry .entry-boxs .entry-box .entry-link {
  background-color: #0098c3;
  color: #fff;
  display: block;
  font-size: 19px;
  padding: 15px 0;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
}

#entry .entry-boxs .entry-box .entry-link:after {
  bottom: 0;
  color: #fff;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  height: 40%;
  margin: auto;
  position: absolute;
  right: 20px;
  top: 0;
}

#bottom-links {
  padding-top: 170px;
}


.opencampus-link-bnr a {
  align-items: center;
  background-position: center;
  background-size: 100% auto;
  box-sizing: border-box;
  font-size: 130%;
  color: #414343;
  display: flex;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "メイリオ", " Meiryo", "ＭＳ Ｐ明朝", "MS PMincho", Osaka, serifsans-serif;
  font-weight: bold;
  height: 100%;
  justify-content: flex-end;
  letter-spacing: 2px;
  line-height: 1.7em;
  overflow: hidden;
  padding: 40px 60px;
  position: relative;
  text-align: right;
  transition: 0.5s;
  width: 100%;
  z-index: 0;
}

.opencampus-link-bnr a::before {
  background-color: rgba(255, 255, 255, 0.85);
  content: "";
  height: 100%;
  left: 41%;
  position: absolute;
  top: 0;
  transform: skewX(-20deg);
  transition: 0.5s;
  width: 70%;
  z-index: -1;
}

.opencampus-link-bnr a:hover {
  color: #fff;
  text-decoration: none;
}

.opencampus-link-bnr a::after {
  align-items: center;
  bottom: 0;
  color: #e25151;
  content: "\f054";
  display: flex;
  font-family: "Font Awesome 5 Free";
  font-size: 70%;
  font-weight: 900;

  justify-content: center;
  left: calc(100% - 40px);
  margin: auto;
  margin-right: 5px;
  position: absolute;
  top: 0;
  transition: 0.5s;
  z-index: 1;
}

.opencampus-link-bnr a:hover::before {
  background-color: rgba(0, 0, 0, 0.7);
  left: -50px;
  transition: 0.5s;
  width: 140%;
}

.opencampus-link-bnr a:hover::after {
  left: calc(100% - 30px);
}

.opencampus-link-bnr .bg-opencampus a {
  background-image: url(../../image/contents/opencampus/bnr_bg_opencampus_01.jpg);
}

.opencampus-link-bnr .bg-home a {
  background-image: url(../../image/contents/opencampus/bnr_bg_opencampus_02.jpg);
}

.opencampus-link-bnr .bg-seminar a {
  background-image: url(../../image/contents/opencampus/bnr_bg_opencampus_03.jpg);
}

.movie-bg {
  margin-bottom: 30px;
  padding: 150px 0 31px 0;
}


#contents .schedule-area .both-text {
  background-color: #74b34c;
  padding: 20px;
  color: #fff;
  border-radius: 5px;
  max-width: 500px;
  text-align: center;
  margin: 50px 0 0 0;
  position: relative;
}

#contents .schedule-area .both-text:before {
  content: "";
  position: absolute;
  left: 0px;
  right: 0;
  border-bottom: 20px solid #74b34c;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  margin: auto;
  height: 0;
  width: 0;
  top: -15px;
}

#contents .schedule-area .both-text:after {
  content: "";
  position: absolute;
  left: 0px;
  right: 0;
  border-top: 20px solid #74b34c;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  margin: auto;
  height: 0;
  width: 0;
  top: 60px;
}

@media screen and (max-width: 959px) {

  .opencampus-main-view .sub-photo-01,
  .opencampus-main-view .sub-photo-02,
  .opencampus-main-view .sub-photo-03 {
    width: 30%;
  }

  .opencampus-main-view {
    padding-bottom: 20px;
    width: calc(100% - 30px);
  }

  .opencampus-link-bnr {
    margin: 0 0 30px;
    width: 100%;
  }

  .opencampus-link-bnr a {
    font-size: 150%;
    padding: 15px 50px 10px;
  }

  .opencampus-item .link-view .animation01 {
    max-width: calc(100% - 40px);
  }

  .opencampus-item .link-list {
    margin: auto;
  }

  .opencampus-bg-blue.link-area {
    margin-bottom: -130px;
    padding: 80px 0 70px;
  }

  /*schedule*/
  #schedule #contents {
    padding-bottom: 360px;
  }

  #top {
    padding-bottom: 15%;
  }

  .students-imgs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto 4%;
    width: 90%;
  }

  .students-imgs .students-img {
    margin: 0 0 2%;
    max-width: 30%;
    width: 100%;
  }

  .page-links {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto 2%;
    width: 90%;
  }

  #bottom-links .page-links {
    margin-bottom: 14%;

  }

  .page-links .page-link {
    margin: 4% 0 0;
    width: 100%;
  }

  .open-campus-box {
    margin: 0 auto 30px;
    width: 90%;
    padding: 50px 0 40px;
  }

  .open-campus-box h3 {
    margin-bottom: 10px;
    text-align: center;
  }

  .open-campus-box .main-txt {
    font-size: 22px;
    margin: 0 0 20px;
    text-align: center;
  }

  .schedule-date-boxs {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 100%;
  }

  .schedule-date-boxs .date-small-box {
    margin-bottom: 4%;
    margin-right: 0;
    width: 100%;
  }

  .schedule-date-boxs .date-small-box.end {
    margin-right: 0;
  }

  .schedule-date-boxs .date-small-box .date-box {
    font-size: 25px;
    margin-bottom: 20px;
    padding: 2% 2% 4%;
  }

  .schedule-date-boxs .date-small-box .date-box span {
    font-size: 16px;
    margin-bottom: 2%;
  }

  .schedule-date-boxs .date-small-box .ttl-txt {
    font-size: 20px;
    letter-spacing: 2px;
  }

  .schedule-date-boxs .date-small-box .date-txt {
    font-size: 25px;
  }

  .schedule-date-boxs .date-small-box .date-txt span {
    font-size: 16px;
  }

  .schedule-date-boxs .date-big-box {
    margin-bottom: 4%;
    width: 100%;
  }

  .schedule-date-boxs .date-big-box .date-box {
    font-size: 25px;
    margin-bottom: 20px;
    padding: 2% 2% 4%;
  }

  .schedule-date-boxs .date-big-box .date-box span {
    display: block;
    font-size: 16px;
    margin-bottom: 2%;
  }

  .schedule-date-boxs .date-big-box .ttl-txt {
    color: #ed798e;
    font-size: 20px;
    text-align: center;
    letter-spacing: 2px;
  }

  .schedule-date-boxs .date-big-box .date-txts {
    margin: 0 auto;
    width: 90%;
  }



  .schedule-date-boxs .date-big-box .date-txt {
    font-size: 25px;
    margin-right: 0;
    margin-bottom: 2%;
    letter-spacing: 1px;
    width: 100%;
  }

  .schedule-date-boxs .date-big-box .date-txt span {
    font-size: 16px;
  }

  .schedule-date-boxs .date-big-box .date-txt:nth-child(odd)::before {
    border-right: none;
  }

  .facility-area {
    margin: 0 auto 7%;
    width: 90%;
  }

  .facility-area .area-ttl {
    font-size: 22px;
    margin: 4% 0 !important;
    text-align: center;
  }

  .facility-area .facility-boxs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .facility-area .facility-boxs .facility-box {
    margin: 0 0 4%;
    width: 100%;
  }

  .facility-area .facility-boxs .facility-box .facility-ttl {
    font-size: 18px;
    padding: 10px 20px;
  }

  .facility-area .facility-boxs .facility-box .facility-txt {
    padding: 20px;
    line-height: 2em;
  }

  .facility-area .bottom-txt {
    margin: 0 auto 4% !important;
    width: 100%;
  }

  .facility-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 999;
  }

  .facility-links .facility-link,
  .home-campus .home-campus-movie-link {
    margin: 4% 0 0 0;
    width: 100%;
  }

  .facility-links .facility-link a,
  .home-campus .home-campus-movie-link a {
    color: #fff;
    text-decoration: none;
    padding: 1em 1em;
    display: block;
  }

  #home {
    margin-top: -10px;
    padding-bottom: 80px;
  }

  .home-campus {
    margin: 0 auto;
    padding-top: 50px;
    width: 90%;
  }

  .home-campus h3 {
    margin: 0 0 50px;
    text-align: center;
  }

  .home-campus .home-campus-txt {
    font-size: 22px;
    margin: 0 0 40px;
    text-align: center;
    width: 100%;
    padding-left: 0;
  }

  .home-campus .home-campus-txt span {
    color: #d35b5c;
  }

  .home-campus .home-campus-movie {
    margin: 0 0 40px;
    width: 100%;
  }

  .home-campus .home-campus-movie iframe {
    height: 389px;
    width: 100%;
  }

  .home-campus .home-campus-movie-link {
    margin: 0 auto;
    width: 100%;
  }

  #course {
    margin-top: -160px;
    padding-top: 90px;
    z-index: 0;
  }

  #course.white-bg.seminar::before {
    z-index: -1;
  }

  #course .open-campus-box {
    margin-bottom: 3.5%;
  }

  #course .course-img {
    margin: 30px 0;
    text-align: center;
  }

  #course .course-box {
    margin: 0 auto 4%;
    width: 100%;
  }

  #course .course-box .course-ttl {
    background-color: #0098c3;
    color: #fff;
    font-size: 18px;
    text-align: center;
    padding: 1% 0;
  }

  #course .course-box .course-date {
    background-color: #ecf7fb;
    font-size: 25px;
    padding: 20px 0;
    text-align: center;
    line-height: 1.4;
  }

  #entry .open-campus-box {
    padding-top: 6%;
  }

  #entry .entry-boxs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 4%;
  }

  #entry .entry-boxs .entry-box {
    margin: 0 0 2%;
    position: relative;
    transition: 0.5s;
    width: 100%;
  }

  #entry .entry-boxs .entry-box .entry-img {
    width: 100%;
  }

  #entry .entry-boxs .entry-box .entry-link {
    background-color: #0098c3;
    color: #fff;
    display: block;
    font-size: 19px;
    padding: 15px 0;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
  }

  #entry .entry-boxs .entry-box .entry-link:after {
    bottom: 0;
    color: #fff;
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    height: 40%;
    margin: auto;
    position: absolute;
    right: 20px;
    top: 0;
  }

  #bottom-links {
    padding-top: 170px;
  }

  #bottom-links.white-bg {
    padding-bottom: 170px;
  }

  .schedule-item {
    display: block;
    width: 100%;
    margin: 0 0 10%;
  }

  .schedule-item .schedule-day {
    background-color: rgba(211, 91, 92, 0.8);
    border: 1px solid #d35b5c;
    color: #fff;
    padding: 2%;
    position: static;
    font-size: 160%;
    text-align: center;
    z-index: 2;
    width: 95%;
  }

  .schedule-item .schedule-num {
    background-color: #fff;
    color: #d35b5c;
    display: block;
    padding: 2%;
    font-size: 140%;
    position: static;
  }

  .schedule-item .time-area {
    display: inline-block;
    letter-spacing: 1px;
    font-size: 70%;
    margin-left: 2%;
  }

  .schedule-item .schedule-img {
    margin: 0;
    max-width: 100%;
    z-index: 1;
  }

  .schedule-item .text-area {
    border: 1px solid #d35b5c;
    position: static;
    min-height: auto;
    padding: 4%;
    box-sizing: border-box;
    width: 100%;
    z-index: 0;
  }

  .schedule-item.blue-style .schedule-day {
    background-color: rgba(0, 114, 187, .8);
    border: 1px solid #0072bb;
    right: 20%;
    left: auto;
  }

  .schedule-item.blue-style .text-area {
    border: 1px solid #0072bb;
    right: 0;
    padding: 4%;
  }

  .schedule-item.blue-style .schedule-img {
    margin-left: 0;
    margin-right: auto;
  }

  .schedule-item .balloon-text {
    position: relative;
    top: 0;
    background-color: #c21717;
    border-radius: 50px;
    min-height: auto;
    padding: 4% 6%;
    color: #fff;
    bottom: auto;
    display: block;
    font-size: 120%;
    left: 0;
    right: auto;
  }

  .schedule-item .balloon-text::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    border-bottom: 20px solid #c21717;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    top: 0;
    bottom: 100%;
    margin: auto;
  }

  .schedule-item.blue-style .balloon-text {
    right: 0;
    left: auto;
  }

  /**/
  .schedule-item.animation01.red-style.num-03.active {
    margin-bottom: 0;
  }

  #contents .schedule-area .both-text {
    margin-bottom: 35px;
    margin-top: 20px;
  }
  
  .facility-links.right{
    right: unset;
    margin-top: 0;
  }

  .bg-blue-border#program {
    margin: 0;
  }
  
  .white-bg#opencampus::after {
    bottom: -85px;
  }
  
.facility-links.center .facility-link{
  margin: 0 0 30px;
}
}

@media screen and (max-width: 640px) {
  .home-campus .home-campus-movie iframe {
    height: 324px;
  }
}

.br-559 {
  display: none;
}

@media screen and (max-width: 559px) {


  .br-559 {
    display: block;
  }

  .home-campus .home-campus-movie iframe {
    height: 280px;
  }

  .home-campus .home-campus-txt {
    font-size: 17px;
  }

  #bottom-links {
    padding-bottom: 13em;
  }

  #bottom-links.white-bg {
    padding-bottom: 0;
  }

  .home-campus .home-campus-movie {
    margin: 0 0 20px;
  }

  #course .open-campus-box {
    padding-top: 70px;
  }

  #contents .schedule-area .both-text:after {
    top: 85px;
  }
}

@media screen and (max-width: 430px) {
  .home-campus .home-campus-movie iframe {
    height: 217px;
  }

  .open-campus-box .text-center br:nth-child(2),
  .open-campus-box .text-center br:nth-child(3) {
    display: none;
  }
}

@media screen and (max-width: 414px) {
  .home-campus .home-campus-movie iframe {
    height: 205px;
  }
}

@media screen and (max-width: 393px) {
  .home-campus .home-campus-movie iframe {
    height: 195px;
  }
}