@charset "UTF-8";
/* CSS Document */

/*PC・SMP共通CSS*/
a:link {
	color: #fff;
}

a:link:hover {
	opacity: 1;
}

/*a:visited {
	color: #fff;
}*/

.opensans {
	font-family: "Open Sans", sans-serif;
}

.opensans-regular {
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
}

.opensans-bold {
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
}

.zen {
	font-family: "Zen Kaku Gothic New", sans-serif;
}

.zen-medium {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
}

.zen-bold {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
}

.orb {
	font-family: "Orbitron", sans-serif;
}

.orb-semibold {
	font-family: "Orbitron", sans-serif;
	font-weight: 600;
}

.orb-bold {
	font-family: "Orbitron", sans-serif;
	font-weight: 700;
}

.hurricane-regular {
  font-family: "Hurricane", cursive;
  font-weight: 400;
}

@keyframes rotation1{
  0%{ transform:rotate(0);}
  100%{ transform:rotate(360deg); }
}

/*共通ボタン・タイトル*/
/*PC*/
@media only screen and (min-width: 1025px) {
	#oc {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 0 auto;
		padding-top: 7vw;
		background: #fff;
		overflow: hidden;
	}
	
	#oc div:after,
	#oc ul:after,
	#oc dl:after {
		display: none;
	}
	
	#oc p {
		font-size: 16px;
		font-family: "Open Sans", sans-serif;
		font-weight: 400;
		letter-spacing: 1px;
		line-height: 26px;
	}
	
	/*オレンジボタン*/
	.oc_btn {
		display: block;
		position: relative;
		height: auto;
		padding-top: 22px;
		padding-bottom: 22px;
		font-size: 20px;
		font-family: "Open Sans", sans-serif;
		font-weight: 700;
		letter-spacing: 1px;
		line-height: 20px;
		text-align: left;
		color: #fff;
		background: #FA8110;
		border: solid 2px #FA8110;
		border-radius: 100px;
		box-sizing: border-box;
		transition: 0.4s;
	}
	
	.oc_btn:hover {
		color: #FA8110;
		background: #fff;
		border: solid 2px #FA8110;
	}
	
	.oc_btn::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 65px;
		transform: translateY(-50%) translateX(0);
		width: 25px;
		height: 25px;
		background-image: url(/wp-content/themes/tmc_tsuzuki/images/opencampus/op_13.png);
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-position: center;
		transition: 0.4s;
	}
	
	.oc_btn:hover::before {
		background-image: url(/wp-content/themes/tmc_tsuzuki/images/opencampus/op_13after.png);
	}
	
	/*オレンジ以外のボタン*/
	.oc_sub_btn {
		display: block;
		position: relative;
		height: auto;
		padding-top: 22px;
		padding-bottom: 22px;
		font-size: 20px;
		font-family: "Open Sans", sans-serif;
		font-weight: 700;
		letter-spacing: 1px;
		line-height: 20px;
		text-align: left;
		color: #fff;
		border-radius: 100px;
		box-sizing: border-box;
		transition: 0.4s;
	}
	
	.oc_sub_btn::before {
		content: "";
		position: absolute;
		top: 50%;
		transform: translateY(-50%) translateX(0);
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-position: center;
		transition: 0.4s;
	}
	
	/*見出し*/
	.oc_title {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	.oc_title h2 {
		position: relative;
		font-size: 30px;
		font-family: "Orbitron", sans-serif;
		font-weight: 700;
		letter-spacing: 1px;
		line-height: 30px;
		text-align: left;
	}
	
	.oc_title h2 img {
		display: block;
		position: relative;
		width: 50px;
		height: auto;
		margin: 0 auto 17px -25px;
	}
	
	.oc_title h3 {
		margin: 25px auto 0 auto;
		font-size: 38px;
		font-family: "Open Sans", sans-serif;
		font-weight: 700;
		letter-spacing: 2px;
		line-height: 38px;
		text-align: left;
	}
	
	.oc_title h3 span {
		position: relative;
		padding: 0 8px 0 8px;
		font-weight: 700;
		color: #fff;
		background: #000;
	}
	
	.oc_title h3 strong {
		font-weight: 700;
	}
	
	h2.oc_subtitle {
		font-size: 38px;
		font-family: "Open Sans", sans-serif;
		font-weight: 700;
		letter-spacing: 2px;
		line-height: 38px;
		text-align: center;
	}
	
	h2.oc_subtitle font {
		display: table;
		position: relative;
		margin: 0 auto 40px auto;
		font-size: 24px;
		font-family: "Zen Kaku Gothic New", sans-serif;
		font-weight: 500;
		letter-spacing: 1px;
		line-height: 24px;
		color: #FF5800;
		text-decoration: underline;
		text-underline-offset: 12px;
	}
	
	h2.oc_subtitle font::before {
		content: "";
		position: absolute;
		bottom: -21px;
		left: 50%;
		transform: translateY(0) translateX(-50%);
		width: 0;
		height: 0;
		border-style: solid;
		border-right: 9px solid transparent;
		border-left: 9px solid transparent;
		border-top: 10px solid #ff5800;
		border-bottom: 0;
	}
	
	h2.oc_subtitle span {
		position: relative;
		padding: 0 8px 0 8px;
		font-weight: 700;
		color: #fff;
		background: #000;
	}
 
}

/*SMP*/
@media only screen and (max-width: 1024px) {
	#oc {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 0 auto;
		padding-top: 20vw;
		background: #fff;
		overflow: hidden;
	}
	
	#oc div:after,
	#oc ul:after,
	#oc dl:after {
		display: none;
	}
	
	#oc p {
		font-size: 13px;
		font-family: "Open Sans", sans-serif;
		font-weight: 400;
		letter-spacing: 0.5px;
		line-height: 19px;
	}
	
	/*オレンジボタン*/
	.oc_btn {
		display: block;
		position: relative;
		height: auto;
		padding-top: 16px;
		padding-bottom: 16px;
		font-size: 16px;
		font-family: "Open Sans", sans-serif;
		font-weight: 700;
		letter-spacing: 0.5px;
		line-height: 16px;
		text-align: left;
		color: #fff!important;
		background: #FA8110;
		border: solid 1px #FA8110;
		border-radius: 100px;
		box-sizing: border-box;
	}
	
	.oc_btn::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 35px;
		transform: translateY(-50%) translateX(0);
		width: 17px;
		height: 17px;
		background-image: url(/wp-content/themes/tmc_tsuzuki/images/opencampus/op_13.png);
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-position: center;
	}
	
	/*オレンジ以外のボタン*/
	.oc_sub_btn {
		display: block;
		position: relative;
		height: auto;
		padding-top: 16px;
		padding-bottom: 16px;
		font-size: 16px;
		font-family: "Open Sans", sans-serif;
		font-weight: 700;
		letter-spacing: 0.5px;
		line-height: 16px;
		text-align: left;
		color: #fff;
		border-radius: 100px;
		box-sizing: border-box;
	}
	
	.oc_sub_btn::before {
		content: "";
		position: absolute;
		top: 50%;
		transform: translateY(-50%) translateX(0);
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-position: center;
	}
	
	/*見出し*/
	.oc_title {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	.oc_title h2 {
		position: relative;
		font-size: 15px;
		font-family: "Orbitron", sans-serif;
		font-weight: 700;
		letter-spacing: 1px;
		line-height: 15px;
		text-align: left;
	}
	
	.oc_title h2 img {
		display: block;
		position: relative;
		width: 25px;
		height: auto;
		margin: 0 auto 8px -12px;
	}
	
	.oc_title h3 {
		margin: 10px auto 0 auto;
		font-size: 19px;
		font-family: "Open Sans", sans-serif;
		font-weight: 700;
		letter-spacing: 1px;
		line-height: 29px;
		text-align: left;
	}
	
	.oc_title h3 span {
		position: relative;
		padding: 0 4px 0 4px;
		font-weight: 700;
		color: #fff;
		background: #000;
	}
	
	.oc_title h3 strong {
		font-weight: 700;
	}
	
	h2.oc_subtitle {
		font-size: 19px;
		font-family: "Open Sans", sans-serif;
		font-weight: 700;
		letter-spacing: 1px;
		line-height: 19px;
		text-align: center;
	}
	
	h2.oc_subtitle font {
		display: table;
		position: relative;
		margin: 0 auto 22px auto;
		font-size: 12px;
		font-family: "Zen Kaku Gothic New", sans-serif;
		font-weight: 500;
		letter-spacing: 0.5px;
		line-height: 12px;
		color: #FF5800;
		text-decoration: underline;
		text-underline-offset: 6px;
	}
	
	h2.oc_subtitle font::before {
		content: "";
		position: absolute;
		bottom: -10px;
		left: 50%;
		transform: translateY(0) translateX(-50%);
		width: 0;
		height: 0;
		border-style: solid;
		border-right: 4.5px solid transparent;
		border-left: 4.5px solid transparent;
		border-top: 5px solid #ff5800;
		border-bottom: 0;
	}
	
	h2.oc_subtitle span {
		position: relative;
		padding: 0 4px 0 4px;
		font-weight: 700;
		color: #fff;
		background: #000;
	}
	
}

/*メインビジュアル*/
/*PC*/
@media only screen and (min-width: 1025px) {
	#oc_00 {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#oc_00 .img {
		z-index: 0;
		position: relative;
		width: 100%;
		height: 840px;
	}
	
	#oc_00 .img img {
		display: block;
		position: relative;
		width: 100%;
		height: 840px;
		object-fit: cover;
		object-position: center;
	}
	
	#oc_00 .title {
		z-index: 1;
		position: absolute;
		top: 55%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		width: 820px;
		height: auto;
	}
	
	#oc_00 .title font {
		display: table;
		z-index: 1;
		position: relative;
		margin: 0 auto 0 100px;
		font-size: 18px;
		font-family: "Open Sans", sans-serif;
		font-weight: 700;
		letter-spacing: 1px;
		line-height: 18px;
		text-align: left;
		color: #fff;
	}
	
	#oc_00 .title font::after {
		content: "";
		z-index: -1;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		width: 345px;
		height: 40px;
		background-image: url(/wp-content/themes/tmc_tsuzuki/images/opencampus/op_2pc.png);
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-position: center;
	}
	
	#oc_00 .title span {
		z-index: 1;
		position: absolute;
		top: 50px;
		right: 70px;
		font-size: 16px;
		font-family: "Zen Kaku Gothic New", sans-serif;
		font-weight: 500;
		letter-spacing: 1px;
		line-height: 26px;
		text-align: center;
		color: #000;
	}
	
	#oc_00 .title span small {
		font-size: 12px;
		line-height: 12px;
	}
	
	#oc_00 .title span line {
		border-bottom: dashed 1px #000;
	}
	
	#oc_00 .title span::after {
		content: "";
		z-index: -1;
		position: absolute;
		top: -50px;
		left: -30px;
		width: 152px;
		height: 152px;
		background-image: url(/wp-content/themes/tmc_tsuzuki/images/opencampus/op_5.png);
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-position: center;
		animation: 3s linear infinite rotation1;
	}
	
	#oc_00 .title h1 {
		position: relative;
		margin: 40px auto 55px auto;
	}
	
	#oc_00 .title h1 img {
		display: block;
		position: relative;
		height: auto;
		object-fit: cover;
		object-position: center;
	}
	
	#oc_00 .title h1 img:nth-of-type(1) {
		width: 390px;
		margin: 0 auto 15px auto;
	}
	
	#oc_00 .title h1 img:nth-of-type(2) {
		width: 612px;
		margin: 0 auto 0 auto;
	}
	
	#oc_00 .title h2 {
		z-index: 1;
		position: absolute;
		top: 256px;
		right: 0;
		font-size: 50px;
		letter-spacing: 2px;
		line-height: 50px;
		color: #F4EC3E;
		transform: rotate(-15deg);
	}
	
	#oc_00 .title .text {
		position: relative;
		width: 100%;
		height: auto;
		padding: 40px 25px 40px 25px;
		background-image: url(/wp-content/themes/tmc_tsuzuki/images/opencampus/op_6pc.png);
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-position: center;
	}
	
	#oc_00 .title .text p {
		text-align: center;
	}
	
	#oc_00 .title .text p strong {
		font-weight: 700;
		background: linear-gradient(transparent 60%, #F4EC3E 60%);
	}
	
	#oc_00 .title .text h3 {
		position: relative;
		padding-left: 30px;
		margin-bottom: 10px;
		font-size: 16px;
		font-family: "Open Sans", sans-serif;
		font-weight: 500;
		letter-spacing: 0.5px;
		line-height: 16px;
		text-align: left;
		white-space: nowrap;
	}
	
	#oc_00 .title .text h3 strong {
		font-size: 20px;
		font-weight: 700;
		line-height: 20px;
		color: #FF5800;
	}
	
	#oc_00 .title .text h3::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%) translateX(0);
		width: 20px;
		height: 20px;
		background-image: url(/wp-content/themes/tmc_tsuzuki/images/opencampus/op_7.png);
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-position: center;
	}
	
	#oc_00 .title .text .text01 {
		position: relative;
		width: 410px;
		height: auto;
		margin: 25px auto 0 0;
	}
	
	#oc_00 .title .text .text02 {
		position: absolute;
		bottom: 40px;
		right: 25px;
		width: 370px;
		height: auto;
	}
}

/*SMP*/
@media only screen and (max-width: 1024px) {
	#oc_00 {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#oc_00 .img {
		z-index: 0;
		position: relative;
		width: 100%;
		height: 510px;
	}
	
	#oc_00 .img img {
		display: block;
		position: relative;
		width: 100%;
		height: 510px;
		object-fit: cover;
		object-position: center;
	}
	
	#oc_00 .title {
		z-index: 1;
		position: absolute;
		top: 55%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		width: 340px;
		height: auto;
	}
	
	#oc_00 .title font {
		display: table;
		z-index: 1;
		position: relative;
		margin: 0 auto 0 20px;
		font-size: 12px;
		font-family: "Open Sans", sans-serif;
		font-weight: 700;
		letter-spacing: 0.5px;
		line-height: 12px;
		text-align: left;
		color: #fff;
	}
	
	#oc_00 .title font::after {
		content: "";
		z-index: -1;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		width: 220px;
		height: 23px;
		background-image: url(/wp-content/themes/tmc_tsuzuki/images/opencampus/op_2smp.png);
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-position: center;
	}
	
	#oc_00 .title span {
		z-index: 1;
		position: absolute;
		top: 0;
		right: 5px;
		font-size: 11px;
		font-family: "Zen Kaku Gothic New", sans-serif;
		font-weight: 500;
		letter-spacing: 0.5px;
		line-height: 17px;
		text-align: center;
		color: #000;
	}
	
	#oc_00 .title span small {
		font-size: 10px;
		line-height: 10px;
	}
	
	#oc_00 .title span line {
		border-bottom: dashed 1px #000;
	}
	
	#oc_00 .title span::after {
		content: "";
		z-index: -1;
		position: absolute;
		top: -33px;
		left: -18px;
		width: 101px;
		height: 101px;
		background-image: url(/wp-content/themes/tmc_tsuzuki/images/opencampus/op_5.png);
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-position: center;
		animation: 3s linear infinite rotation1;
	}
	
	#oc_00 .title h1 {
		position: relative;
		margin: 20px auto 30px auto;
	}
	
	#oc_00 .title h1 img {
		display: block;
		position: relative;
		height: auto;
		object-fit: cover;
		object-position: center;
	}
	
	#oc_00 .title h1 img:nth-of-type(1) {
		width: 193px;
		margin: 0 auto 7px auto;
	}
	
	#oc_00 .title h1 img:nth-of-type(2) {
		width: 306px;
		margin: 0 auto 0 auto;
	}
	
	#oc_00 .title h2 {
		z-index: 2;
		position: absolute;
		top: 132px;
		right: 0;
		font-size: 25px;
		letter-spacing: 1px;
		line-height: 25px;
		color: #F4EC3E;
		transform: rotate(-15deg);
	}
	
	#oc_00 .title .text {
		position: relative;
		width: 100%;
		height: auto;
		padding: 16px 17px 16px 17px;
		background-image: url(/wp-content/themes/tmc_tsuzuki/images/opencampus/op_6smp.png);
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-position: center;
	}
	
	#oc_00 .title .text p {
		font-size: 12px;
		line-height: 18px;
		text-align: center;
	}
	
	#oc_00 .title .text p strong {
		font-weight: 700;
		background: linear-gradient(transparent 60%, #F4EC3E 60%);
	}
	
	#oc_00 .title .text h3 {
		position: relative;
		padding-left: 17px;
		margin-bottom: 8px;
		font-size: 12px;
		font-family: "Open Sans", sans-serif;
		font-weight: 500;
		letter-spacing: 0.5px;
		line-height: 12px;
		text-align: left;
		white-space: nowrap;
	}
	
	#oc_00 .title .text h3 strong {
		font-size: 14px;
		font-weight: 700;
		line-height: 14px;
		color: #FF5800;
	}
	
	#oc_00 .title .text h3::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%) translateX(0);
		width: 12px;
		height: 12px;
		background-image: url(/wp-content/themes/tmc_tsuzuki/images/opencampus/op_7.png);
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-position: center;
	}
	
	#oc_00 .title .text .text01 {
		position: relative;
		width: 280px;
		height: auto;
		margin: 17px auto 0 auto;
	}
	
	#oc_00 .title .text .text02 {
		position: relative;
		width: 280px;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
}

/*そんなあなたに、気軽に参加できる体験をご用意！*/
/*PC*/
@media only screen and (min-width: 1025px) {
	#oc_01 {
		position: relative;
		width: 100%;
		height: auto;
		padding: 85px 0 80px 0;
		background-image: url(/wp-content/themes/tmc_tsuzuki/images/opencampus/op_8pc.png);
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-position: center;
	}
	
	#oc_01 .img01,
	#oc_01 .img02 {
		z-index: 0;
		position: absolute;
		top: 0;
		width: 455px;
		height: auto;
	}
	
	#oc_01 .img01 {
		left: 0;
	}
	
	#oc_01 .img02 {
		right: 0;
	}
	
	#oc_01 .con {
		position: relative;
		width: 1100px;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	#oc_01 .con .con_img01,
	#oc_01 .con .con_img02 {
		z-index: 1;
		position: absolute;
		height: auto;
	}
	
	#oc_01 .con .con_img01 {
		bottom: -80px;
		left: 0;
		width: 123px;
	}
	
	#oc_01 .con .con_img02 {
		bottom: -80px;
		right: 0;
		width: 107px;
	}
	
	#oc_01 .con h2 {
		font-size: 30px;
		letter-spacing: 2px;
		line-height: 30px;
		text-align: center;
		color: #fff;
	}
	
	#oc_01 .con h2 span {
		display: block;
		position: relative;
		width: 350px;
		margin: 0 auto 35px auto;
		font-size: 20px;
		letter-spacing: 1px;
		line-height: 20px;
		color: #fff;
	}
	
	#oc_01 .con h2 span img {
		position: absolute;
		top: -8px;
		width: 30px;
		height: auto;
	}
	
	#oc_01 .con h2 span img:nth-of-type(1) {
		left: 0;
	}
	
	#oc_01 .con h2 span img:nth-of-type(2) {
		right: 0;
	}
	
	#oc_01 .con a.oc_btn {
		width: 330px;
		padding-left: 105px;
		margin: 40px auto 0 auto;
	}
}

/*SMP*/
@media only screen and (max-width: 1024px) {
	#oc_01 {
		position: relative;
		width: 100%;
		height: auto;
		padding: 45px 0 45px 0;
		background-image: url(/wp-content/themes/tmc_tsuzuki/images/opencampus/op_8smp.png);
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-position: center;
	}
	
	#oc_01 .img01,
	#oc_01 .img02 {
		z-index: 0;
		position: absolute;
		top: 0;
		width: 150px;
		height: auto;
	}
	
	#oc_01 .img01 {
		left: 0;
	}
	
	#oc_01 .img02 {
		right: 0;
	}
	
	#oc_01 .con {
		position: relative;
		width: 370px;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	#oc_01 .con .con_img01,
	#oc_01 .con .con_img02 {
		z-index: 1;
		position: absolute;
		height: auto;
	}
	
	#oc_01 .con .con_img01 {
		bottom: -45px;
		left: 0;
		width: 58px;
	}
	
	#oc_01 .con .con_img02 {
		bottom: -45px;
		right: 15px;
		width: 50px;
	}
	
	#oc_01 .con h2 {
		font-size: 17px;
		letter-spacing: 1px;
		line-height: 24px;
		text-align: center;
		color: #fff;
	}
	
	#oc_01 .con h2 span {
		display: block;
		position: relative;
		width: 220px;
		margin: 0 auto 17px auto;
		font-size: 13px;
		letter-spacing: 0.5px;
		line-height: 13px;
		color: #fff;
	}
	
	#oc_01 .con h2 span img {
		position: absolute;
		top: -1px;
		width: 15px;
		height: auto;
	}
	
	#oc_01 .con h2 span img:nth-of-type(1) {
		left: 0;
	}
	
	#oc_01 .con h2 span img:nth-of-type(2) {
		right: 0;
	}
	
	#oc_01 .con a.oc_btn {
		width: 220px;
		padding-left: 60px;
		margin: 25px auto 0 auto;
	}

	
}

/*なぜ、東京マルチ・AI専門学校が選ばれているのか？*/
/*PC*/
@media only screen and (min-width: 1025px) {
	#oc_02 {
		position: relative;
		width: 100%;
		height: auto;
		padding: 30px 0 80px 0;
		background: #F5F5F5;
	}
	
	#oc_02 .con {
		position: relative;
		width: 1280px;
		height: auto;
		padding: 45px 100px 45px 100px;
		margin: 0 auto 0 auto;
		background: #fff;
		box-sizing: border-box;
	}
	
	#oc_02 .con h2 {
		position: absolute;
		top: -15px;
		left: 120px;
		font-size: 30px;
		letter-spacing: 2px;
		line-height: 30px;
	}
	
	#oc_02 .con h2 img {
		display: block;
		position: absolute;
		top: -20px;
		left: -20px;
		width: 50px;
		height: auto;
	}
	
	#oc_02 .con h3 {
		margin: 0 auto 40px 20px;
		font-size: 38px;
		letter-spacing: 2px;
		line-height: 38px;
	}
	
	#oc_02 .con h3 font {
		color: #0BCBD9;
	}
	
	#oc_02 .con h3 span {
		position: relative;
		margin-left: 4px;
		margin-right: 4px;
		padding: 0 8px 0 8px;
		font-weight: 700;
		color: #fff;
		background: #000;
	}
	
	#oc_02 .con .loop {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#oc_02 .con .loop .ptn {
		position: relative;
		width: 500px;
		height: auto;
		padding-top: 30px;
	}
	
	#oc_02 .con .loop .ptn:nth-of-type(1),
	#oc_02 .con .loop .ptn:nth-of-type(2) {
		margin-bottom: 50px;
	}
	
	#oc_02 .con .loop .ptn img {
		display: block;
		position: relative;
		width: 100%;
		height: 310px;
		object-fit: cover;
		object-position: center;
	}
	
	#oc_02 .con .loop .ptn h4 {
		position: absolute;
		top: 0;
		right: 20px;
		font-size: 20px;
		font-family: "Orbitron", sans-serif;
		font-weight: 700;
		letter-spacing: 1px;
		line-height: 20px;
		text-align: right;
		color: #000000;
	}
	
	#oc_02 .con .loop .ptn h4 font {
		position: relative;
		margin-left: 5px;
		font-size: 60px;
		font-weight: 600;
		line-height: 60px;
		color: rgba(0,0,0,0.00);
		-webkit-text-stroke: 1px #000;
		text-stroke: 1px #000;
	}
	
	#oc_02 .con .loop .ptn h5 {
		margin: -70px auto 20px auto;
		font-size: 22px;
		font-family: "Open Sans", sans-serif;
		font-weight: 700;
		letter-spacing: 1px;
		line-height: 22px;
		color: #fff;
	}
	
	#oc_02 .con .loop .ptn h5 font {
		display: table;
		position: relative;
		padding: 10px 15px 10px 15px;
		background: #0BCBD9;
	}
	
	#oc_02 .con .loop .ptn h5 font:nth-of-type(1) {
		margin-bottom: 5px;
	}
	
	#oc_02 .con .loop .ptn p {
		font-size: 16px;
		font-family: "Open Sans", sans-serif;
		font-weight: 400;
		letter-spacing: 1px;
		line-height: 26px;
	}
	
	#oc_02 .con .loop .ptn p font {
		font-weight: 700;
		color: #FF5800;
	}
	
}

/*SMP*/
@media only screen and (max-width: 1024px) {
	#oc_02 {
		position: relative;
		width: 100%;
		height: auto;
		padding: 23px 0 45px 0;
		background: #F5F5F5;
	}
	
	#oc_02 .con {
		position: relative;
		width: 340px;
		height: auto;
		padding: 20px 0 40px 0;
		margin: 0 auto 0 auto;
		background: #fff;
		box-sizing: border-box;
	}
	
	#oc_02 .con h2 {
		position: absolute;
		top: -5px;
		left: 20px;
		font-size: 15px;
		letter-spacing: 1px;
		line-height: 15px;
	}
	
	#oc_02 .con h2 img {
		display: block;
		position: absolute;
		top: -10px;
		left: -12px;
		width: 25px;
		height: auto;
	}
	
	#oc_02 .con h3 {
		margin: 0 auto 20px 20px;
		font-size: 19px;
		letter-spacing: 1px;
		line-height: 28px;
	}
	
	#oc_02 .con h3 font {
		color: #0BCBD9;
	}
	
	#oc_02 .con h3 span {
		position: relative;
		margin-left: 2px;
		margin-right: 2px;
		padding: 0 4px 0 4px;
		font-weight: 700;
		color: #fff;
		background: #000;
	}
	
	#oc_02 .con .loop {
		position: relative;
		width: 260px;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	#oc_02 .con .loop .ptn {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 20px auto;
		padding-top: 15px;
	}
	
	#oc_02 .con .loop .ptn:nth-of-type(4) {
		margin-bottom: 0;
	}
	
	#oc_02 .con .loop .ptn img {
		display: block;
		position: relative;
		width: 100%;
		height: 155px;
		object-fit: cover;
		object-position: center;
	}
	
	#oc_02 .con .loop .ptn h4 {
		position: absolute;
		top: 0;
		right: 10px;
		font-size: 10px;
		font-family: "Orbitron", sans-serif;
		font-weight: 700;
		letter-spacing: 0.5px;
		line-height: 10px;
		text-align: right;
		color: #000000;
	}
	
	#oc_02 .con .loop .ptn h4 font {
		position: relative;
		margin-left: 3px;
		font-size: 30px;
		font-weight: 600;
		line-height: 30px;
		color: rgba(0,0,0,0.00);
		-webkit-text-stroke: 0.5px #000;
		text-stroke: 0.5px #000;
	}
	
	#oc_02 .con .loop .ptn h5 {
		margin: -40px auto 15px auto;
		font-size: 15px;
		font-family: "Open Sans", sans-serif;
		font-weight: 700;
		letter-spacing: 1px;
		line-height: 15px;
		color: #fff;
	}
	
	#oc_02 .con .loop .ptn h5 font {
		display: table;
		position: relative;
		padding: 5px 7px 5px 7px;
		background: #0BCBD9;
	}
	
	#oc_02 .con .loop .ptn h5 font:nth-of-type(1) {
		margin-bottom: 2px;
	}
	
	#oc_02 .con .loop .ptn p {
		font-size: 13px;
		font-family: "Open Sans", sans-serif;
		font-weight: 400;
		letter-spacing: 0.5px;
		line-height: 19px;
	}
	
	#oc_02 .con .loop .ptn p font {
		font-weight: 700;
		color: #FF5800;
	}
	

	
}

/*こんな方におすすめ！*/
/*PC*/
@media only screen and (min-width: 1025px) {
	#oc_03 {
		z-index: 1;
		position: relative;
		width: 100%;
		height: auto;
		padding: 90px 0 140px 0;
	}
	
	#oc_03 .title {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#oc_03 .title h2 span {
		margin-left: 4px;
	}
	
	#oc_03 .con {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		position: relative;
		width: 1100px;
		height: auto;
		margin: 30px auto 0 auto;
	}
	
	#oc_03 .con .ptn {
		position: relative;
		height: auto;
	}
	
	#oc_03 .con .ptn::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-position: center;
	}
	
	#oc_03 .con .ptn:nth-of-type(1) {
		width: 190px;
		padding-top: 68px;
	}
	
	#oc_03 .con .ptn:nth-of-type(1)::before {
		width: 100%;
		height: 245px;
		background-image: url(/wp-content/themes/tmc_tsuzuki/images/opencampus/op_20pc.png);
	}
	
	#oc_03 .con .ptn:nth-of-type(2) {
		width: 210px;
		padding-top: 45px;
		margin-top: 50px;
	}
	
	#oc_03 .con .ptn:nth-of-type(2)::before {
		width: 100%;
		height: 280px;
		background-image: url(/wp-content/themes/tmc_tsuzuki/images/opencampus/op_21pc.png);
	}
	
	#oc_03 .con .ptn:nth-of-type(3) {
		width: 180px;
		padding-top: 50px;
		margin-top: 25px;
	}
	
	#oc_03 .con .ptn:nth-of-type(3)::before {
		width: 100%;
		height: 250px;
		background-image: url(/wp-content/themes/tmc_tsuzuki/images/opencampus/op_22pc.png);
	}
	
	#oc_03 .con .ptn:nth-of-type(4) {
		width: 190px;
		padding-top: 68px;
		margin-top: 70px;
	}
	
	#oc_03 .con .ptn:nth-of-type(4)::before {
		width: 100%;
		height: 250px;
		background-image: url(/wp-content/themes/tmc_tsuzuki/images/opencampus/op_23pc.png);
	}
	
	#oc_03 .con .ptn:nth-of-type(5) {
		width: 180px;
		padding-top: 50px;
		margin-top: 10px;
	}
	
	#oc_03 .con .ptn:nth-of-type(5)::before {
		width: 100%;
		height: 260px;
		background-image: url(/wp-content/themes/tmc_tsuzuki/images/opencampus/op_24pc.png);
	}
	
	#oc_03 .con .ptn p {
		position: relative;
		font-size: 18px;
		font-family: "Zen Kaku Gothic New", sans-serif;
		font-weight: 500;
		letter-spacing: 1px;
		line-height: 25px;
		text-align: center;
		color: #fff;
	}
}

/*SMP*/
@media only screen and (max-width: 1024px) {
	#oc_03 {
		z-index: 1;
		position: relative;
		width: 100%;
		height: auto;
		padding: 45px 0 95px 0;
	}
	
	#oc_03 .title {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#oc_03 .title h2 span {
		margin-left: 2px;
	}
	
	#oc_03 .con {
		position: relative;
		width: 350px;
		height: auto;
		margin: 25px auto 0 auto;
	}
	
	#oc_03 .con .ptn::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-position: center;
	}
	
	#oc_03 .con .ptn:nth-of-type(1) {
		position: relative;
		width: 105px;
		height: auto;
		margin: 0 auto 0 0;
		padding-top: 34px;
	}
	
	#oc_03 .con .ptn:nth-of-type(1)::before {
		width: 100%;
		height: 130px;
		background-image: url(/wp-content/themes/tmc_tsuzuki/images/opencampus/op_20smp.png);
	}
	
	#oc_03 .con .ptn:nth-of-type(2) {
		position: relative;
		width: 100px;
		height: auto;
		margin: 65px auto 0 40px;
		padding-top: 25px;
	}
	
	#oc_03 .con .ptn:nth-of-type(2)::before {
		left: -7px;
		width: 120px;
		height: 155px;
		background-image: url(/wp-content/themes/tmc_tsuzuki/images/opencampus/op_21smp.png);
	}
	
	#oc_03 .con .ptn:nth-of-type(3) {
		position: absolute;
		top: 23px;
		left: 125px;
		width: 100px;
		height: auto;
		padding-top: 24px;
	}
	
	#oc_03 .con .ptn:nth-of-type(3)::before {
		top: -4px;
		left: -3px;
		width: 105px;
		height: 135px;
		background-image: url(/wp-content/themes/tmc_tsuzuki/images/opencampus/op_22smp.png);
	}
	
	#oc_03 .con .ptn:nth-of-type(4) {
		position: absolute;
		bottom: 10px;
		left: 210px;
		width: 100px;
		height: auto;
		padding-top: 23px;
	}
	
	#oc_03 .con .ptn:nth-of-type(4)::before {
		top: -5px;
		left: -1px;
		width: 105px;
		height: 132px;
		background-image: url(/wp-content/themes/tmc_tsuzuki/images/opencampus/op_23smp.png);
	}
	
	#oc_03 .con .ptn:nth-of-type(5) {
		position: absolute;
		top: -5px;
		right: 0;
		width: 105px;
		height: auto;
		padding-top: 26px;
	}
	
	#oc_03 .con .ptn:nth-of-type(5)::before {
		top: 2px;
		left: 3px;
		width: 100px;
		height: 135px;
		background-image: url(/wp-content/themes/tmc_tsuzuki/images/opencampus/op_24smp.png);
	}
	
	#oc_03 .con .ptn p {
		position: relative;
		font-size: 12px;
		font-family: "Zen Kaku Gothic New", sans-serif;
		font-weight: 500;
		letter-spacing: 0.5px;
		line-height: 16px;
		text-align: center;
		color: #fff;
	}

}

/*次は行動してみよう！*/
/*PC*/
@media only screen and (min-width: 1025px) {
	#oc_04 {
		position: relative;
		width: 100%;
		height: auto;
		margin: -50px auto 0 auto;
		padding: 180px 0 77px 0;
		background-image: url(/wp-content/themes/tmc_tsuzuki/images/opencampus/op_25pc.png);
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-position: center;
	}
	
	#oc_04 .con {
		position: relative;
		width: 1100px;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	#oc_04 .con .con_img01 {
		z-index: 2;
		position: absolute;
		bottom: -125px;
		right: 0;
		width: 190px;
		height: auto;
	}
	
	#oc_04 .con h2 {
		position: relative;
		width: 380px;
		margin: 0 auto 0 auto;
		font-size: 30px;
		letter-spacing: 2px;
		line-height: 30px;
		text-align: center;
		color: #fff;
	}
	
	#oc_04 .con h2 font {
		display: block;
		position: relative;
		margin-bottom: 26px;
		font-size: 20px;
		letter-spacing: 1px;
		line-height: 20px;
		text-align: center;
	}
	
	#oc_04 .con h2 font img {
		position: absolute;
		top: -8px;
		width: 30px;
		height: auto;
	}
	
	#oc_04 .con h2 font img:nth-of-type(1) {
		left: 0;
	}
	
	#oc_04 .con h2 font img:nth-of-type(2) {
		right: 0;
	}
	
	#oc_04 .con a.oc_btn {
		width: 420px;
		padding-left: 105px;
		margin: 40px auto 0 auto;
	}
	
	#oc_04 .con a.oc_btn::before {
		left: 65px;
	}
}

/*SMP*/
@media only screen and (max-width: 1024px) {
	#oc_04 {
		position: relative;
		width: 100%;
		height: auto;
		margin: -25px auto 0 auto;
		padding: 90px 0 45px 0;
		background-image: url(/wp-content/themes/tmc_tsuzuki/images/opencampus/op_25smp.png);
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-position: center;
	}
	
	#oc_04 .con {
		position: relative;
		width: 360px;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	#oc_04 .con .con_img01 {
		z-index: 2;
		position: absolute;
		bottom: -132px;
		right: 0;
		width: 94px;
		height: auto;
	}
	
	#oc_04 .con h2 {
		position: relative;
		width: 220px;
		margin: 0 auto 0 auto;
		font-size: 17px;
		letter-spacing: 1px;
		line-height: 17px;
		text-align: center;
		color: #fff;
	}
	
	#oc_04 .con h2 font {
		display: block;
		position: relative;
		margin-bottom: 16px;
		font-size: 13px;
		letter-spacing: 0.5px;
		line-height: 13px;
		text-align: center;
	}
	
	#oc_04 .con h2 font img {
		position: absolute;
		top: -2px;
		width: 15px;
		height: auto;
	}
	
	#oc_04 .con h2 font img:nth-of-type(1) {
		left: 0;
	}
	
	#oc_04 .con h2 font img:nth-of-type(2) {
		right: 0;
	}
	
	#oc_04 .con a.oc_btn {
		width: 300px;
		padding-left: 65px;
		margin: 20px auto 0 auto;
	}
	
	#oc_04 .con a.oc_btn::before {
		left: 35px;
	}

}

/*オープンキャンパスで体験できること全部教えます！*/
/*PC*/
@media only screen and (min-width: 1025px) {
	#oc_05 {
		z-index: 1;
		position: relative;
		width: 100%;
		height: auto;
		padding: 90px 0 90px 0;
	}
	
	#oc_05 .oc_title {
		position: relative;
		width: 1080px;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	#oc_05 .oc_title h3 span {
		margin-left: 4px;
	}
	
	#oc_05 .con {
		position: relative;
		width: 1180px;
		height: auto;
		margin: 60px auto 80px auto;
	}
	
	#oc_05 .con .ptn {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		position: relative;
		width: 1080px;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	#oc_05 .con .ptn01,
	#oc_05 .con .ptn03 {
		flex-direction: row;
	}
	
	#oc_05 .con .ptn02 {
		flex-direction: row-reverse;
		margin: 60px auto 60px auto;
	}
	
	#oc_05 .con .ptn img {
		display: block;
		position: relative;
		width: 450px;
		height: 340px;
		object-fit: cover;
		object-position: center;
	}
	
	#oc_05 .con .ptn .text {
		position: relative;
		width: 540px;
		height: auto;
		padding: 10px 0 0 30px;
		box-sizing: border-box;
	}
	
	#oc_05 .con .ptn .text h3 {
		position: relative;
		left: -35px;
		font-size: 20px;
		font-family: "Orbitron", sans-serif;
		font-weight: 700;
		letter-spacing: 2px;
		line-height: 20px;
		text-align: left;
	}
	
	#oc_05 .con .ptn .text h3 font {
		position: relative;
		margin-left: 6px;
		font-size: 60px;
		font-weight: 600;
		line-height: 60px;
		color: rgba(0,0,0,0.00);
		-webkit-text-stroke: 1px #000;
		text-stroke: 1px #000;
	}
	
	#oc_05 .con .ptn .text h4 {
		margin: 25px auto 40px auto;
		font-size: 28px;
		font-family: "Open Sans", sans-serif;
		font-weight: 700;
		letter-spacing: 1px;
		line-height: 28px;
		text-align: left;
		color: #0BCBD9;
	}
	
	#oc_05 .con .ptn .text h4 font {
		position: relative;
	}
	
	#oc_05 .con .ptn .text h4 font::after {
		content: "";
		position: absolute;
		bottom: -4px;
		left: 0;
		width: 100%;
		height: 3px;
		background: #0BCBD9;
	}
	
	#oc_05 .con .ptn .text p {
		font-size: 16px;
		font-family: "Open Sans", sans-serif;
		font-weight: 400;
		letter-spacing: 1px;
		line-height: 26px;
	}
	
	#oc_05 .con .ptn .text p strong {
		font-weight: 700;
		color: #FF5800;
	}
	
	#oc_05 .con .ptn04 {
		position: relative;
		width: 100%;
		height: auto;
		margin: 90px auto 0 auto;
		padding: 0 0 60px 0;
		background-image: url(/wp-content/themes/tmc_tsuzuki/images/opencampus/op_30pc.png);
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-position: center;
	}
	
	#oc_05 .con .ptn04 h3 {
		position: relative;
		top: -25px;
		width: 640px;
		margin: 0 auto 0 auto;
		font-size: 20px;
		font-family: "Orbitron", sans-serif;
		font-weight: 700;
		letter-spacing: 2px;
		line-height: 20px;
		text-align: left;
	}
	
	#oc_05 .con .ptn04 h3 font {
		position: relative;
		margin-left: 6px;
		font-size: 60px;
		font-weight: 600;
		line-height: 60px;
		color: rgba(0,0,0,0.00);
		-webkit-text-stroke: 1px #000;
		text-stroke: 1px #000;
	}
	
	#oc_05 .con .ptn04 h3 img {
		position: absolute;
		top: -60px;
		left: -190px;
		width: 180px;
		height: auto;
	}
	
	#oc_05 .con .ptn04 h4 {
		margin: 30px auto 40px auto;
		font-size: 28px;
		font-family: "Open Sans", sans-serif;
		font-weight: 700;
		letter-spacing: 2px;
		line-height: 28px;
		text-align: center;
	}
	
	#oc_05 .con .ptn04 h4 big {
		font-size: 38px;
		line-height: 38px;
		background-image: url(/wp-content/themes/tmc_tsuzuki/images/opencampus/op_31pc.png);
		background-size: cover;
		background-position: center;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
	
	#oc_05 .con .ptn04 h4 strong {
		font-size: 38px;
		line-height: 38px;
	}
	
	#oc_05 .con .ptn04 h4 font {
		display: table;
		z-index: 1;
		position: relative;
		margin: 0 auto 45px auto;
		font-size: 20px;
		letter-spacing: 1px;
		line-height: 20px;
		color: #fff;
	}
	
	#oc_05 .con .ptn04 h4 font::before {
		content: "";
		z-index: -1;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		width: 200px;
		height: 42px;
		background-image: url(/wp-content/themes/tmc_tsuzuki/images/opencampus/op_31pc.png);
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-position: center;
	}
	
	#oc_05 .con .ptn04 p {
		text-align: center;
	}
	
	#oc_05 .con .ptn04 h5 {
		margin: 50px auto 30px auto;
		font-size: 26px;
		font-family: "Open Sans", sans-serif;
		font-weight: 600;
		letter-spacing: 2px;
		line-height: 26px;
		text-align: center;
	}
	
	#oc_05 .con .ptn04 h5 font {
		position: relative;
	}
	
	#oc_05 .con .ptn04 h5 font::before,
	#oc_05 .con .ptn04 h5 font::after {
		content: "";
		position: absolute;
		top: 50%;
		transform: translateY(-50%) translateX(0);
		width: 150px;
		height: 1px;
		background: #000;
	}
	
	#oc_05 .con .ptn04 h5 font::before {
		left: -180px;
	}
	
	#oc_05 .con .ptn04 h5 font::after {
		right: -180px;
	}
	
	#oc_05 .con .ptn04 .loop {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		position: relative;
		width: 1010px;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	#oc_05 .con .ptn04 .loop .ptn05 {
		position: relative;
		width: 310px;
		height: auto;
	}
	
	#oc_05 .con .ptn04 .loop .ptn05 h6 {
		position: relative;
		margin-bottom: 15px;
		padding: 15px 0 15px 20px;
		font-size: 16px;
		font-family: "Open Sans", sans-serif;
		font-weight: 700;
		letter-spacing: 1px;
		line-height: 16px;
		text-align: center;
		color: #fff;
		box-sizing: border-box;
	}
	
	#oc_05 .con .ptn04 .loop .ptn05:nth-of-type(1) h6::before,
	#oc_05 .con .ptn04 .loop .ptn05:nth-of-type(2) h6::before,
	#oc_05 .con .ptn04 .loop .ptn05:nth-of-type(3) h6::before {
		content: "";
		position: absolute;
		top: 50%;
		transform: translateY(-50%) translateX(0);
		width: 30px;
		height: 30px;
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-position: center;
	}
	
	#oc_05 .con .ptn04 .loop .ptn05:nth-of-type(1) h6::before {
		left: 70px;
		background-image: url(/wp-content/themes/tmc_tsuzuki/images/opencampus/op_32_20250507.png);
	}
	
	#oc_05 .con .ptn04 .loop .ptn05:nth-of-type(2) h6::before {
		left: 12px;
		background-image: url(/wp-content/themes/tmc_tsuzuki/images/opencampus/op_34.png);
	}
	
	#oc_05 .con .ptn04 .loop .ptn05:nth-of-type(3) h6::before {
		left: 80px;
		background-image: url(/wp-content/themes/tmc_tsuzuki/images/opencampus/op_36.png);
	}
	
	#oc_05 .con .ptn04 .loop .ptn05 img {
		display: block;
		position: relative;
		width: 100%;
		height: 155px;
		object-fit: cover;
		object-position: center;
	}
	
	#oc_05 .con .ptn04 .loop .ptn05 p:nth-of-type(1) {
		margin-top: 20px;
		font-size: 18px;
		font-family: "Open Sans", sans-serif;
		font-weight: 700;
		letter-spacing: 1px;
		line-height: 28px;
		text-align: center;
	}
	
	#oc_05 .con .ptn04 .loop .ptn05 p:nth-of-type(1) span {
		font-weight: 700;
		background: linear-gradient(transparent 60%, #F4EC3E 60%);
	}
	
	#oc_05 .con .ptn04 .loop .ptn05 p:nth-of-type(2) {
		width: 288px;
		margin: 20px auto 0 auto;
		text-align: left;
	}
	
	#oc_05 .con .ptn04 .loop .ptn05 p:nth-of-type(2) strong {
		font-weight: 700;
		color: #FF5800;
	}
	
	#oc_05 .con .ptn04 .loop .ptn05:nth-of-type(2) img,
	#oc_05 .con .ptn04 .loop .ptn05:nth-of-type(3) img {
		margin-bottom: 34px;
	}
	
	#oc_05 .btn {
		position: relative;
		width: 1050px;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	#oc_05 .btn h2 {
		position: relative;
		width: 680px;
		margin: 0 auto 0 auto;
		font-size: 24px;
		font-family: "Zen Kaku Gothic New", sans-serif;
		font-weight: 500;
		letter-spacing: 1px;
		line-height: 24px;
		text-align: center;
		color: #000;
	}
	
	#oc_05 .btn h2 img {
		position: absolute;
		top: -4px;
		width: 30px;
		height: auto;
	}
	
	#oc_05 .btn h2 img:nth-of-type(1) {
		left: 0;
	}
	
	#oc_05 .btn h2 img:nth-of-type(2) {
		right: 0;
	}
	
	#oc_05 .btn a.oc_btn {
		width: 400px;
		margin: 30px auto 0 auto;
		padding-left: 105px;
	}
	
	#oc_05 .btn .con_img01 {
		z-index: 2;
		position: absolute;
		top: -110px;
		left: 0;
		width: 90px;
		height: auto;
	}
	
	#oc_05 .btn .con_img02 {
		z-index: 2;
		position: absolute;
		top: 25px;
		right: 40px;
		width: 85px;
		height: auto;
	}
}

/*SMP*/
@media only screen and (max-width: 1024px) {	
	#oc_05 {
		z-index: 1;
		position: relative;
		width: 100%;
		height: auto;
		padding: 45px 0 45px 0;
	}
	
	#oc_05 .oc_title {
		position: relative;
		width: 300px;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	#oc_05 .oc_title h3 span {
		margin-left: 2px;
	}
	
	#oc_05 .con {
		position: relative;
		width: 370px;
		height: auto;
		margin: 30px auto 40px auto;
	}
	
	#oc_05 .con .ptn {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	#oc_05 .con .ptn02 {
		flex-direction: row-reverse;
		margin: 30px auto 30px auto;
	}
	
	#oc_05 .con .ptn img {
		display: block;
		position: relative;
		width: 230px;
		height: 170px;
		margin: 0 auto 0 auto;
		object-fit: cover;
		object-position: center;
	}
	
	#oc_05 .con .ptn .text {
		position: relative;
		width: 300px;
		height: auto;
		margin: 0 auto 0 auto;
		padding: 10px 0 0 15px;
		box-sizing: border-box;
	}
	
	#oc_05 .con .ptn .text h3 {
		position: relative;
		left: -17px;
		font-size: 10px;
		font-family: "Orbitron", sans-serif;
		font-weight: 700;
		letter-spacing: 1px;
		line-height: 10px;
		text-align: left;
	}
	
	#oc_05 .con .ptn .text h3 font {
		position: relative;
		margin-left: 3px;
		font-size: 30px;
		font-weight: 600;
		line-height: 30px;
		color: rgba(0,0,0,0.00);
		-webkit-text-stroke: 0.5px #000;
		text-stroke: 0.5px #000;
	}
	
	#oc_05 .con .ptn .text h4 {
		margin: 15px auto 20px auto;
		font-size: 16px;
		font-family: "Open Sans", sans-serif;
		font-weight: 700;
		letter-spacing: 1px;
		line-height: 16px;
		text-align: left;
		color: #0BCBD9;
	}
	
	#oc_05 .con .ptn .text h4 font {
		position: relative;
	}
	
	#oc_05 .con .ptn .text h4 font::after {
		content: "";
		position: absolute;
		bottom: -2px;
		left: 0;
		width: 100%;
		height: 1.5px;
		background: #0BCBD9;
	}
	
	#oc_05 .con .ptn .text p {
		font-size: 13px;
		font-family: "Open Sans", sans-serif;
		font-weight: 400;
		letter-spacing: 0.5px;
		line-height: 19px;
	}
	
	#oc_05 .con .ptn .text p strong {
		font-weight: 700;
		color: #FF5800;
	}
	
	#oc_05 .con .ptn04 {
		position: relative;
		width: 100%;
		height: auto;
		margin: 70px auto 0 auto;
		padding: 0 0 45px 0;
		background-image: url(/wp-content/themes/tmc_tsuzuki/images/opencampus/op_30smp.png);
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-position: center;
	}
	
	#oc_05 .con .ptn04 h3 {
		position: relative;
		top: -12px;
		width: 165px;
		margin: 0 auto 0 auto;
		font-size: 10px;
		font-family: "Orbitron", sans-serif;
		font-weight: 700;
		letter-spacing: 1px;
		line-height: 10px;
		text-align: left;
	}
	
	#oc_05 .con .ptn04 h3 font {
		position: relative;
		margin-left: 3px;
		font-size: 30px;
		font-weight: 600;
		line-height: 30px;
		color: rgba(0,0,0,0.00);
		-webkit-text-stroke: 0.5px #000;
		text-stroke: 0.5px #000;
	}
	
	#oc_05 .con .ptn04 h3 img {
		position: absolute;
		top: -29px;
		left: -95px;
		width: 90px;
		height: auto;
	}
	
	#oc_05 .con .ptn04 h4 {
		margin: 15px auto 20px auto;
		font-size: 14px;
		font-family: "Open Sans", sans-serif;
		font-weight: 700;
		letter-spacing: 1px;
		line-height: 14px;
		text-align: center;
	}
	
	#oc_05 .con .ptn04 h4 big {
		font-size: 19px;
		line-height: 19px;
		background-image: url(/wp-content/themes/tmc_tsuzuki/images/opencampus/op_31smp.png);
		background-size: cover;
		background-position: center;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
	
	#oc_05 .con .ptn04 h4 strong {
		font-size: 19px;
		line-height: 19px;
	}
	
	#oc_05 .con .ptn04 h4 font {
		display: table;
		z-index: 1;
		position: relative;
		margin: 0 auto 18px auto;
		font-size: 13px;
		letter-spacing: 1px;
		line-height: 13px;
		color: #fff;
	}
	
	#oc_05 .con .ptn04 h4 font::before {
		content: "";
		z-index: -1;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		width: 120px;
		height: 24px;
		background-image: url(/wp-content/themes/tmc_tsuzuki/images/opencampus/op_31smp.png);
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-position: center;
	}
	
	#oc_05 .con .ptn04 p {
		text-align: center;
	}
	
	#oc_05 .con .ptn04 h5 {
		margin: 30px auto 20px auto;
		font-size: 15px;
		font-family: "Open Sans", sans-serif;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 15px;
		text-align: center;
	}
	
	#oc_05 .con .ptn04 h5 font {
		position: relative;
	}
	
	#oc_05 .con .ptn04 h5 font::before,
	#oc_05 .con .ptn04 h5 font::after {
		content: "";
		position: absolute;
		top: 50%;
		transform: translateY(-50%) translateX(0);
		width: 72px;
		height: 1px;
		background: #000;
	}
	
	#oc_05 .con .ptn04 h5 font::before {
		left: -86px;
	}
	
	#oc_05 .con .ptn04 h5 font::after {
		right: -86px;
	}
	
	#oc_05 .con .ptn04 .loop {
		position: relative;
		width: 280px;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	#oc_05 .con .ptn04 .loop .ptn05 {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#oc_05 .con .ptn04 .loop .ptn05:nth-of-type(2) {
		margin: 25px auto 25px auto;
	}
	
	#oc_05 .con .ptn04 .loop .ptn05 h6 {
		position: relative;
		margin-bottom: 8px;
		padding: 9px 0 9px 10px;
		font-size: 15px;
		font-family: "Open Sans", sans-serif;
		font-weight: 700;
		letter-spacing: 1px;
		line-height: 15px;
		text-align: center;
		color: #fff;
		box-sizing: border-box;
	}
	
	#oc_05 .con .ptn04 .loop .ptn05:nth-of-type(1) h6::before,
	#oc_05 .con .ptn04 .loop .ptn05:nth-of-type(2) h6::before,
	#oc_05 .con .ptn04 .loop .ptn05:nth-of-type(3) h6::before {
		content: "";
		position: absolute;
		top: 50%;
		transform: translateY(-50%) translateX(0);
		width: 17px;
		height: 17px;
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-position: center;
	}
	
	#oc_05 .con .ptn04 .loop .ptn05:nth-of-type(1) h6::before {
		left: 65px;
		width: 20px;
		height: 20px;
		background-image: url(/wp-content/themes/tmc_tsuzuki/images/opencampus/op_32_20250507.png);
	}
	
	#oc_05 .con .ptn04 .loop .ptn05:nth-of-type(2) h6::before {
		left: 10px;
		background-image: url(/wp-content/themes/tmc_tsuzuki/images/opencampus/op_34.png);
	}
	
	#oc_05 .con .ptn04 .loop .ptn05:nth-of-type(3) h6::before {
		left: 75px;
		background-image: url(/wp-content/themes/tmc_tsuzuki/images/opencampus/op_36.png);
	}
	
	#oc_05 .con .ptn04 .loop .ptn05 img {
		display: block;
		position: relative;
		width: 100%;
		height: 140px;
		object-fit: cover;
		object-position: center;
	}
	
	#oc_05 .con .ptn04 .loop .ptn05 p:nth-of-type(1) {
		margin: 15px auto 15px auto;
		font-size: 14px;
		font-family: "Open Sans", sans-serif;
		font-weight: 700;
		letter-spacing: 1px;
		line-height: 24px;
		text-align: center;
	}
	
	#oc_05 .con .ptn04 .loop .ptn05 p:nth-of-type(1) span {
		font-weight: 700;
		background: linear-gradient(transparent 60%, #F4EC3E 60%);
	}
	
	#oc_05 .con .ptn04 .loop .ptn05 p:nth-of-type(2) {
		width: 250px;
		margin: 0 auto 0 auto;
		text-align: left;
	}
	
	#oc_05 .con .ptn04 .loop .ptn05 p:nth-of-type(2) strong {
		font-weight: 700;
		color: #FF5800;
	}
	
	#oc_05 .btn {
		position: relative;
		width: 370px;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	#oc_05 .btn h2 {
		position: relative;
		width: 270px;
		margin: 0 auto 0 auto;
		font-size: 13px;
		font-family: "Zen Kaku Gothic New", sans-serif;
		font-weight: 500;
		letter-spacing: 0.5px;
		line-height: 19px;
		text-align: center;
		color: #000;
	}
	
	#oc_05 .btn h2 img {
		position: absolute;
		top: 18px;
		width: 15px;
		height: auto;
	}
	
	#oc_05 .btn h2 img:nth-of-type(1) {
		left: 0;
	}
	
	#oc_05 .btn h2 img:nth-of-type(2) {
		right: 0;
	}
	
	#oc_05 .btn a.oc_btn {
		width: 280px;
		margin: 20px auto 0 auto;
		padding-left: 60px;
	}
	
	#oc_05 .btn .con_img01 {
		z-index: 2;
		position: absolute;
		top: -80px;
		left: 0;
		width: 45px;
		height: auto;
	}
	
	#oc_05 .btn .con_img02 {
		z-index: 2;
		position: absolute;
		top: 70px;
		right: 0;
		width: 43px;
		height: auto;
	}

}

/*参加者のリアルな声で知る、東京マルチ・AIの魅力！*/
/*PC*/
@media only screen and (min-width: 1025px) {
	#oc_06 {
		position: relative;
		width: 100%;
		height: auto;
		padding: 100px 0 90px 0;
		background-image: url(/wp-content/themes/tmc_tsuzuki/images/opencampus/op_42pc.png);
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-position: center;
	}
	
	#oc_06 .oc_title {
		position: relative;
		width: 980px;
		height: auto;
		margin: 0 auto 60px auto;
	}
	
	#oc_06 .oc_title h2 {
		color: #fff;
	}
	
	#oc_06 .oc_title h3 {
		margin-top: 10px;
		color: #C4C4C4;
	}
	
	#oc_06 .oc_title h3 span {
		color: #fff;
	}
	
	#oc_06 .oc_title p {
		margin-top: 60px;
		color: #fff;
	}
	
	#oc_06 .loop {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		position: relative;
		width: 1180px;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	#oc_06 .loop .ptn {
		position: relative;
		width: 570px;
		height: auto;
		padding: 50px 70px 35px 55px;
		background: #fff;
	}
	
	#oc_06 .loop .ptn .img01 {
		z-index: 1;
		position: absolute;
		top: 0;
		left: 20px;
		width: 61px;
		height: auto;
	}
	
	#oc_06 .loop .ptn h3 {
		position: absolute;
		top: 95px;
		right: -22px;
		font-size: 15px;
		font-family: "Orbitron", sans-serif;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 15px;
		color: #2B5DC3;
		transform: rotate(90deg);
	}
	
	#oc_06 .loop .ptn .img {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#oc_06 .loop .ptn .img img {
		display: block;
		position: relative;
		width: 100px;
		height: 100px;
		object-fit: cover;
		object-position: center;
	}
	
	#oc_06 .loop .ptn .img h4 {
		position: absolute;
		top: 50%;
		left: 140px;
		transform: translateY(-50%) translateX(0);
		font-size: 26px;
		font-family: "Zen Kaku Gothic New", sans-serif;
		font-weight: 500;
		letter-spacing: 1px;
		line-height: 40px;
		text-align: left;
	}
	
	#oc_06 .loop .ptn .img h4 span {
		font-weight: 500;
		background: linear-gradient(transparent 60%, #F4EC3E 60%);
	}
	
	#oc_06 .loop .ptn p {
		margin-top: 30px;
	}
	
	#oc_06 .loop .ptn p span {
		font-weight: 700;
		color: #FF5800;
	}
	
	#oc_06 .loop .ptn p font {
		display: block;
		position: relative;
		margin: 20px 0 0 auto;
		font-size: 15px;
		letter-spacing: 1px;
		line-height: 25px;
		text-align: right;
	}
	
	#oc_06 .loop .ptn p font strong {
		position: relative;
		margin-right: 4px;
		font-size: 18px;
		font-weight: 700;
		line-height: 18px;
	}
	
}

/*SMP*/
@media only screen and (max-width: 1024px) {
	#oc_06 {
		position: relative;
		width: 100%;
		height: auto;
		padding: 50px 0 45px 0;
		background-image: url(/wp-content/themes/tmc_tsuzuki/images/opencampus/op_42smp.png);
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-position: center;
	}
	
	#oc_06 .oc_title {
		position: relative;
		width: 300px;
		height: auto;
		margin: 0 auto 25px auto;
	}
	
	#oc_06 .oc_title h2 {
		color: #fff;
	}
	
	#oc_06 .oc_title h3 {
		margin-top: 10px;
		color: #C4C4C4;
	}
	
	#oc_06 .oc_title h3 span {
		color: #fff;
	}
	
	#oc_06 .oc_title p {
		margin-top: 25px;
		color: #fff;
	}
	
	#oc_06 .loop {
		position: relative;
		width: 320px;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	#oc_06 .loop .ptn {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 25px auto;
		padding: 30px 35px 35px 26px;
		background: #fff;
	}
	
	#oc_06 .loop .ptn:nth-of-type(2) {
		margin-bottom: 0;
	}
	
	#oc_06 .loop .ptn .img01 {
		z-index: 1;
		position: absolute;
		top: 0;
		left: 10px;
		width: 31px;
		height: auto;
	}
	
	#oc_06 .loop .ptn h3 {
		position: absolute;
		top: 60px;
		right: -25px;
		font-size: 10px;
		font-family: "Orbitron", sans-serif;
		font-weight: 600;
		letter-spacing: 0.5px;
		line-height: 10px;
		color: #2B5DC3;
		transform: rotate(90deg);
	}
	
	#oc_06 .loop .ptn .img {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#oc_06 .loop .ptn .img img {
		display: block;
		position: relative;
		width: 65px;
		height: 65px;
		object-fit: cover;
		object-position: center;
	}
	
	#oc_06 .loop .ptn .img h4 {
		position: absolute;
		top: 50%;
		left: 85px;
		transform: translateY(-50%) translateX(0);
		font-size: 16px;
		font-family: "Zen Kaku Gothic New", sans-serif;
		font-weight: 500;
		letter-spacing: 1px;
		line-height: 26px;
		text-align: left;
	}
	
	#oc_06 .loop .ptn .img h4 span {
		font-weight: 500;
		background: linear-gradient(transparent 60%, #F4EC3E 60%);
	}
	
	#oc_06 .loop .ptn p {
		margin-top: 30px;
	}
	
	#oc_06 .loop .ptn p span {
		font-weight: 700;
		color: #FF5800;
	}
	
	#oc_06 .loop .ptn p font {
		display: block;
		position: relative;
		margin: 10px 0 0 auto;
		font-size: 13px;
		letter-spacing: 1px;
		line-height: 19px;
		text-align: right;
	}
	
	#oc_06 .loop .ptn p font strong {
		position: relative;
		margin-right: 2px;
		font-size: 16px;
		font-weight: 700;
		line-height: 16px;
	}
	

}

/*豪華な入学特典はこちら！*/
/*PC*/
@media only screen and (min-width: 1025px) {
	#oc_07 {
		position: relative;
		width: 100%;
		height: auto;
		padding: 90px 0 90px 0;
	}
	
	#oc_07 .con {
		position: relative;
		width: 1140px;
		height: auto;
		margin: 0 auto 0 auto;
		padding: 60px 0 60px 0;
		background-image: url(/wp-content/themes/tmc_tsuzuki/images/opencampus/op_46pc.png);
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-position: center;
	}
	
	#oc_07 .con h2 {
		position: relative;
		font-size: 32px;
		font-family: "Open Sans", sans-serif;
		font-weight: 700;
		letter-spacing: 4px;
		line-height: 32px;
		text-align: center;
		color: #fff;
	}
	
	#oc_07 .con h2 strong {
		display: block;
		position: relative;
		margin: 0 auto 38px auto;
		font-size: 22px;
		font-family: "Zen Kaku Gothic New", sans-serif;
		font-weight: 700;
		letter-spacing: 1px;
		line-height: 22px;
	}
	
	#oc_07 .con h2 span {
		position: relative;
		font-weight: 700;
	}
	
	#oc_07 .con h2 span big {
		font-size: 45px;
		line-height: 45px;
	}
	
	#oc_07 .con h2 span font {
		position: relative;
		padding: 0 5px 0 7px;
		margin-left: 2px;
		margin-right: 2px;
		font-size: 45px;
		font-weight: 700;
		line-height: 45px;
	}
	
	#oc_07 .con h2 span font:nth-of-type(1) {
		margin-left: 5px;
	}
	
	#oc_07 .con h2 span font:nth-of-type(4) {
		margin-right: 5px;
	}
	
	#oc_07 .con h2 span img {
		display: block;
		position: absolute;
		bottom: 4px;
		width: 30px;
		height: auto;
	}
	
	#oc_07 .con h2 span img:nth-of-type(1) {
		left: -50px;
	}
	
	#oc_07 .con h2 span img:nth-of-type(2) {
		right: -50px;
	}
	
	#oc_07 .con .loop {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		position: relative;
		width: 1070px;
		height: auto;
		margin: 50px auto 0 auto;
		background: #fff;
	}
	
	#oc_07 .con .loop .ptn {
		position: relative;
		width: 50%;
		height: auto;
		padding: 45px 0 40px 0;
		border-right: dashed 1px #00BAC7;
		box-sizing: border-box;
	}
	
	#oc_07 .con .loop .ptn:nth-of-type(2) {
		border-right: none;
	}
	
	#oc_07 .con .loop .ptn span {
		z-index: 1;
		position: absolute;
		top: 19px;
		left: 50px;
		font-size: 14px;
		font-family: "Open Sans", sans-serif;
		font-weight: 700;
		letter-spacing: 1px;
		line-height: 14px;
		text-align: center;
		color: #fff;
	}
	
	#oc_07 .con .loop .ptn span big {
		display: block;
		position: relative;
		margin-top: 1px;
		font-size: 30px;
		font-family: "Orbitron", sans-serif;
		font-weight: 500;
		line-height: 30px;
	}
	
	#oc_07 .con .loop .ptn span::after {
		content: "";
		z-index: -1;
		position: absolute;
		top: 60%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		width: 70px;
		height: 92px;
		background-image: url(/wp-content/themes/tmc_tsuzuki/images/opencampus/op_47.png);
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-position: center;
	}
	
	#oc_07 .con .loop .ptn h3 {
		font-size: 22px;
		font-family: "Open Sans", sans-serif;
		font-weight: 700;
		letter-spacing: 1px;
		line-height: 22px;
		text-align: center;
	}
	
	#oc_07 .con .loop .ptn h3 font {
		position: relative;
	}
	
	#oc_07 .con .loop .ptn h3 font::before,
	#oc_07 .con .loop .ptn h3 font::after {
		content: "";
		position: absolute;
		top: 50%;
		transform: translateY(-50%) translateX(0);
		width: 10px;
		height: 10px;
		border-radius: 100px;
		background: #FA7890;
	}
	
	#oc_07 .con .loop .ptn h3 font::before {
		left: -20px;
	}
	
	#oc_07 .con .loop .ptn h3 font::after {
		right: -20px;
	}
	
	#oc_07 .con .loop .ptn h4 {
		margin: 20px auto 20px auto;
		font-size: 25px;
		font-family: "Open Sans", sans-serif;
		font-weight: 700;
		letter-spacing: 2px;
		line-height: 28px;
		color: #EF599A;
		text-align: center;
	}
	
	#oc_07 .con .loop .ptn h4 font {
		padding: 0 10px 0 10px;
		background: linear-gradient(transparent 50%, #F4EC3E 50%);
	}
	
	#oc_07 .con .loop .ptn h4 strong {
		font-size: 80px;
		line-height: 80px;
		font-style: italic;
	}
	
	#oc_07 .con .loop .ptn h4 big {
		font-size: 48px;
		line-height: 48px;
	}
	
	#oc_07 .con .loop .ptn p {
		text-align: center;
	}
}

/*SMP*/
@media only screen and (max-width: 1024px) {
	#oc_07 {
		position: relative;
		width: 100%;
		height: auto;
		padding: 30px 0 45px 0;
	}
	
	#oc_07 .con {
		position: relative;
		width: 375px;
		height: auto;
		margin: 0 auto 0 auto;
		padding: 36px 0 30px 0;
		background-image: url(/wp-content/themes/tmc_tsuzuki/images/opencampus/op_46smp.png);
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-position: center;
	}
	
	#oc_07 .con h2 {
		position: relative;
		font-size: 16px;
		font-family: "Open Sans", sans-serif;
		font-weight: 700;
		letter-spacing: 1px;
		line-height: 16px;
		text-align: center;
		color: #fff;
	}
	
	#oc_07 .con h2 strong {
		display: block;
		position: relative;
		margin: 0 auto 16px auto;
		font-size: 12px;
		font-family: "Zen Kaku Gothic New", sans-serif;
		font-weight: 700;
		letter-spacing: 0.5px;
		line-height: 12px;
	}
	
	#oc_07 .con h2 span {
		position: relative;
		font-weight: 700;
	}
	
	#oc_07 .con h2 span big {
		font-size: 22px;
		line-height: 22px;
	}
	
	#oc_07 .con h2 span font {
		position: relative;
		padding: 0 2px 0 3px;
		margin-left: 1px;
		margin-right: 1px;
		font-size: 22px;
		font-weight: 700;
		line-height: 22px;
	}
	
	#oc_07 .con h2 span font:nth-of-type(1) {
		margin-left: 2.5px;
	}
	
	#oc_07 .con h2 span font:nth-of-type(4) {
		margin-right: 2.5px;
	}
	
	#oc_07 .con h2 span img {
		display: block;
		position: absolute;
		bottom: 1px;
		width: 16px;
		height: auto;
	}
	
	#oc_07 .con h2 span img:nth-of-type(1) {
		left: -25px;
	}
	
	#oc_07 .con h2 span img:nth-of-type(2) {
		right: -25px;
	}
	
	#oc_07 .con .loop {
		position: relative;
		width: 320px;
		height: auto;
		margin: 30px auto 0 auto;
		background: #fff;
	}
	
	#oc_07 .con .loop .ptn {
		position: relative;
		width: 100%;
		height: auto;
		padding: 30px 0 30px 0;
		border-bottom: dashed 1px #00BAC7;
		box-sizing: border-box;
	}
	
	#oc_07 .con .loop .ptn:nth-of-type(2) {
		border-bottom: none;
	}
	
	#oc_07 .con .loop .ptn span {
		z-index: 1;
		position: absolute;
		top: 11px;
		left: 25px;
		font-size: 10px;
		font-family: "Open Sans", sans-serif;
		font-weight: 700;
		letter-spacing: 0.5px;
		line-height: 10px;
		text-align: center;
		color: #fff;
	}
	
	#oc_07 .con .loop .ptn span big {
		display: block;
		position: relative;
		margin-top: 1px;
		font-size: 20px;
		font-family: "Orbitron", sans-serif;
		font-weight: 500;
		line-height: 20px;
	}
	
	#oc_07 .con .loop .ptn span::after {
		content: "";
		z-index: -1;
		position: absolute;
		top: 60%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		width: 45px;
		height: 59px;
		background-image: url(/wp-content/themes/tmc_tsuzuki/images/opencampus/op_47.png);
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-position: center;
	}
	
	#oc_07 .con .loop .ptn h3 {
		font-size: 15px;
		font-family: "Open Sans", sans-serif;
		font-weight: 700;
		letter-spacing: 1px;
		line-height: 15px;
		text-align: center;
	}
	
	#oc_07 .con .loop .ptn h3 font {
		position: relative;
	}
	
	#oc_07 .con .loop .ptn h3 font::before,
	#oc_07 .con .loop .ptn h3 font::after {
		content: "";
		position: absolute;
		top: 50%;
		transform: translateY(-50%) translateX(0);
		width: 7.5px;
		height: 7.5px;
		border-radius: 100px;
		background: #FA7890;
	}
	
	#oc_07 .con .loop .ptn h3 font::before {
		left: -14px;
	}
	
	#oc_07 .con .loop .ptn h3 font::after {
		right: -15px;
	}
	
	#oc_07 .con .loop .ptn h4 {
		margin: 10px auto 10px auto;
		font-size: 14px;
		font-family: "Open Sans", sans-serif;
		font-weight: 700;
		letter-spacing: 1px;
		line-height: 14px;
		color: #EF599A;
		text-align: center;
	}
	
	#oc_07 .con .loop .ptn h4 font {
		padding: 0 10px 0 10px;
		background: linear-gradient(transparent 50%, #F4EC3E 50%);
	}
	
	#oc_07 .con .loop .ptn h4 strong {
		font-size: 54px;
		line-height: 54px;
		font-style: italic;
	}
	
	#oc_07 .con .loop .ptn h4 big {
		font-size: 29px;
		line-height: 29px;
	}
	
	#oc_07 .con .loop .ptn p {
		text-align: center;
	}

}

/*オープンキャンパス開催日程一覧*/
/*PC*/
@media only screen and (min-width: 1025px) {
	#oc_08 {
		position: relative;
		width: 100%;
		height: auto;
		padding: 60px 0 80px 0;
		background: #F5F5F5;
	}
	
	#oc_08 .title {
		position: relative;
		width: 1160px;
		height: auto;
		margin: 0 auto 35px auto;
	}
	
	#oc_08 .title h2 {
		position: relative;
		font-size: 100px;
		font-family: "Orbitron", sans-serif;
		font-weight: 700;
		letter-spacing: 6px;
		line-height: 100px;
		text-align: left;
		color: rgba(0,0,0,0.00);
		-webkit-text-stroke: 1px #fff;
		text-stroke: 1px #fff;
	}
	
	#oc_08 .title h2 img {
		z-index: 1;
		position: absolute;
		top: 50%;
		left: -25px;
		transform: translateY(-50%) translateX(0);
		width: 50px;
		height: auto;
	}
	
	#oc_08 .title h3 {
		position: relative;
		font-size: 38px;
		font-family: "Open Sans", sans-serif;
		font-weight: 700;
		letter-spacing: 2px;
		line-height: 38px;
		text-align: center;
	}
	
	#oc_08 .title h3 span {
		position: absolute;
		top: -54px;
		left: 170px;
		font-size: 24px;
		font-family: "Zen Kaku Gothic New", sans-serif;
		font-weight: 500;
		letter-spacing: 1px;
		line-height: 24px;
		transform: rotate(-15deg);
	}
	
	#oc_08 .title h3 span::before {
		content: "";
		position: absolute;
		bottom: -35px;
		left: -12px;
		width: 170px;
		height: 60px;
		background-image: url(/wp-content/themes/tmc_tsuzuki/images/opencampus/op_48.png);
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-position: center;
		transform: rotate(15deg);
	}
	
	#oc_08 .title h3 font {
		display: table;
		position: relative;
		margin: 40px auto 0 auto;
		padding-left: 32px;
		font-size: 24px;
		letter-spacing: 1px;
		line-height: 24px;		
	}
	
	#oc_08 .title h3 font::after {
		content: "";
		position: absolute;
		bottom: -6px;
		left: 0;
		width: 100%;
		height: 2px;
		background: #000;
	}
	
	#oc_08 .title h3 font small {
		font-size: 18px;
		font-weight: 700;
		line-height: 18px;
	}
	
	#oc_08 .title h3 font img {
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%) translateX(0);
		width: 24px;
		height: auto;
	}
	
	#oc_08 .title p {
		margin-top: 30px;
		text-align: center;
	}
	
	#oc_08 .title img.img01 {
		position: absolute;
		bottom: -20px;
		right: 0;
		width: 95px;
		height: auto;
	}
	
	#oc_08 .loop {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		position: relative;
		width: 1000px;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	#oc_08 .loop .ptn {
		position: relative;
		width: 230px;
		height: auto;
		margin: 0 10px 20px 10px;
		padding: 30px 15px 20px 15px;
		border: solid 5px #F4EC3E;
		box-sizing: border-box;
		background: #fff;
	}
	
	#oc_08 .loop .ptn h4 {
		font-size: 50px;
		font-family: "Open Sans", sans-serif;
		font-weight: 500;
		letter-spacing: 2px;
		line-height: 50px;
		text-align: center;
		color: #0CBCC9;
	}
	
	#oc_08 .loop .ptn h4 small {
		position: relative;
		margin-left: 6px;
		font-size: 20px;
		line-height: 20px;
	}
	
	#oc_08 .loop .ptn p {
		margin: 20px auto 0 auto;
		padding: 10px 0 10px 0;
		font-size: 18px;
		line-height: 18px;
		text-align: center;
		color: #000;
		background: #F4EC3E;
	}
	
	
}

/*SMP*/
@media only screen and (max-width: 1024px) {
	#oc_08 {
		position: relative;
		width: 100%;
		height: auto;
		padding: 23px 0 35px 0;
		background: #F5F5F5;
	}
	
	#oc_08 .title {
		position: relative;
		width: 350px;
		height: auto;
		margin: 0 auto 25px auto;
	}
	
	#oc_08 .title h2 {
		position: relative;
		font-size: 50px;
		font-family: "Orbitron", sans-serif;
		font-weight: 700;
		letter-spacing: 2px;
		line-height: 50px;
		text-align: left;
		color: rgba(0,0,0,0.00);
		-webkit-text-stroke: 0.5px #fff;
		text-stroke: 0.5px #fff;
	}
	
	#oc_08 .title h2 img {
		z-index: 1;
		position: absolute;
		top: 50%;
		left: -10px;
		transform: translateY(-50%) translateX(0);
		width: 25px;
		height: auto;
	}
	
	#oc_08 .title h3 {
		position: relative;
		margin-top: 25px;
		font-size: 19px;
		font-family: "Open Sans", sans-serif;
		font-weight: 700;
		letter-spacing: 1px;
		line-height: 19px;
		text-align: center;
	}
	
	#oc_08 .title h3 span {
		position: absolute;
		top: -46px;
		left: 20px;
		font-size: 13px;
		font-family: "Zen Kaku Gothic New", sans-serif;
		font-weight: 500;
		letter-spacing: 0.5px;
		line-height: 13px;
		transform: rotate(-15deg);
	}
	
	#oc_08 .title h3 span::before {
		content: "";
		position: absolute;
		bottom: -19px;
		left: -5px;
		width: 88px;
		height: 30px;
		background-image: url(/wp-content/themes/tmc_tsuzuki/images/opencampus/op_48.png);
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-position: center;
		transform: rotate(15deg);
	}
	
	#oc_08 .title h3 font {
		display: table;
		position: relative;
		margin: 30px auto 0 auto;
		padding-left: 20px;
		font-size: 15px;
		letter-spacing: 0.5px;
		line-height: 15px;		
	}
	
	#oc_08 .title h3 font::after {
		content: "";
		position: absolute;
		bottom: -4px;
		left: 0;
		width: 100%;
		height: 1px;
		background: #000;
	}
	
	#oc_08 .title h3 font small {
		font-size: 13px;
		font-weight: 700;
		line-height: 13px;
	}
	
	#oc_08 .title h3 font img {
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%) translateX(0);
		width: 14px;
		height: auto;
	}
	
	#oc_08 .title p {
		margin-top: 20px;
		text-align: center;
	}
	
	#oc_08 .title img.img01 {
		position: absolute;
		bottom: -20px;
		right: -21px;
		width: 52px;
		height: auto;
	}
	
	#oc_08 .loop {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		position: relative;
		width: 330px;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	#oc_08 .loop .ptn {
		position: relative;
		width: 150px;
		height: auto;
		margin: 0 7.5px 15px 7.5px;
		padding: 15px 10px 10px 10px;
		border: solid 2.5px #F4EC3E;
		box-sizing: border-box;
		background: #fff;
	}
	
	#oc_08 .loop .ptn h4 {
		font-size: 35px;
		font-family: "Open Sans", sans-serif;
		font-weight: 500;
		letter-spacing: 1px;
		line-height: 35px;
		text-align: center;
		color: #0CBCC9;
	}
	
	#oc_08 .loop .ptn h4 small {
		position: relative;
		margin-left: 3px;
		font-size: 15px;
		line-height: 15px;
	}
	
	#oc_08 .loop .ptn p {
		margin: 8px auto 0 auto;
		padding: 5px 0 5px 0;
		font-size: 13px;
		line-height: 13px;
		text-align: center;
		color: #000;
		background: #F4EC3E;
	}
	
	

}

/*気になる日程があれば、今のうちに予約しよう！*/
/*PC*/
@media only screen and (min-width: 1025px) {
	#oc_09 {
		position: relative;
		width: 100%;
		height: auto;
		padding: 80px 0 70px 0;
		background-image: url(/wp-content/themes/tmc_tsuzuki/images/opencampus/op_52pc.png);
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-position: center;
	}
	
	#oc_09 .con {
		position: relative;
		width: 1190px;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	#oc_09 .con .con_img01 {
		z-index: 2;
		position: absolute;
		top: -150px;
		left: 0;
		width: 110px;
		height: auto;
	}
	
	#oc_09 .con h2 {
		position: relative;
		width: 620px;
		margin: 0 auto 0 auto;
		font-size: 24px;
		letter-spacing: 1px;
		line-height: 24px;
		text-align: center;
		color: #fff;
	}
	
	#oc_09 .con h2 img {
		position: absolute;
		top: -8px;
		width: 30px;
		height: auto;
	}
	
	#oc_09 .con h2 img:nth-of-type(1) {
		left: 0;
	}
	
	#oc_09 .con h2 img:nth-of-type(2) {
		right: 0;
	}
	
	#oc_09 .con .btn {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		position: relative;
		width: 1000px;
		height: auto;
		margin: 35px auto 0 auto;
	}
	
	#oc_09 .con .btn a.oc_btn {
		width: 480px;
		padding-left: 105px;
	}
	
	#oc_09 .con .btn a.oc_btn::before {
		left: 65px;
	}
	
	#oc_09 .con .btn a.oc_sub_btn {
		width: 480px;
		padding-left: 65px;
		color: #fff;
		background: #26CB91;
		border: solid 2px #26CB91;
	}
	
	#oc_09 .con .btn a.oc_sub_btn:hover {
		color: #26CB91;
		background: #fff;
		border: solid 2px #26CB91;
	}
	
	#oc_09 .con .btn a.oc_sub_btn::before {
		left: 30px;
		width: 25px;
		height: 25px;
		background-image: url(/wp-content/themes/tmc_tsuzuki/images/opencampus/op_53.png);
	}
	
	#oc_09 .con .btn a.oc_sub_btn:hover::before {
		background-image: url(/wp-content/themes/tmc_tsuzuki/images/opencampus/op_53after.png);
	}
	

}

/*SMP*/
@media only screen and (max-width: 1024px) {
	#oc_09 {
		position: relative;
		width: 100%;
		height: auto;
		padding: 45px 0 45px 0;
		background-image: url(/wp-content/themes/tmc_tsuzuki/images/opencampus/op_52smp.png);
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-position: center;
	}
	
	#oc_09 .con {
		position: relative;
		width: 350px;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	#oc_09 .con .con_img01 {
		z-index: 2;
		position: absolute;
		top: -78px;
		left: 0;
		width: 55px;
		height: auto;
	}
	
	#oc_09 .con h2 {
		position: relative;
		width: 210px;
		margin: 0 auto 0 auto;
		font-size: 13px;
		letter-spacing: 0.5px;
		line-height: 19px;
		text-align: center;
		color: #fff;
	}
	
	#oc_09 .con h2 img {
		position: absolute;
		top: 18px;
		width: 15px;
		height: auto;
	}
	
	#oc_09 .con h2 img:nth-of-type(1) {
		left: 0;
	}
	
	#oc_09 .con h2 img:nth-of-type(2) {
		right: 0;
	}
	
	#oc_09 .con .btn {
		position: relative;
		width: 100%;
		height: auto;
		margin: 20px auto 0 auto;
	}
	
	#oc_09 .con .btn a.oc_btn {
		width: 100%;
		margin-bottom: 20px;
		padding-left: 65px;
	}
	
	#oc_09 .con .btn a.oc_btn::before {
		left: 35px;
	}
	
	#oc_09 .con .btn a.oc_sub_btn {
		width: 100%;
		padding-left: 40px;
		color: #fff;
		background: #26CB91;
		border: solid 1px #26CB91;
	}
	
	#oc_09 .con .btn a.oc_sub_btn::before {
		left: 16px;
		width: 16px;
		height: 16px;
		background-image: url(/wp-content/themes/tmc_tsuzuki/images/opencampus/op_53.png);
	}
	
}

/*当日の流れをチェック！*/
/*PC*/
@media only screen and (min-width: 1025px) {
	#oc_10 {
		position: relative;
		width: 100%;
		height: auto;
		padding: 80px 0 90px 0;
		background: #F5F5F5;
	}
	
	#oc_10 .oc_title {
		width: 1100px;
	}
	
	#oc_10 .oc_title h3 span {
		margin-right: 5px;
	}
	
	#oc_10 .con {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		position: relative;
		width: 1200px;
		height: auto;
		margin: 60px auto 0 auto;
		background: #fff;
	}
	
	#oc_10 .con .ptn {
		position: relative;
		width: 300px;
		height: auto;
		padding: 45px 40px 45px 40px;
		border-right: dashed 1px #AFAFAF;
		box-sizing: border-box;
	}
	
	#oc_10 .con .ptn:last-of-type {
		border-right: none;
	}
	
	#oc_10 .con .ptn::after {
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		right: -20px;
		transform: translateY(-50%) translateX(0);
		width: 0;
		height: 0;
		border-style: solid;
		border-top: 16px solid transparent;
		border-bottom: 16px solid transparent;
		border-left: 19px solid #ff5800;
		border-right: 0;
	}
	
	#oc_10 .con .ptn:last-of-type::after {
		display: none;
	}
	
	#oc_10 .con .ptn img {
		display: block;
		position: relative;
		width: 120px;
		height: auto;
		margin: 0 auto 20px auto;
	}
	
	#oc_10 .con .ptn h4 {
		font-size: 22px;
		font-family: "Open Sans", sans-serif;
		font-weight: 700;
		letter-spacing: 1px;
		line-height: 28px;
		text-align: center;
	}
	
	#oc_10 .con .ptn h4 small {
		display: block;
		position: relative;
		margin-top: 3px;
		font-size: 18px;
		font-family: "Open Sans", sans-serif;
		font-weight: 500;
		letter-spacing: 1px;
		line-height: 18px;
	}
	
	#oc_10 .con .ptn p {
		margin-top: 20px;
		font-size: 16px;
		font-family: "Open Sans", sans-serif;
		font-weight: 400;
		letter-spacing: 1px;
		line-height: 26px;
		text-align: left;
	}
	
}

/*SMP*/
@media only screen and (max-width: 1024px) {
	#oc_10 {
		position: relative;
		width: 100%;
		height: auto;
		padding: 45px 0 45px 0;
		background: #F5F5F5;
	}
	
	#oc_10 .oc_title {
		width: 330px;
	}
	
	#oc_10 .oc_title h3 span {
		margin-right: 2.5px;
	}
	
	#oc_10 .con {
		position: relative;
		width: 360px;
		height: auto;
		margin: 30px auto 0 auto;
		background: #fff;
	}
	
	#oc_10 .con .ptn {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		position: relative;
		width: 360px;
		height: auto;
		padding: 30px 30px 25px 30px;
		border-bottom: dashed 0.5px #AFAFAF;
		box-sizing: border-box;
	}
	
	#oc_10 .con .ptn:nth-of-type(3) {
		padding-top: 40px;
		padding-bottom: 30px;
	}
	
	#oc_10 .con .ptn:last-of-type {
		border-bottom: none;
	}
	
	#oc_10 .con .ptn::after {
		content: "";
		display: block;
		position: absolute;
		bottom: -10px;
		left: 50%;
		transform: translateY(0) translateX(-50%);
		width: 0;
		height: 0;
		border-style: solid;
		border-right: 8px solid transparent;
		border-left: 8px solid transparent;
		border-top: 10px solid #ff5800;
		border-bottom: 0;
	}
	
	#oc_10 .con .ptn:last-of-type::after {
		display: none;
	}
	
	#oc_10 .con .ptn img {
		display: block;
		position: relative;
		width: 105px;
		height: auto;
		margin: 0 20px 0 0;
	}
	
	#oc_10 .con .ptn h4 {
		font-size: 15px;
		font-family: "Open Sans", sans-serif;
		font-weight: 700;
		letter-spacing: 1px;
		line-height: 15px;
		text-align: left;
	}
	
	#oc_10 .con .ptn h4 small {
		display: block;
		position: relative;
		margin-top: 5px;
		font-size: 13px;
		font-family: "Open Sans", sans-serif;
		font-weight: 500;
		letter-spacing: 0.5px;
		line-height: 13px;
	}
	
	#oc_10 .con .ptn p {
		margin-top: 10px;
		font-size: 13px;
		font-family: "Open Sans", sans-serif;
		font-weight: 400;
		letter-spacing: 1px;
		line-height: 19px;
		text-align: left;
	}
	
	#oc_10 .con .ptn .text {
		position: absolute;
		top: 50%;
		left: 155px;
		transform: translateY(-50%) translateX(0);
		width: 175px;
		height: auto;
	}
	
	#oc_10 .con .ptn:nth-of-type(3) .text {
		top: 54%;
	}
	

}

/*駅チカアクセス情報*/
/*PC*/
@media only screen and (min-width: 1025px) {
	#oc_11 {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	.oc_11_01 {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		position: relative;
		width: 100%;
		height: auto;
		margin: 90px 0 0 auto;
	}
	
	.oc_11_01 .title {
		position: relative;
		width: 40%;
		height: auto;
		margin: 30px 5% 0 7%;
	}
	
	.oc_11_01 .title h2 {
		z-index: 1;
		position: relative;
	}
	
	.oc_11_01 .title h2 span {
		margin-right: 4px;
	}
	
	.oc_11_01 .title h3 {
		z-index: 0;
		position: absolute;
		top: -30px;
		left: 50%;
		transform: translateY(0) translateX(-50%);
		font-size: 100px;
		font-family: "Orbitron", sans-serif;
		font-weight: 700;
		letter-spacing: 6px;
		line-height: 100px;
		text-align: center;
		color: rgba(0,0,0,0.00);
		-webkit-text-stroke: 1px #E5E5E5;
		text-stroke: 1px #E5E5E5;
	}
	
	.oc_11_01 .title h3 img {
		z-index: 1;
		position: absolute;
		top: 50%;
		left: -25px;
		transform: translateY(-50%) translateX(0);
		width: 50px;
		height: auto;
	}
	
	.oc_11_01 .title table {
		position: relative;
		width: 370px;
		height: auto;
		margin: 35px auto 0 auto;
		border-collapse: collapse;
	}
	
	.oc_11_01 .title table tr {
		border-bottom: dashed 1px #ADADAD;
	}
	
	.oc_11_01 .title table tr th {
		position: relative;
		width: 260px;
		padding: 10px 0 25px 48px;
		font-size: 20px;
		font-family: "Open Sans", sans-serif;
		font-weight: 700;
		letter-spacing: 1px;
		line-height: 20px;
		text-align: left;
		color: #000;
	}
	
	.oc_11_01 .title table tr th img {
		position: absolute;
		top: 60%;
		left: 4px;
		transform: translateY(-50%) translateX(0);
		width: 30px;
		height: auto;
	}
	
	.oc_11_01 .title table tr td {
		position: relative;
		width: 110px;
		padding: 10px 0 25px 0;
		font-size: 20px;
		font-family: "Open Sans", sans-serif;
		font-weight: 700;
		letter-spacing: 1px;
		line-height: 20px;
		text-align: left;
		color: #FF5800;
	}
	
	.oc_11_01 .title table tr td font {
		position: relative;
		top: 3px;
		margin-left: 5px;
		margin-right: 5px;
		font-size: 40px;
		line-height: 40px;
		font-style: italic;
	}
	
	.oc_11_01 .img {
		z-index: 2;
		position: relative;
		width: 48%;
		height: 540px;
		margin: 0 0 0 auto;
	}
	
	.oc_11_01 .img img.img01 {
		display: block;
		position: relative;
		width: 100%;
		height: 540px;
		object-fit: cover;
		object-position: center;
	}
	
	.oc_11_01 .img img.img02 {
		z-index: 1;
		position: absolute;
		bottom: -160px;
		right: 20%;
		width: 85px;
		height: auto;
	}
	
	.oc_11_02 {
		z-index: 1;
		position: relative;
		width: 100%;
		height: auto;
		margin: -60px auto 0 auto;
		padding: 120px 0 95px 0;
		background-image: url(/wp-content/themes/tmc_tsuzuki/images/opencampus/op_62pc.png);
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-position: center;
	}
	
	.oc_11_02 .con {
		position: relative;
		width: 1100px;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	.oc_11_02 .con h2 {
		position: relative;
		width: 680px;
		margin: 0 auto 0 auto;
		font-size: 24px;
		letter-spacing: 1px;
		line-height: 24px;
		text-align: center;
		color: #fff;
	}
	
	.oc_11_02 .con h2 img {
		position: absolute;
		top: -4px;
		width: 30px;
		height: auto;
	}
	
	.oc_11_02 .con h2 img:nth-of-type(1) {
		left: 0;
	}
	
	.oc_11_02 .con h2 img:nth-of-type(2) {
		right: 0;
	}
	
	.oc_11_02 .con a.oc_btn {
		width: 510px;
		padding-left: 85px;
		margin: 50px auto 0 auto;
	}
	
	.oc_11_02 .con a.oc_btn::before {
		left: 45px;
	}
	
	.oc_11_02 .con .con_img01 {
		z-index: 1;
		position: absolute;
		bottom: -140px;
		left: 0;
		width: 120px;
		height: auto;
	}
	
	.oc_11_02 .con .con_img02 {
		display: none;
	}
}

/*SMP*/
@media only screen and (max-width: 1024px) {
	#oc_11 {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	.oc_11_01 {
		position: relative;
		width: 355px;
		height: auto;
		margin: 45px auto 0 auto;
	}
	
	.oc_11_01 .title {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	.oc_11_01 .title h2 {
		z-index: 1;
		position: relative;
	}
	
	.oc_11_01 .title h2 span {
		margin-right: 2px;
	}
	
	.oc_11_01 .title h3 {
		z-index: 0;
		position: absolute;
		top: -15px;
		left: 50%;
		transform: translateY(0) translateX(-50%);
		font-size: 50px;
		font-family: "Orbitron", sans-serif;
		font-weight: 700;
		letter-spacing: 2px;
		line-height: 50px;
		text-align: center;
		color: rgba(0,0,0,0.00);
		-webkit-text-stroke: 0.5px #E5E5E5;
		text-stroke: 0.5px #E5E5E5;
	}
	
	.oc_11_01 .title h3 img {
		z-index: 1;
		position: absolute;
		top: 50%;
		left: -10px;
		transform: translateY(-50%) translateX(0);
		width: 25px;
		height: auto;
	}
	
	.oc_11_01 .title img.img01 {
		z-index: 2;
		position: relative;
		width: 100%;
		height: 270px;
		margin: 24px auto 0 auto;
	}
	
	.oc_11_01 .title table {
		position: relative;
		width: 240px;
		height: auto;
		margin: 16px auto 0 auto;
		border-collapse: collapse;
	}
	
	.oc_11_01 .title table tr {
		border-bottom: dashed 1px #ADADAD;
	}
	
	.oc_11_01 .title table tr th {
		position: relative;
		width: 170px;
		padding: 0 0 0 30px;
		font-size: 15px;
		font-family: "Open Sans", sans-serif;
		font-weight: 700;
		letter-spacing: 1px;
		line-height: 15px;
		text-align: left;
		color: #000;
	}
	
	.oc_11_01 .title table tr th img {
		position: absolute;
		top: 55%;
		left: 2px;
		transform: translateY(-50%) translateX(0);
		width: 20px;
		height: auto;
	}
	
	.oc_11_01 .title table tr td {
		position: relative;
		width: 70px;
		padding: 8px 0 14px 0;
		font-size: 13px;
		font-family: "Open Sans", sans-serif;
		font-weight: 700;
		letter-spacing: 0.5px;
		line-height: 13px;
		text-align: left;
		color: #FF5800;
	}
	
	.oc_11_01 .title table tr td font {
		position: relative;
		top: 1.5px;
		margin-left: 2.5px;
		margin-right: 2.5px;
		font-size: 25px;
		line-height: 25px;
		font-style: italic;
	}
	
	.oc_11_02 {
		position: relative;
		width: 100%;
		height: auto;
		margin: 30px auto 0 auto;
		padding: 45px 0 45px 0;
		background-image: url(/wp-content/themes/tmc_tsuzuki/images/opencampus/op_62smp.png);
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-position: center;
	}
	
	.oc_11_02 .con {
		position: relative;
		width: 360px;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	.oc_11_02 .con h2 {
		position: relative;
		width: 260px;
		margin: 0 auto 0 auto;
		font-size: 13px;
		letter-spacing: 0.5px;
		line-height: 19px;
		text-align: center;
		color: #fff;
	}
	
	.oc_11_02 .con h2 img {
		position: absolute;
		top: 20px;
		width: 15px;
		height: auto;
	}
	
	.oc_11_02 .con h2 img:nth-of-type(1) {
		left: 0;
	}
	
	.oc_11_02 .con h2 img:nth-of-type(2) {
		right: 0;
	}
	
	.oc_11_02 .con a.oc_btn {
		width: 100%;
		padding-left: 40px;
		margin: 20px auto 0 auto;
	}
	
	.oc_11_02 .con a.oc_btn::before {
		left: 16px;
	}
	
	.oc_11_02 .con .con_img01 {
		z-index: 1;
		position: absolute;
		top: -100px;
		left: 0;
		width: 50px;
		height: auto;
	}
	
	.oc_11_02 .con .con_img02 {
		z-index: 2;
		position: absolute;
		top: -275px;
		right: 0;
		width: 42px;
		height: auto;
	}

}

/*参加を迷っているあなたへ*/
/*PC*/
@media only screen and (min-width: 1025px) {
	#oc_13 {
		position: relative;
		width: 100%;
		height: auto;
		padding: 145px 0 90px 0;
		background: #fff;
	}
	
	#oc_13 .title {
		position: relative;
		width: 570px;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	#oc_13 .title span {
		z-index: 1;
		position: absolute;
		top: -50px;
		left: 0;
		font-size: 22px;
		letter-spacing: 1px;
		line-height: 28px;
		text-align: center;
		color: #fff;
	}
	
	#oc_13 .title span::before {
		content: "";
		z-index: -1;
		position: absolute;
		top: -38px;
		right: -20px;
		width: 172px;
		height: 165px;
		background-image: url(/wp-content/themes/tmc_tsuzuki/images/opencampus/op_65.png);
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-position: center;
	}
	
	#oc_13 .title h2 {
		font-size: 38px;
		letter-spacing: 2px;
		line-height: 38px;
		text-align: center;
	}
	
	#oc_13 .title h2 font {
		display: block;
		z-index: 1;
		position: relative;
		margin: 0 auto 40px auto;
		font-size: 30px;
		letter-spacing: 1px;
		line-height: 30px;
	}
	
	#oc_13 .title h2 font img {
		z-index: -1;
		position: absolute;
		bottom: -122px;
		left: 50%;
		transform: translateY(0) translateX(-50%);
		width: 280px;
		height: auto;
	}
	
	#oc_13 .title p {
		margin-top: 36px;
		font-size: 16px;
		letter-spacing: 0.5px;
		line-height: 26px;
		text-align: center;
	}
	
	#oc_13 .con {
		position: relative;
		width: 840px;
		height: auto;
		margin: 50px auto 0 auto;
	}
	
	#oc_13 .con .ptn {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 50px auto;
		padding-left: 80px;
		box-sizing: border-box;
	}
	
	#oc_13 .con .ptn:last-of-type {
		margin-bottom: 0;
	}
	
	#oc_13 .con .ptn h3 {
		position: relative;
		margin-bottom: 30px;
		font-size: 20px;
		font-family: "Open Sans", sans-serif;
		font-weight: 700;
		letter-spacing: 1px;
		line-height: 20px;
		text-align: left;
	}
	
	#oc_13 .con .ptn h3 span {
		z-index: 1;
		position: absolute;
		top: 0;
		left: -60px;
		font-size: 22px;
		font-family: "Orbitron", sans-serif;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 22px;
		color: #fff;
		text-align: center;
	}
	
	#oc_13 .con .ptn h3 span::before {
		content: "";
		z-index: -1;
		position: absolute;
		top: 50%;
		left: 44%;
		transform: translateY(-50%) translateX(-50%);
		width: 50px;
		height: 50px;
		border-radius: 200px;
		background: #0BCBD9;
	}
	
	#oc_13 .con .ptn h3 font {
		position: relative;
	}
	
	#oc_13 .con .ptn h3 font::before {
		content: "";
		position: absolute;
		bottom: -5px;
		left: 0;
		width: 100%;
		height: 2px;
		background: #0BCBD9;
	}
	
	#oc_13 .con .ptn p {
		position: relative;
		font-size: 16px;
		font-family: "Open Sans", sans-serif;
		font-weight: 400;
		letter-spacing: 0.5px;
		line-height: 26px;
		text-align: left;
	}
	
	#oc_13 .con .ptn p span {
		z-index: 1;
		position: absolute;
		top: 2px;
		left: -60px;
		font-size: 22px;
		font-family: "Orbitron", sans-serif;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 22px;
		color: #FF5800;
		text-align: center;
	}
	
	#oc_13 .con .ptn p font {
		font-weight: 700;
		color: #FF5800;
	}
	
	
}

/*SMP*/
@media only screen and (max-width: 1024px) {
	#oc_13 {
		position: relative;
		width: 100%;
		height: auto;
		padding: 90px 0 45px 0;
		background: #fff;
	}
	
	#oc_13 .title {
		position: relative;
		width: 320px;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	#oc_13 .title span {
		z-index: 1;
		position: absolute;
		top: -45px;
		left: 25px;
		font-size: 12px;
		letter-spacing: 0.5px;
		line-height: 18px;
		text-align: center;
		color: #fff;
	}
	
	#oc_13 .title span::before {
		content: "";
		z-index: -1;
		position: absolute;
		top: -18px;
		right: -9px;
		width: 86px;
		height: 82px;
		background-image: url(/wp-content/themes/tmc_tsuzuki/images/opencampus/op_65.png);
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-position: center;
	}
	
	#oc_13 .title h2 {
		font-size: 19px;
		letter-spacing: 1px;
		line-height: 19px;
		text-align: center;
	}
	
	#oc_13 .title h2 font {
		display: block;
		z-index: 1;
		position: relative;
		margin: 0 auto 18px auto;
		font-size: 16px;
		letter-spacing: 1px;
		line-height: 16px;
	}
	
	#oc_13 .title h2 font img {
		z-index: -1;
		position: absolute;
		bottom: -66px;
		left: 50%;
		transform: translateY(0) translateX(-50%);
		width: 150px;
		height: auto;
	}
	
	#oc_13 .title p {
		width: 310px;
		margin: 30px auto 0 auto;
		font-size: 13px;
		letter-spacing: 0.5px;
		line-height: 19px;
		text-align: center;
	}
	
	#oc_13 .con {
		position: relative;
		width: 330px;
		height: auto;
		margin: 35px auto 0 auto;
	}
	
	#oc_13 .con .ptn {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 20px auto;
		padding-left: 45px;
		box-sizing: border-box;
	}
	
	#oc_13 .con .ptn:last-of-type {
		margin-bottom: 0;
	}
	
	#oc_13 .con .ptn h3 {
		position: relative;
		margin-bottom: 25px;
		font-size: 14px;
		font-family: "Open Sans", sans-serif;
		font-weight: 700;
		letter-spacing: 0.5px;
		line-height: 14px;
		text-align: left;
	}
	
	#oc_13 .con .ptn:nth-of-type(4) h3 {
		line-height: 24px;
		margin-bottom: 15px;
	}
	
	#oc_13 .con .ptn:nth-of-type(4) h3 font {
		top: -4px;
	}
	
	#oc_13 .con .ptn h3 span {
		z-index: 1;
		position: absolute;
		top: 0;
		left: -35px;
		font-size: 16px;
		font-family: "Orbitron", sans-serif;
		font-weight: 600;
		letter-spacing: 0.5px;
		line-height: 16px;
		color: #fff;
		text-align: center;
	}
	
	#oc_13 .con .ptn h3 span::before {
		content: "";
		z-index: -1;
		position: absolute;
		top: 50%;
		left: 44%;
		transform: translateY(-50%) translateX(-50%);
		width: 35px;
		height: 35px;
		border-radius: 200px;
		background: #0BCBD9;
	}
	
	#oc_13 .con .ptn h3 font {
		position: relative;
	}
	
	#oc_13 .con .ptn h3 font::before {
		content: "";
		position: absolute;
		bottom: -3px;
		left: 0;
		width: 100%;
		height: 1.5px;
		background: #0BCBD9;
	}
	
	#oc_13 .con .ptn p {
		position: relative;
		font-size: 13px;
		font-family: "Open Sans", sans-serif;
		font-weight: 400;
		letter-spacing: 0.5px;
		line-height: 19px;
		text-align: left;
	}
	
	#oc_13 .con .ptn p span {
		z-index: 1;
		position: absolute;
		top: 2px;
		left: -35px;
		font-size: 16px;
		font-family: "Orbitron", sans-serif;
		font-weight: 600;
		letter-spacing: 0.5px;
		line-height: 16px;
		color: #FF5800;
		text-align: center;
	}
	
	#oc_13 .con .ptn p font {
		font-weight: 700;
		color: #FF5800;
	}
	
}

/*不安が解消できたら、次は行ってみるだけ！*/
/*PC*/
@media only screen and (min-width: 1025px) {
	#oc_14 {
		z-index: 2;
		position: relative;
		width: 100%;
		height: auto;
		padding: 80px 0 77px 0;
		background-image: url(/wp-content/themes/tmc_tsuzuki/images/opencampus/op_67pc.png);
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-position: center;
	}
	
	#oc_14 .con {
		position: relative;
		width: 1200px;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	#oc_14 .con .con_img01 {
		z-index: 2;
		position: absolute;
		top: 0;
		left: 0;
		width: 175px;
		height: auto;
	}
	
	#oc_14 .con h2 {
		position: relative;
		width: 620px;
		margin: 0 auto 0 auto;
		font-size: 24px;
		letter-spacing: 1px;
		line-height: 24px;
		text-align: center;
		color: #fff;
	}
	
	#oc_14 .con h2 img {
		position: absolute;
		top: -8px;
		width: 30px;
		height: auto;
	}
	
	#oc_14 .con h2 img:nth-of-type(1) {
		left: 0;
	}
	
	#oc_14 .con h2 img:nth-of-type(2) {
		right: 0;
	}
	
	#oc_14 .con a.oc_btn {
		width: 430px;
		padding-left: 85px;
		margin: 40px auto 0 auto;
	}
	
	#oc_14 .con a.oc_btn::before {
		left: 45px;
	}
	
}

/*SMP*/
@media only screen and (max-width: 1024px) {
	#oc_14 {
		z-index: 2;
		position: relative;
		width: 100%;
		height: auto;
		padding: 45px 0 45px 0;
		background-image: url(/wp-content/themes/tmc_tsuzuki/images/opencampus/op_67smp.png);
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-position: center;
	}
	
	#oc_14 .con {
		position: relative;
		width: 330px;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	#oc_14 .con .con_img01 {
		z-index: 2;
		position: absolute;
		bottom: -105px;
		left: -18px;
		width: 70px;
		height: auto;
	}
	
	#oc_14 .con h2 {
		position: relative;
		width: 330px;
		margin: 0 auto 0 auto;
		font-size: 13px;
		letter-spacing: 1px;
		line-height: 13px;
		text-align: center;
		color: #fff;
	}
	
	#oc_14 .con h2 img {
		position: absolute;
		top: -2px;
		width: 15px;
		height: auto;
	}
	
	#oc_14 .con h2 img:nth-of-type(1) {
		left: 0;
	}
	
	#oc_14 .con h2 img:nth-of-type(2) {
		right: 0;
	}
	
	#oc_14 .con a.oc_btn {
		width: 100%;
		padding-left: 65px;
		margin: 25px auto 0 auto;
	}
	
	#oc_14 .con a.oc_btn::before {
		left: 38px;
	}
	
}

/*オンライン・個別説明会も実施中！*/
/*PC*/
@media only screen and (min-width: 1025px) {
	#oc_15 {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	.oc_15_01 {
		position: relative;
		width: 100%;
		height: auto;
		padding: 80px 0 60px 0;
		background: #F5F5F5;
	}
	
	.oc_15_01 .con {
		position: relative;
		width: 900px;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	.oc_15_01 .con h2 {
		margin-bottom: 42px;
	}
	
	.oc_15_01 .con p {
		font-size: 16px;
		font-family: "Open Sans", sans-serif;
		font-weight: 400;
		letter-spacing: 1px;
		line-height: 26px;
		text-align: center;
	}
	
	.oc_15_01 .con .con_img01 {
		z-index: 1;
		position: absolute;
		bottom: -20px;
		right: 0;
		width: 140px;
		height: auto;
	}
	
	.oc_15_01 .img01,
	.oc_15_01 .img02 {
		z-index: 1;
		position: absolute;
		top: 0;
		width: 455px;
		height: auto;
	}
	
	.oc_15_01 .img01 {
		left: 0;
	}
	
	.oc_15_01 .img02 {
		right: 0;
	}
	
	.oc_15_02 {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		position: relative;
		width: 100%;
		height: auto;
	}
	
	.oc_15_02 .ptn {
		position: relative;
		width: 50%;
		height: auto;
		padding: 70px 0 70px 0;
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-position: center;
	}
	
	.oc_15_02 .ptn:nth-of-type(1) {
		background-image: url(/wp-content/themes/tmc_tsuzuki/images/opencampus/op_71pc.jpg);
	}
	
	.oc_15_02 .ptn:nth-of-type(2) {
		background-image: url(/wp-content/themes/tmc_tsuzuki/images/opencampus/op_73pc.jpg);
	}
	
	.oc_15_02 .ptn .text {
		position: relative;
		max-width: 580px;
		min-width: 460px;
		height: auto;
		margin: 0 auto 0 auto;
		padding: 45px 60px 45px 60px;
		background: rgba(255,255,255,0.90);
		box-sizing: border-box;
	}
	
	.oc_15_02 .ptn .text h3 {
		position: relative;
		font-size: 30px;
		font-family: "Open Sans", sans-serif;
		font-weight: 700;
		letter-spacing: 2px;
		line-height: 30px;
		text-align: center;
	}
	
	.oc_15_02 .ptn .text h3 font {
		padding: 0 5px 0 5px;
		background:linear-gradient(transparent 60%, #F4EC3E 60%);
	}
	
	.oc_15_02 .ptn .text .indent {
		height: 145px;
		margin: 30px auto 25px auto;
	}
	
	.oc_15_02 .ptn .text .indent p {
		font-size: 16px;
		font-family: "Open Sans", sans-serif;
		font-weight: 400;
		letter-spacing: 0.5px;
		line-height: 26px;
		text-indent: -1em;
		padding-left: 1em;
	}
	
	.oc_15_02 .ptn .text .indent p font {
		font-weight: 700;
		color: #FF5800;
	}
	
	.oc_15_02 .ptn:nth-of-type(1) .text a.oc_sub_btn {
		width: 355px;
		margin: 0 auto 0 auto;
		padding-left: 105px;
		color: #fff;
		background: #26CB91;
		border: solid 2px #26CB91;
	}
	
	.oc_15_02 .ptn:nth-of-type(1) .text a.oc_sub_btn:hover {
		color: #26CB91;
		background: #fff;
		border: solid 2px #26CB91;
	}
	
	.oc_15_02 .ptn:nth-of-type(1) .text a.oc_sub_btn::before {
		left: 65px;
		width: 25px;
		height: 25px;
		background-image: url(/wp-content/themes/tmc_tsuzuki/images/opencampus/op_53.png);
	}
	
	.oc_15_02 .ptn:nth-of-type(1) .text a.oc_sub_btn:hover::before {
		background-image: url(/wp-content/themes/tmc_tsuzuki/images/opencampus/op_53after.png);
	}
	
	.oc_15_02 .ptn:nth-of-type(2) .text a.oc_sub_btn {
		width: 355px;
		margin: 0 auto 0 auto;
		padding-left: 105px;
		color: #fff;
		background: #0BCBD9;
		border: solid 2px #0BCBD9;
	}
	
	.oc_15_02 .ptn:nth-of-type(2) .text a.oc_sub_btn:hover {
		color: #0BCBD9;
		background: #fff;
		border: solid 2px #0BCBD9;
	}
	
	.oc_15_02 .ptn:nth-of-type(2) .text a.oc_sub_btn::before {
		left: 65px;
		width: 30px;
		height: 30px;
		background-image: url(/wp-content/themes/tmc_tsuzuki/images/opencampus/op_74.png);
	}
	
	.oc_15_02 .ptn:nth-of-type(2) .text a.oc_sub_btn:hover::before {
		background-image: url(/wp-content/themes/tmc_tsuzuki/images/opencampus/op_74after.png);
	}
	
	.oc_15_02 .ptn h4 {
		position: absolute;
		font-size: 50px;
		line-height: 50px;
		color: rgba(0,0,0,0.00);
		-webkit-text-stroke: 1px #fff;
		text-stroke: 1px #fff;
		opacity: 0.55;
	}
	
	.oc_15_02 .ptn h4:first-of-type {
		top: 10px;
		left: 15px;
		text-align: left;
	}
	
	.oc_15_02 .ptn h4:last-of-type {
		bottom: 10px;
		right: 15px;
		text-align: right;
	}
 
}

/*SMP*/
@media only screen and (max-width: 1024px) {
	#oc_15 {
		z-index: 1;
		position: relative;
		width: 100%;
		height: auto;
	}
	
	.oc_15_01 {
		position: relative;
		width: 100%;
		height: auto;
		padding: 45px 0 45px 0;
		background: #F5F5F5;
	}
	
	.oc_15_01 .con {
		position: relative;
		width: 320px;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	.oc_15_01 .con h2 {
		margin-bottom: 20px;
	}
	
	.oc_15_01 .con p {
		font-size: 13px;
		font-family: "Open Sans", sans-serif;
		font-weight: 400;
		letter-spacing: 0.5px;
		line-height: 19px;
		text-align: center;
	}
	
	.oc_15_01 .con .con_img01 {
		z-index: 1;
		position: absolute;
		bottom: -40px;
		right: -18px;
		width: 70px;
		height: auto;
	}
	
	.oc_15_01 .img01,
	.oc_15_01 .img02 {
		z-index: 1;
		position: absolute;
		top: 0;
		width: 150px;
		height: auto;
	}
	
	.oc_15_01 .img01 {
		left: 0;
	}
	
	.oc_15_01 .img02 {
		right: 0;
	}
	
	.oc_15_02 {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	.oc_15_02 .ptn {
		position: relative;
		width: 100%;
		height: auto;
		padding: 35px 0 35px 0;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
	}
	
	.oc_15_02 .ptn:nth-of-type(1) {
		background-image: url(/wp-content/themes/tmc_tsuzuki/images/opencampus/op_71smp.jpg);
	}
	
	.oc_15_02 .ptn:nth-of-type(2) {
		background-image: url(/wp-content/themes/tmc_tsuzuki/images/opencampus/op_73smp.jpg);
	}
	
	.oc_15_02 .ptn .text {
		position: relative;
		width: 320px;
		height: auto;
		margin: 0 auto 0 auto;
		padding: 30px 20px 20px 20px;
		background: rgba(255,255,255,0.90);
		box-sizing: border-box;
	}
	
	.oc_15_02 .ptn:nth-of-type(2) .text {
		margin: 20px auto 20px auto;
	}
	
	.oc_15_02 .ptn .text h3 {
		position: relative;
		font-size: 17px;
		font-family: "Open Sans", sans-serif;
		font-weight: 700;
		letter-spacing: 1px;
		line-height: 17px;
		text-align: center;
	}
	
	.oc_15_02 .ptn .text h3 font {
		padding: 0 2.5px 0 2.5px;
		background:linear-gradient(transparent 60%, #F4EC3E 60%);
	}
	
	.oc_15_02 .ptn .text .indent {
		margin: 15px auto 15px auto;
	}
	
	.oc_15_02 .ptn .text .indent p {
		margin-bottom: 3px;
		font-size: 13px;
		font-family: "Open Sans", sans-serif;
		font-weight: 400;
		letter-spacing: 0.5px;
		line-height: 19px;
		text-indent: -1em;
		padding-left: 1em;
	}
	
	.oc_15_02 .ptn .text .indent p font {
		font-weight: 700;
		color: #FF5800;
	}
	
	.oc_15_02 .ptn:nth-of-type(1) .text a.oc_sub_btn {
		width: 230px;
		margin: 0 auto 0 auto;
		padding-left: 55px;
		color: #fff;
		background: #26CB91;
		border: solid 1px #26CB91;
	}
	
	.oc_15_02 .ptn:nth-of-type(1) .text a.oc_sub_btn::before {
		left: 32px;
		width: 16px;
		height: 16px;
		background-image: url(/wp-content/themes/tmc_tsuzuki/images/opencampus/op_53.png);
	}
	
	.oc_15_02 .ptn:nth-of-type(2) .text a.oc_sub_btn {
		width: 230px;
		margin: 0 auto 0 auto;
		padding-left: 55px;
		color: #fff;
		background: #0BCBD9;
		border: solid 1px #0BCBD9;
	}
	
	.oc_15_02 .ptn:nth-of-type(2) .text a.oc_sub_btn::before {
		left: 32px;
		width: 15px;
		height: 15px;
		background-image: url(/wp-content/themes/tmc_tsuzuki/images/opencampus/op_74.png);
	}
	
	.oc_15_02 .ptn h4 {
		position: absolute;
		font-size: 25px;
		line-height: 25px;
		color: rgba(0,0,0,0.00);
		-webkit-text-stroke: 0.5px #fff;
		text-stroke: 0.5px #fff;
		opacity: 0.55;
	}
	
	.oc_15_02 .ptn h4:first-of-type {
		top: 5px;
		left: 3px;
		text-align: left;
	}
	
	.oc_15_02 .ptn h4:last-of-type {
		bottom: 5px;
		right: 3px;
		text-align: right;
	}
 

	
}

/*資料請求はこちら、LINE友達登録*/
/*PC*/
@media only screen and (min-width: 1025px) {
	#oc_16 {
		position: relative;
		width: 100%;
		height: auto;
		padding: 70px 0 70px 0;
		background: #F5F5F5;
	}
	
	#oc_16 .con {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		position: relative;
		width: 810px;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	#oc_16 .con a:nth-of-type(1) {
		width: 340px;
		padding-left: 105px;
		color: #fff;
		background: #A595CC;
		border: solid 2px #A595CC;
	}
	
	#oc_16 .con a:nth-of-type(1):hover {
		color: #A595CC;
		background: #fff;
		border: solid 2px #A595CC;
	}
	
	#oc_16 .con a:nth-of-type(1)::before {
		left: 65px;
		width: 25px;
		height: 25px;
		background-image: url(/wp-content/themes/tmc_tsuzuki/images/opencampus/op_75.png);
	}
	
	#oc_16 .con a:nth-of-type(1):hover::before {
		background-image: url(/wp-content/themes/tmc_tsuzuki/images/opencampus/op_75after.png);
	}
	
	#oc_16 .con a:nth-of-type(2) {
		width: 340px;
		padding-left: 105px;
		color: #fff;
		background: #4CC764;
		border: solid 2px #4CC764;
	}
	
	#oc_16 .con a:nth-of-type(2):hover {
		color: #4CC764;
		background: #fff;
		border: solid 2px #4CC764;
	}
	
	#oc_16 .con a:nth-of-type(2)::before {
		left: 65px;
		width: 35px;
		height: 35px;
		background-image: url(/wp-content/themes/tmc_tsuzuki/images/opencampus/op_76.png);
	}
 
}

/*SMP*/
@media only screen and (max-width: 1024px) {
	#oc_16 {
		display: none;
		position: relative;
		width: 100%;
		height: auto;
		padding: 45px 0 45px 0;
		background: #F5F5F5;
	}
	
	#oc_16 .con {
		position: relative;
		width: 330px;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	#oc_16 .con a:nth-of-type(1) {
		width: 100%;
		padding-left: 65px;
		color: #fff;
		background: #A595CC;
		border: solid 2px #A595CC;
	}
	
	#oc_16 .con a:nth-of-type(1)::before {
		left: 35px;
		width: 12px;
		height: 12px;
		background-image: url(/wp-content/themes/tmc_tsuzuki/images/opencampus/op_75.png);
	}
	
	#oc_16 .con a:nth-of-type(2) {
		width: 340px;
		padding-left: 105px;
		color: #fff;
		background: #4CC764;
		border: solid 2px #4CC764;
	}
	
	#oc_16 .con a:nth-of-type(2)::before {
		left: 35px;
		width: 17px;
		height: 17px;
		background-image: url(/wp-content/themes/tmc_tsuzuki/images/opencampus/op_76.png);
	}
	
}