@charset "utf-8";

/* ---------------------------------------- 
 - contents
---------------------------------------- */
#contents_inner {
	margin: 75px auto;
	width: 90%;
	max-width: 1000px;
}
@media screen and (max-width: 768px) {
	#contents_inner {
		margin: 8vw auto 12vw;
	}
}

/* ---------------------------------------- 
 - laboratory_title
---------------------------------------- */
.laboratory_title {
	margin-bottom: 40px;
}
.laboratory_title .ttl {
	font-size: 4.6rem;
	font-size: clamp(2.6rem, 5.6vw, 4.6rem);
	line-height: 1.4;
	font-weight: 700;
}
.laboratory_title .name {
	font-size: 2.6rem;
	margin-top: 0.5em;
}
.laboratory_title .name span {
	position: relative;
	display: block;
	padding-left: 60px;
}
.laboratory_title .name span::before{
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
    content: '';
    background: #222;
    display: inline-block;
	width: 50px;
	height: 1px;
	margin: auto;
}
.course_01 .laboratory_title .name span::before { /* course_01 */
	background: #681cf9;
}
.course_02 .laboratory_title .name span::before { /* course_02 */
	background: #00ba6a;
}
.course_03 .laboratory_title .name span::before { /* course_03 */
	background: #88d600;
}
.course_04 .laboratory_title .name span::before { /* course_04 */
	background: #f71ed8;
}
.course_05 .laboratory_title .name span::before { /* course_05 */
	background: #1ec4f7;
}
@media screen and (max-width: 768px) {
	.laboratory_title {
		margin-bottom: 20px;
	}
	.laboratory_title .name {
		font-size: 1.8rem;
	}
	.laboratory_title .name span {
		padding-left: 45px;
	}
	.laboratory_title .name span::before{
		width: 35px;
	}
}

/* ---------------------------------------- 
 - laboratory_btn
---------------------------------------- */
.laboratory_btn{
	width: 90%;
	max-width: 550px;
	margin: 70px auto;
	text-align: center;
}
.laboratory_btn a{	
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	transition: .3s;
	text-decoration: none;
	font-size: 2.8rem;
	font-size: clamp(1.4rem, 3.6vw, 2.8rem);
	font-weight: 700;	
	line-height: 1.6;
	width: 100%;
	padding: 0.8em 30px 0.8em 20px;
	box-sizing: border-box;
	border: solid 2px #7f7f7f;
	background: #fff;
}
.laboratory_btn a:hover{
	opacity: 0.7;
}
.laboratory_btn a::after{	
	position: absolute;
    top: 0;
    bottom: 0;
    right: 25px;
    margin: auto;
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(../images/common/ico_blank.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
@media screen and (max-width: 768px) {
	.laboratory_btn{
		margin: 35px auto;
	}
	.laboratory_btn a{
		padding-left: 15px;
		padding-right: 25px;
	}
	.laboratory_btn a::after{
		right: 15px;
		width: 14px;
		height: 14px;
	}
}

/* ---------------------------------------- 
 - laboratory_lead
---------------------------------------- */
.laboratory_lead {
	margin: 70px auto;
}
.laboratory_lead .catch {
	font-size: 3.0rem;
	line-height: 1.6;
	font-weight: 700;
	margin-bottom: 0.8em;
}
@media screen and (max-width: 768px) {
	.laboratory_lead {
		margin: 35px auto;
	}
	.laboratory_lead .catch {
		font-size: 2.0rem;
	}
	.laboratory_lead .lead {
		font-size: 1.5rem;
	}
}

/* ---------------------------------------- 
 - laboratory_box
---------------------------------------- */
.laboratory_box {
	margin: 70px auto;
}
.laboratory_box .laboratory_ttl {
	font-size: 3.0rem;
	line-height: 1.6;
	font-weight: 700;
	margin-bottom: 0.6em;
	position: relative;
	padding-top: 0.7em;
}
.laboratory_box .laboratory_ttl::before,
.laboratory_box .laboratory_ttl::after{	
	position: absolute;
    top: 0;
    left: 0;
    content: "";
    height: 3px;
}
.laboratory_box .laboratory_ttl::before{		
	width: 100%;
	background: #ededed;
}
.laboratory_box .laboratory_ttl::after{
	width: 100px;
	background: #222;
}
.course_01 .laboratory_box .laboratory_ttl::after { /* course_01 */
	background: #681cf9;
}
.course_02 .laboratory_box .laboratory_ttl::after { /* course_02 */
	background: #00ba6a;
}
.course_03 .laboratory_box .laboratory_ttl::after { /* course_03 */
	background: #88d600;
}
.course_04 .laboratory_box .laboratory_ttl::after { /* course_04 */
	background: #f71ed8;
}
.course_05 .laboratory_box .laboratory_ttl::after { /* course_05 */
	background: #1ec4f7;
}
.laboratory_box ul.list li {
	text-indent: -1.0em;
	margin-left: 1.0em;
	margin-bottom: 0.6em;
	line-height: 1.6;
}
@media screen and (max-width: 768px) {
	.laboratory_box {
		margin: 35px auto;
	}
	.laboratory_box .laboratory_ttl {
		font-size: 2.0rem;
	}
	.laboratory_box .laboratory_ttl::before,
	.laboratory_box .laboratory_ttl::after{
		height: 2px;
	}
	.laboratory_box .laboratory_ttl::after{
		width: 80px;
	}
	.laboratory_box .txt {
		font-size: 1.5rem;
	}
	.laboratory_box ul.list li {
		font-size: 1.5rem;
	}
}

/* ---------------------------------------- 
 - laboratory_kamoku
---------------------------------------- */
.laboratory_kamoku {
	margin: 70px auto;
	background: #ededed;
	padding: 30px 35px;
	position: relative;
	border-left: solid 4px #222;
}
.course_01 .laboratory_kamoku { /* course_01 */
	border-color: #681cf9;
}
.course_02 .laboratory_kamoku { /* course_02 */
	border-color: #00ba6a;
}
.course_03 .laboratory_kamoku { /* course_03 */
	border-color: #88d600;
}
.course_04 .laboratory_kamoku { /* course_04 */
	border-color: #f71ed8;
}
.course_05 .laboratory_kamoku { /* course_05 */
	border-color: #1ec4f7;
}
.laboratory_kamoku .kamoku_ttl {
	font-size: 2.6rem;
	line-height: 1.6;
	font-weight: 700;
	margin-bottom: 0.5em;
}
.laboratory_kamoku ul.kamoku_list li {
	text-indent: -1.0em;
	margin-left: 1.0em;
	margin-bottom: 0.6em;
	line-height: 1.6;
}
@media screen and (max-width: 768px) {
	.laboratory_kamoku {
		margin: 35px auto;
		padding: 15px;
		border-left-width: 2px;
	}
	.laboratory_kamoku .kamoku_ttl {
		font-size: 1.8rem;
	}
	.laboratory_kamoku ul.kamoku_list li {
		font-size: 1.5rem;
		letter-spacing: 0;
	}
}

/* ---------------------------------------- 
 - back_btn
---------------------------------------- */
.back_btn{
	width: 60%;
	max-width: 450px;
	margin: 70px auto;
	text-align: center;
}
.back_btn a{	
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	transition: .3s;
	text-decoration: none;
	font-size: 2.8rem;
	font-size: clamp(1.4rem, 3.4vw, 2.6rem);
	font-weight: 700;	
	line-height: 1.6;
	width: 100%;
	padding: 0.6em 25px 0.6em 35px;
	box-sizing: border-box;
	border: solid 2px #7f7f7f;
	background: #fff;
}
.back_btn a:hover{
	opacity: 0.7;
}
.back_btn a::before {
    position: absolute;
    top: 50%;
    left: 30px;
    margin: auto;
    content: "";
    vertical-align: middle;
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    border-left: 2px solid #222;
    border-bottom: 2px solid #222;
    transform: translate(0, -50%) rotate(45deg);
}
@media screen and (max-width: 768px) {
	.back_btn{
		margin: 35px auto;
	}
	.back_btn a{
		padding-left: 25px;
		padding-right: 15px;
	}	
	.back_btn a::before {
		left: 15px;
		width: 12px;
    	height: 12px;
	}
}

/* ---------------------------------------- 
 - request
---------------------------------------- */
#request {
	width: 100%;
	margin: 95px auto;
    position: relative;
	text-align: center;
}
#request .btn a{
	display: inline-block;
	position: relative;
    transition: .3s;
	text-decoration: none;
	font-size: 3.0rem;
	font-weight: 700;
	line-height: 110px;
	height: 110px;
	width: 80%;
	max-width: 450px;
	padding: 0 2%;
	margin-left: auto;
	box-sizing: border-box;
	background: #195ffb;
	color:#fff;
	text-align: center;
	z-index: 2;
}
#request .btn a:hover{
	opacity: 0.7;
}
#request .btn a span{
	position: relative;
	display: inline-block;
	padding-left: 50px;
}
#request .btn a span::before{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	width: 31px;
	height: 24px;
	background-image: url("../images/common/ico_request_wht.svg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
@media screen and (max-width: 1000px) {
	#request .btn a{
		font-size: 2.8vw;
	}
	#request .btn a span{
		padding-left: 35px;
	}
	#request .btn a span::before{
		width: 22px;
		height: 17px;
	}
}
@media screen and (max-width: 768px) {
	#request {
		margin: 12vw auto;
		height: auto;
	}
	#request .btn {
		display: block;
	}
	#request .btn a{
		font-size: 4.4vw;
		line-height: 100px;
		height: 100px;
		width: 80%;
	}
	#request .btn a span{
		padding-left: 50px;
	}
	#request .btn a span::before{
		width: 31px;
		height: 24px;
	}
}
@media screen and (max-width: 768px) {
	#request .btn a{
		font-size: 4.8vw;
		line-height: 70px;
		height: 70px;
	}
	#request .btn a span{
		padding-left: 40px;
	}
	#request .btn a span::before{
		width: 24px;
    	height: 18px;
	}
}