@charset "utf-8"; 

.contents{
	overflow: hidden;
}
.page{
	padding-bottom: 0;
}
.page .section{
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}
.page .inner{
	max-width: 800px;
	margin: 30px auto 0;
}
.page .inner:first-child{
	margin-top: 0;
}
.page .ls0{
	letter-spacing: 0!important
}
.page .ls5{
	letter-spacing: 0.05em!important;
}
@media screen and (max-width: 767px) {
	.page .inner{
		margin: 1.5em auto 0;
	}
}

/* タイトル
-------------------------------------------*/
.page .s_name{
	font-size: 4rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-align: center;
	background: none;
	color: #000;
	padding: 0;
	margin: 60px 0 50px;
}
.page .s_name span{
	font-size: 2rem;
	font-weight: 500;
/*	color: #666;*/
	letter-spacing: 0.02em;
	display: block;
}
.page .m-ttl{
	font-size: 3.2rem;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.1em;
	margin-bottom: 1em;
}
.page .m-ttl__red{
	color: #FF4500;
}
.page .s-ttl{
	font-size: 2.3rem;
	color: #F39800;
	line-height: 1.4;
	border-left: 5px solid #FBCB04;
	padding-left: 15px;
	margin-bottom:  0.3em;
}
.page .s-ttl__green{
	color: #2FD14F;
	border-left-color: #8DDE9E!important;
}
.page .s-ttl__pink{
	color: #FA6D6D;
	border-left-color: #F9B4B4!important;
}
.page .line-ttl{
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	padding-bottom: 0.5em;
	margin-bottom:  1em;
	border-bottom: 2px dashed #C9C9C9;
}
.page .line-ttl__green{
	border-bottom-color: #8DDE9E;
}
.page .line-ttl__orange{
	color: #F39800;
	border-bottom-color: #F39800;
}
.page .line-ttl__blue{
	color: #3AC3F5;
	border-bottom-color: #B2E4F5;
}
.page .line-ttl__pink{
	color: #F9B4B4;
	border-bottom-color: #F9B4B4;
}
.page .xs-ttl{
	font-size: 2rem;
	text-align: center;
}
.page .xs-ttl span{
	display: inline-block;
	padding: 0 20px;
	position: relative;
}
.page .xs-ttl span::before{
	content: '';
	width: 1px;
	height: 100%;
	background: #000;
	position: absolute;
	bottom: 0;
	left: 0;
	transform: rotate(-30deg);
}
.page .xs-ttl span::after{
	content: '';
	width: 1px;
	height: 100%;
	background: #000;
	position: absolute;
	bottom: 0;
	right: 0;
	transform: rotate(30deg);
}
.page .ribon-ttl{
	font-size: 1.8rem;
	color: #fff;
}
.page .ribon-ttl span{
	width: 260px;
	display: inline-block;
	background: #F39800;
	position: relative;
	padding-left: 30px;
}
.page .ribon-ttl span::after{
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    top: 9px;
    left: 8px;
    border-radius: 50%;
    background: #fff;
}
.page .ribon-ttl span::before{
	content: '';
	position: absolute;
	top: 0;
	right: -24px;
	width: 24px;
	height: 100%;
	background: url(/images/support-dreams/ocmw/bg_ribon.png) no-repeat right center;
	background-size:  100%;
}
.page .opencampus-ttl{
	font-size: 1.8rem;
	color: #fff;
}
.page .opencampus-ttl span{
	display: inline-block;
	background: #F39800;
	position: relative;
	padding: 0 10px 0 30px;
}
.page .opencampus-ttl span::after{
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    top: 9px;
    left: 8px;
    border-radius: 50%;
    background: #fff;
}
.page .square-ttl{
	font-size: 1.7rem;
	font-weight: 500;
	position: relative;
	padding-left: 15px;
}
.page .square-ttl::before{
	content: '';
	position: absolute;
	top: 7px;
	left: 0;
	width: 10px;
	height: 10px;
	background: #F39800;
}
.page .square-ttl span{
	font-size: 1.4rem;
	font-weight: 500;
}
@media screen and (max-width: 767px) {
	.page .s_name{
		font-size: 2.5rem;
		margin: 1em 0;
	}
	.page .s_name span{
		font-size: 1.5rem;
	}
	.page .m-ttl{
		font-size: 2rem;
	}
	.page .s-ttl{
		font-size: 1.8rem;
		border-left: 5px solid #FBCB04;
		padding-left: 15px;
	}
	.page .line-ttl{
		font-size: 1.6rem;
	}
	.page .xs-ttl{
		font-size: 1.8rem;
	}
	.page .xs-ttl span{
		padding: 0 1.2em;
	}
	.page .ribon-ttl{
		font-size: 1.6rem;
	}
	.page .ribon-ttl span{
		padding-left: 1.7em;
	}
	.page .ribon-ttl span::after{
			width: 8px;
			height: 8px;
	}
	.page .ribon-ttl span::before{
		right: -19px;
		width: 20px;
	}
	.page .square-ttl{
		font-size: 1.5rem;
	}
	.page .square-ttl::before{
		top: 6px;
		width: 8px;
		height: 8px;
	}
	.page .square-ttl span{
		font-size: 1.2rem;
	}
}

/* bg100
-------------------------------------------*/
.bg100{
	position: relative;
}
.bg100::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #FFFDE3;
	margin: 0 calc(50% - 50vw);
	padding: 4px calc(50vw - 50% + 8px);
	width: 100vw;
	z-index: -1;
}
.bg100__green::before{
	background: #F4FFF7;
}
.bg100__orange::before{
	background: #FFF7EA;
}
@media screen and (max-width: 767px) {
	.bg100::before {
		padding: 0;
	}
}


/* ボタン
-------------------------------------------*/
.page .m-btn{
	width: 700px;
	font-size: 3.2rem;
	line-height: 1.2;
	letter-spacing: 0.15em;
	text-align: center;
	margin: 0 auto;
}
.page .m-btn a{
	position: relative;
	display: block;
	background: #f28c19;
	color: #fff;
	border-radius: 10px;
	padding: 17px 0 17px 50px;
}
.page .m-btn a::before{
	content: '';
	position: absolute;
	top: 50%;
	left: 23px;
	width: 60px;
	height: 60px;
	background: url(/images/support-dreams/ocmw/btn_icon_01.png) 0 0 no-repeat;
	background-size: 100% auto;
	transform: translateY(-50%);
}
.page .m-btn a::after{
	content: '';
	position: absolute;
	top: 50%;
	right: 17px;
	width: 13px;
	height: 17px;
	background: url(/images/support-dreams/ocmw/btn_icon_02.png) 0 0 no-repeat;
	background-size: 100% auto;
	transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
	.page .m-btn{
		width: 100%;
    line-height: 1.4;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    font-size: 1.5rem;
	}
	.page .m-btn a{
		padding: .8em 0 .8em 1em;
	}
	.page .m-btn a::before{
		left: .7em;
    width: 2.6em;
    height: 2.6em;
	}
	.page .m-btn a::after{
		width: .8em;
    height: 1em;
	}
}

/* リスト
-------------------------------------------*/
.page .dot-list li{
	font-weight: 700;
	padding-left: 1em;
	position: relative;
}
.page .dot-list li+li{
	margin-top: 18px;
}
.page .dot-list li::before{
	content: '';
	width: 10px;
	height: 10px;
	position: absolute;
	top: 7px;
	left: 0;
	border-radius: 50%;
	background: #FFE200;
}
.page .dot-list li .sub{
	font-size: 1.3rem;
	font-weight: 400;
}
.page .dot-list__blue li::before{
	background: #B2E4F5;
}
.page .dot-list__pink li::before{
	background: #FFD5D5;
}
@media screen and (max-width: 767px) {
	.page .dot-list li+li{
		margin-top: 10px;
	}
	.page .dot-list li::before{
		width: 8px;
		height: 8px;
		top: 7px;
	}
	.page .dot-list li .sub{
		font-size: 1rem;
	}
}


/* テキスト
-------------------------------------------*/
.page .s-text{
	font-size: 1.3rem;
}
.page .dl-text dt{
	font-size: 2rem;
	font-weight: 700;
}
.page .dl-text dd,
.page .dl-text .dl-text-dd{
	font-size: 1.4rem;
	font-weight: 500;
	margin-top: 10px;
}
.page .img-text{
	display: flex;
	justify-content: space-between;
}
.page .img-text.reverse{
	flex-direction: row-reverse;
}
.page .img-text .img{
	width: 345px;
}
.page .img-text .text-block{
	width: calc(100% - 345px - 35px);
}
.page .img-text .text-block .text{
	font-size: 1.4rem;
	line-height: 1.86;
}
@media screen and (max-width: 767px) {
	.page .s-text{
		font-size: 1.1rem;
	}
	.page .dl-text dt{
		font-size: 1.8rem;
	}
	.page .img-text{
		display: block;
	}
	.page .img-text .img{
		width: 100%;
	}
	.page .img-text .text-block{
		margin-top: 1em;
		width: 100%;
	}
	.page .img-text .text-block .text{
		font-size: 1.4rem;
	}
}


/* intro
-------------------------------------------*/
.page .intro{
	margin-top: 45px;
}
.page .intro .text{
	max-width: 800px;
	margin: 0 auto;
	font-size: 1.4rem;
	letter-spacing: 0.03em;
	font-weight: 500;
}
.page .intro .anchor{
	background: #FFF2DB;
	border-radius: 20px;
	padding: 25px 25px 25px 70px;
	display: flex;
	flex-wrap: wrap;
	margin-top: 35px;
}
.page .intro .anchor li{
	width: 25%;
	font-size: 1.5rem;
	letter-spacing: 0;
}
.page .intro .anchor li:nth-child(n+5){
	margin-top: 15px;
}
.page .intro .anchor li a{
	padding-left: 18px;
	position: relative;
	display: inline-block;
}
.page .intro .anchor li a::before{
	content: '';
	position: absolute;
	top: 5px;
	left: 2px;
	width: 10px;
	height: 10px;
	border-bottom: 2px solid #F39800;
	border-left: 2px solid #F39800;
	transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
	.page .intro{
		margin-top: 2em;
	}
	.page .intro .anchor{
		padding: 1.5em;
		margin-top: 1.5em;
		justify-content: space-between;
	}
	.page .intro .anchor li{
		width: 48%;
	}
	.page .intro .anchor li:nth-child(n+3){
		margin-top: 15px!important;
	}
	.page .intro .anchor li a{
		padding-left: 15px;
	}
	.page .intro .anchor li a::before{
		top: 6px;
		left: 0;
		width: 8px;
		height: 8px;
	}
}
@media screen and (max-width: 500px){
	.page .intro .anchor{
		padding: 1.5em 1em;
	}
	.page .intro .anchor li{
		width: 49%;
		font-size: 1.3rem;
	}	
	.page .intro .anchor li a::before{
		top: 4px;
	}
}


/* qualification
   field
   mployment
-------------------------------------------*/
.page .qualification,
.page .field,
.page .mployment{
	margin-top: 60px;
}
.page .mployment .dl-text:not(:first-child){
	margin-top: 80px;
}
.page .mployment .graph{
	display: flex;
	align-items: center;
	margin-top: 40px;
}
.page .mployment .graph-wide{
	margin: 40px -45px 0;
}
.page .mployment .graph .img{
	width: 300px;
	margin-right: 45px;
}
.page .mployment .graph .text-block{
	width: calc(100% - 300px - 45px);
}
.page .mployment .graph .guide-column{
	display: flex;
}
.page .mployment .graph .guide-column-block:first-child{
	margin-right: 20px;
}
.page .mployment .graph .guide{
	display: flex;
	margin-top: 20px;
}
.page .mployment .graph .color{
	width: 63px;
	height: 63px;
	margin-right: 15px;
}
.page .mployment .graph .color__green{
	background: #8DDE9E;
}
.page .mployment .graph .color__blue{
	background: #78CAE8;
}
.page .mployment .graph .color__yellow{
	background: #FFE205;
}
.page .mployment .graph .color__orange{
	background: #F39800;
}
.page .mployment .graph .color__pink{
	background: #F9B4B4;
}
.page .mployment .graph .value{
	font-weight: 500;
}
.page .mployment .graph .value .num{
	font-size: 3rem;
	font-weight: 900;
}
@media screen and (max-width: 767px) {
	.page .qualification,
	.page .field,
	.page .mployment{
		margin-top: 2.5em;
	}
	.page .mployment .dl-text:not(:first-child){
		margin-top: 3em;
	}
	.page .mployment .graph{
		display: block;
		margin-top: 2em;
	}
	.page .mployment .graph-wide{
		margin: 2em 0 0;
	}
	.page .mployment .graph .img{
		width: 50%;
		margin: 0 auto 1.5em;
	}
	.page .mployment .graph .text-block{
		width: 100%;
	}
	.page .mployment .graph .guide-column{
		display: block;
	}
	.page .mployment .graph .guide{
		margin-top: 1em;
	}
	.page .mployment .graph .color{
		width: 4em;
		height: 4em;
		margin-right: 1em;
	}
	.page .mployment .graph .value{
		width: calc(100% - 4em - 1em);
	}
	.page .mployment .graph .value .num{
		font-size: 2.4rem;
	}

}

/* movie
-------------------------------------------*/
.page .movie{
	margin-top: 100px;
}
.page .movie-wrap{
	width: 100%;
	padding-top: 56.25%;
	height: 0;
	position: relative;
	margin-top: 20px;
}
.page .movie-wrap iframe{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
@media screen and (max-width: 767px) {
	.page .movie{
		margin-top: 5em;
	}
	.page .movie-wrap{
		margin-top: 1.5em;
	}
}

/* features
-------------------------------------------*/
.page .features{
	padding: 60px 0;
	margin-top: 70px;
}
.page .features .line-ttl:not(:first-child){
	margin-top: 50px;
}
@media screen and (max-width: 767px) {
	.page .features{
		padding: 3em 0;
		margin-top: 3em;
	}
	.page .features .line-ttl:not(:first-child){
		margin-top: 2.5em;
	}
}

/* interview
-------------------------------------------*/
.page .voice-block{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-top: 25px;
}
.page .voice-block.reverse{
	flex-direction: row-reverse;
}
.page .voice-block .img-block .caption{
	text-align: center;
	margin-top: 10px;
}
.page .voice-block .balloon{
	width: 500px;
	background: #fff;
	border-radius: 30px;
	padding: 50px 50px;
	position: relative;
}
.page .voice-block .balloon .text{
	font-size: 1.4rem;
	line-height: 1.86;
	font-weight: 500;
}
.page .voice-block:not(.reverse) .balloon::before{
	content: '';
	position: absolute;
	top: calc(50% + 30px);
	left: -60px;
	width: 20px;
	height: 20px;
	color: transparent;
	border: 27px solid transparent;
	border-right: 33px solid #fff
}
.page .voice-block.reverse .balloon::before{
	content: '';
	position: absolute;
	top: calc(50% - 60px);
	right: -60px;
	width: 20px;
	height: 20px;
	color: transparent;
	border: 27px solid transparent;
	border-left: 33px solid #fff
}
.page .interview {
	padding-top: 70px;
	padding-bottom: 70px;
}
.page .interview .voice-block .img-block{
	margin-top: 30px;
}
.page .voice {
	padding-bottom: 70px;
}
.page .voice .voice-block .img-block{
	margin-top: -60px;
}
.page .voice .voice-block .img-block.img-mt0{
	margin-top: 0;
}
@media screen and (min-width: 768px) {
	.page .interview .voice-block .img-block.img-l{
		margin-right: -10px;
		margin-top: 40px;
		z-index: 1;
	}
}
@media screen and (max-width: 767px) {
	.page .voice-block{
		display: block;
		margin-top: 1.5em;
	}
	.page .voice-block .balloon{
		width: 100%;
		border-radius: 20px;
		padding: 1.5em;
		margin-top: 2em;
	}
	.page .voice-block:not(.reverse) .balloon::before,
	.page .voice-block.reverse .balloon::before{
		top: -3.8em;
		right: auto;
		left: 50%;
		margin-left: -2em;
		width: 4em;
		height: 4em;
		border: 2em solid transparent;
		border-left: 2em solid transparent;
		border-bottom: 2em solid #fff;
	}
	.page .interview {
		padding-top: 3em;
		padding-bottom: 3em;
	}
	.page .interview .voice-block .img-block{
		margin: 2em auto 0;
		width: 100%;
	}
	
	.page .interview .voice-block .img-block .img{
		width: 70%;
		margin: 0 auto;
	}
	
	.page .voice {
		padding-bottom: 3em;
	}
	.page .voice .voice-block .img-block{
		margin: 0 auto 0;
		width: 100%;
	}
	.page .voice .voice-block .img-block .img{
		width: 70%;
		margin: 0 auto;
	}
}

/* almamater
-------------------------------------------*/
.page .almamater{
	border: 3px solid #78CAE8;
	border-radius: 20px;
	padding: 30px;
	margin-top: 70px;
}
.page .almamater .title{
	text-align: center;
}
.page .almamater .title span{
	font-size: 2.3rem;
	display: inline-block;
}
.page .almamater .dot-list{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.page .almamater .dot-list li{
	font-weight: 500;
	width: 30%;
	margin-right: 3%;
}
.page .almamater .dot-list li + li{
	margin-top: 6px;
}
.page .almamater .dot-list li:nth-child(-n+3){
	margin-top: 0;
}
@media screen and (max-width: 767px) {
	.page .almamater{
		padding: 1.5em;
		margin-top: 3em;
	}
	.page .almamater .title span{
		font-size: 1.8rem;
	}
	.page .almamater .dot-list{
		display: block;
	}
	.page .almamater .dot-list li{
		width: 100%;
		margin-right: 0;
		margin-top: .5em!important;
	}
}

/* subject
-------------------------------------------*/
.page .subject{
	margin-top: 80px;
}
.page .subject-block{
	background: #FFF5F5;
	padding: 20px 20px 20px 140px;
	position: relative;
	margin-top: 30px;
	z-index: 1;
}
.page .subject-block::before{
	content: '';
	position: absolute;
	top: -20px;
	left: -20px;
	width: 50px;
	height: 100px;
	background: #fff;
	transform: rotate(45deg);
	z-index: -1;
}
.page .subject-block .season{
	font-size: 2rem;
	font-weight: 700;
	border-radius: 50%;
	text-align: center;
	background: #F9B4B4;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 130px;
	height: 130px;
	position: absolute;
	top: -15px;
	left: -15px;
}
.page .subject-block .season__small{
	font-size: 1.4rem;
}
.page .subject-block .dot-list li{
	font-weight: 500;
	margin-top: 5px;
}
@media screen and (max-width: 767px) {
	.page .subject{
		margin-top: 3em;
	}
	.page .subject-block{
		padding: 50px 2em 1.5em;
		margin-top: 2em;
	}
	.page .subject-block::before{
		top: -15px;
		left: -15px;
		width: 40px;
		height: 80px;
	}
	.page .subject-block .season{
		font-size: 1.5rem;
		width: 90px;
		height: 90px;
		top: -15px;
		left: -15px;
	}
	.page .subject-block .season__small{
		font-size: 1rem;
	}

}

/* pickup
-------------------------------------------*/
.page .pickup{
	margin-top: 75px;
	padding-top: 15px;
}
.page .pickup .inner{
	position: relative;
	padding: 80px 65px;
	border: 3px solid #F9B4B4;
}
.page .pickup .ttl{
	text-align: center;
	margin-top: -95px;
	margin-bottom: 40px;
}
.page .pickup .ttl span{
	font-size: 2rem;
	text-align: center;
	color: #fff;
	font-weight: 700;
	display: inline-block;
	width: 378px;
	height: 54px;
	padding-top: 5px;
	background: url(/images/support-dreams/ocmw/ribon_pickup.png);
}
.page .pickup .border-ttl{
	font-size: 2rem;
	color: #FA6D6D;
	border: 2px solid #FA6D6D;
	border-radius: 30px;
	text-align: center;
	padding: 3px;
	margin-bottom: 0.5em;
}
.page .pickup .img-text+.img-text{
	margin-top: 80px;
}
@media screen and (max-width: 767px) {
	.page .pickup{
		margin-top: 4em;
		padding-top: 15px;
	}
	.page .pickup .inner{
		padding: 4em 1.5em;
		border: 2px solid #F9B4B4;
	}
	.page .pickup .ttl{
		margin-top: -4.8em;
		margin-bottom: 2em;
	}
	.page .pickup .ttl span{
		font-size: 1.8rem;
		width: 100%;
		height: 12.4vw;
		background-repeat: no-repeat;
		background-position: center top;
		background-size: contain;
		padding-top: 1vw;
	}
	.page .pickup .border-ttl{
		font-size: 1.6rem;
		border-radius: 17px;
		padding: 3px;
	}
	.page .pickup .img-text+.img-text{
		margin-top: 3em;
	}

}

/* timetable
-------------------------------------------*/
.page .timetable{
	margin-top: 100px;
}
.page .timetable .table-scroll{
	padding: 3px;
	background-color: #8DDE9E;
}

.page .timetable .table-scroll + .s-text{
	margin-top: 1em;
}
.page .timetable table{
	width: 100%;
	border-collapse: collapse;
}
.page .timetable table th,
.page .timetable table td{
	text-align: center;
	padding: 15px;
	width: calc(100% / 6);
}
.page .timetable table thead th:last-of-type{
	border-right:none;
}
.page .timetable table tbody tr:last-of-type th{
	border-bottom:none;
}

.page .timetable table th{
	font-size: 1.5rem;
	font-weight: 700;
	color: #fff;
	background: #8DDE9E;
	border-right: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
}
.page .timetable table td{
	background-color: #fff;
	font-size: 1.4rem;
	font-weight: 500;
	border-right: 2px solid #EDEDED;
	border-bottom: 2px solid #EDEDED;
}

.page .timetable table td:last-of-type{
	border-right:none;
}
.page .timetable table tr:last-of-type td{
	border-bottom:none;
}

@media screen and (min-width: 768px){
	.page .timetable table th,
	.page .timetable table td{
		min-width: 132px;
	}
}
@media screen and (max-width: 767px) {
	.page .timetable{
		margin-top: 5em;
	}
	.page .timetable .table-scroll{
		overflow-x: scroll;
		padding: 2px;
	}
	.page .timetable table{
		width: 580px;
	}
	.page .timetable table th,
	.page .timetable table td{
		padding: 10px 3px;
	}
	.page .timetable table th{
		font-size: 1.3rem;
	}
	.page .timetable table td{
		font-size: 1.2rem;
	}
}

/* opencampus
-------------------------------------------*/
.page .oc-intro{
	margin-top: 50px;
}
.page .oc-intro .ttl{
	text-align: center;
}
.page .oc-intro .ttl span{
	font-size: 2.6rem;
	text-align: center;
	color: #fff;
	font-weight: 700;
	display: inline-block;
	width: 500px;
	height: 71px;
	padding-top: 8px;
	background: url(/images/support-dreams/ocmw/ribon_oc.png);
}
.page .oc-intro .text{
	text-align: center;
}
.page .oc-present {
	position: relative;
	border: 1px solid #f79016;
	padding: 20px 265px 25px 50px;
	margin: 40px 0 50px;
	background: #fff;
}
.page .oc-present::before{
	content: '';
	position: absolute;
	top: 50%;
	right: 10px;
	width: 300px;
	height: 200px;
	background: url(/images/support-dreams/ocmw/img_present.png) 0 0 no-repeat;
	transform: translateY(-50%);
}
.page .oc-present .ttl{
	font-size: 3.8rem;
	letter-spacing: 0;
	color: #f79016;
	margin-bottom: 30px;
}
.page .oc-present p{
	font-size: 2.8rem;
	letter-spacing: 0;
	font-weight: 500;
	line-height: 1.4;
}
.page .oc-present .plum{ color: #923737; }
.page .oc-present .red{ color: #ff4500; }

.page .oc-point ol{
	display: flex;
}
.page .oc-point ol li{
	margin-right: 28px;
	position: relative;
}
.page .oc-point ol li:nth-child(n+3){
	margin-right: 0;
}
.page .oc-point ol li::before{
	content: '';
	position: absolute;
	top: 50%;
	right: -25px;
	transform: translateY(-50%);
	width: 20px;
	height: 25px;
	background: url(/images/support-dreams/ocmw/arw_oc_point.svg) no-repeat center center /contain;
}
.page .oc-point ol li:last-child::before{
	display: none;
}
.page .oc-flow{
	margin-top: 20px;
}
.page .oc-flow .virus{
	border: 2px dashed #3F5285;
	border-radius: 20px;
	background: #fff;
	padding: 30px 30px;
	margin: 0 -40px;
}
.page .oc-flow .virus .ttl{
	text-align: center;
	padding: 5px;
	border-radius: 20px;
	background: #FFE200;
}
.page .oc-flow .virus ul{
	display: flex;
	justify-content: space-between;
	margin-top: 15px;
}
.page .oc-flow .virus ul li{
	width: 90px;
}
.page .oc-flow .virus ul li .caption{
	font-size: 1.4rem;
	font-weight: 500;
	text-align: center;
	margin-top: 10px;
}
.page .oc-flow ol{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	margin: 0 -20px;
}
.page .oc-flow ol li{
	margin-right: 30px;
	position: relative;
	margin-top: 20px;
}

.page .oc-flow ol li::before{
	content: '';
	position: absolute;
	top: 50%;
	right: -40px;
	transform: translateY(-50%);
	width: 40px;
	height: 76px;
	z-index: 1;
	background: url(/images/support-dreams/ocmw/arw_oc_flow.svg) no-repeat center center /contain;
}
.page .oc-flow ol li:last-child::before{
	display: none;
}
.page .oc-schedule .column{
	display: flex;
	flex-wrap: wrap;
}
.page .oc-schedule .column > div{
	width: 50%;
}
.page .oc-schedule .text{
	font-weight: 500;
	margin-top: 10px;
	padding-left: 15px;
	letter-spacing: 0;
}
.page .weboc-point{
	margin-top: 20px;
}
.page .weboc-point ol{
	display: flex;
	justify-content: space-between;
}
.page .weboc-voice .block{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.page .weboc-voice .block+.block{
	margin-top: 30px;
}
.page .weboc-voice .block.reverse{
	flex-direction: row-reverse;
}
.page .weboc-voice .block .img{
	width: 150px;
}
.page .weboc-voice .block .balloon{
	width: 600px;
	background: #fff;
	border-radius: 30px;
	padding: 50px 50px;
	position: relative;
}
.page .weboc-voice .block .balloon .text{
	font-size: 1.4rem;
	line-height: 1.86;
	font-weight: 500;
}
.page .weboc-voice .block:not(.reverse) .balloon::before{
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -60px;
	width: 20px;
	height: 20px;
	color: transparent;
	border: 27px solid transparent;
	border-right: 33px solid #fff
}
.page .weboc-voice .block.reverse .balloon::before{
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -60px;
	width: 20px;
	height: 20px;
	color: transparent;
	border: 27px solid transparent;
	border-left: 33px solid #fff
}
.page .weboc-qa dl{
	border-radius: 10px;
	overflow: hidden;
}
.page .weboc-qa dl+dl{
	margin-top: 20px;
}
.page .weboc-qa dt{
	color: #fff;
	background: #78CAE8;
	padding: 12px 12px 12px 60px;
	position: relative;
}
.page .weboc-qa dt::before{
	content: 'Q';
	font-size: 2.4rem;
	font-weight: 700;
	color: #fff;
	position: absolute;
	top: 5px;
	left: 32px;
}
.page .weboc-qa dd{
	background: #fff;
	padding: 12px 12px 12px 60px;
	position: relative;
}
.page .weboc-qa dd::before{
	content: 'A';
	font-size: 2.4rem;
	font-weight: 700;
	color: #F39800;
	position: absolute;
	top: 5px;
	left: 32px;
}
.page .oc-text{
	text-align: center;
	margin-top: 40px;
}
.page .opencampus{
	margin-top: 70px;
	padding: 70px 0;
}
.page .opencampus .ribon-ttl,
.page .web-opencampus .ribon-ttl,
.page .opencampus .opencampus-ttl,
.page .web-opencampus .opencampus-ttl{
	margin-top: 50px;
}
.page .web-opencampus{
	padding: 70px 0;
}
.page .web-opencampus .oc-intro{
	margin-top: 0;
}
@media screen and (min-width: 768px){
	.page .oc-schedule .column > div:nth-child(n+3){
		margin-top: 20px;
	}
	.page .oc-flow ol li:nth-child(3n){
		margin-right: 0;
	}
	.page .oc-flow ol li:nth-child(3n)::before{
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.page .oc-intro{
		margin-top: 3em;
	}
	.page .oc-intro .ttl span{
		font-size: 1.8rem;
		width: 100%;
		height: 14vw;
		padding-top: 1vw;
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center top;
	}
	.page .oc-present {
		padding: 1.5em;
		margin: 3em 0;
	}
	.page .oc-present::before{
		display: block;
    position: relative;
    top: auto;
    right: auto;
    width: 60%;
    height: 0;
    padding-top: 45%;
    background-size: 100% auto;
    transform: none;
    margin: 0 auto;
	}
	.page .oc-present .ttl{
		font-size: 2.4rem;
		text-align: center;
		line-height: 1.3;
		margin: .3em 0 .5em;
	}
	.page .oc-present p{
		font-size: 1.7rem;
    line-height: 1.6;
    text-align: justify;
	}
	.page .oc-point ol{
		display: block;
	}
	.page .oc-point ol li{
		max-width: 260px;
		margin: 0 auto 4em;
	}
	.page .oc-point ol li:nth-child(n+3){
		margin-right: auto;
		margin-bottom: 0;
	}
	.page .oc-point ol li::before{
		content: '';
		position: absolute;
		top: auto;
		right: auto;
		bottom: -3.5em;
		left: 50%;
		margin-left: -1.5em;
		width: 3em;
		height: 3em;
		transform: rotate(90deg) ;
	}
	.page .oc-flow{
		margin-top: 1.5em;
	}
	.page .oc-flow .virus{
		padding: 1.5em;
		margin: 0 auto;
	}
	.page .oc-flow .virus .ttl{
		padding: 5px;
	}
	.page .oc-flow .virus ul{
		flex-wrap: wrap;
		margin-top: 15px;
	}
	.page .oc-flow .virus ul li{
		width: 48%;
	}
	.page .oc-flow .virus ul li:nth-child(n + 3){
		margin-top: 1.5em;
	}
	.page .oc-flow .virus ul li .icon{
		width: 80%;
		margin: 0 auto;
	}
	.page .oc-flow .virus ul li .caption{
		font-size: 1.4rem;
	}
	.page .oc-flow ol{
		display: block;
		margin: 3em 0 0;
	}
	.page .oc-flow ol li{
		max-width: 260px;
		margin: 0 auto;
		margin-bottom: 4em;
	}
	.page .oc-flow ol li::last-child{
		margin-bottom: 0!important;
	}
	.page .oc-flow ol li::before{
		top: auto;
		right: auto;
		bottom: -4.5em;
		left: 50%;
		margin-left: -1.5em;
		transform: rotate(90deg);
		width: 3em;
		height: 5em;
	}
	.page .oc-flow ol li:last-child::before{
		display: none;
	}
	.page .oc-schedule .column{
		display: block;
	}
	.page .oc-schedule .column > div{
		width: 100%;
		margin-top: 1.5em;
	}
	.page .weboc-point{
		margin-top: 1.5em;
	}
	.page .weboc-point ol{
		display: block;
	}
	.page .weboc-point ol li{
		max-width: 236px;
		margin: 0 auto 1em;
	}
	.page .weboc-voice .block{
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.page .weboc-voice .block+.block{
		margin-top: 2em;
	}
	.page .weboc-voice .block.reverse{
		flex-direction: row-reverse;
	}
	.page .weboc-voice .block .img{
		width: 20%;
	}
	.page .weboc-voice .block .balloon{
		width: calc(100% - 20% - 2em);
		border-radius: 15px;
		padding: 1.5em;
	}
	.page .weboc-voice .block .balloon .text{
		font-size: 1.4rem;
	}
	.page .weboc-voice .block:not(.reverse) .balloon::before{
		left: -3em;
		width: 3em;
		height: 3em;
		border: 1.5em solid transparent;
		border-right: 1.5em solid #fff
	}
	.page .weboc-voice .block.reverse .balloon::before{
		right: -3em;
		width: 3em;
		height: 3em;
		border: 1.5em solid transparent;
		border-left: 1.5em solid #fff
	}
	.page .weboc-qa dl+dl{
		margin-top: 1.5em;
	}
	.page .weboc-qa dt{
		padding: .5em .5em .5em 3em;
	}
	.page .weboc-qa dt::before{
		font-size: 2rem;
		top: 2px;
		left: .6em;
	}
	.page .weboc-qa dd{
		padding: .5em .5em .5em 3em;
	}
	.page .weboc-qa dd::before{
		font-size: 2rem;
		top: 2px;
		left: .6em;
	}
	.page .oc-text{
		margin-top: 2em;
	}
	.page .opencampus{
		margin-top: 3em;
		padding: 3em 0;
	}
	.page .opencampus .ribon-ttl,
	.page .web-opencampus .ribon-ttl{
		margin-top: 3em;
	}
	.page .web-opencampus{
		padding: 3em 0;
	}
}