@charset "UTF-8";

/***************************************************

	counselor

***************************************************/

.main_head{
	width: auto;
	padding-left: 0;
	padding-right: 0;
}

h1 {
    font-size: 28px;
    color: #555;
    font-weight: bold;
    text-align: center;
	margin-bottom: 50px;
}

.counselor_contwrapp{
	width: 980px;
	margin: 0 auto;
	padding: 50px 0;
}

#counselor_cont01.cont_box{
	padding: 50px 30px;
	box-sizing: border-box;
}

.kv{
	margin-bottom: 55px;
}

#counselor_cont01 .prof_data{
	margin-bottom: 95px;
	position: relative;
}

#counselor_cont01 .prof_data:last-child{
	margin-bottom: 0;
}

#counselor_cont01 .prof_data .prof_wrapp{
	display: flex;
	flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: flex-start;
}

#counselor_cont01 .prof_data:last-child .prof_wrapp{
	justify-content: flex-start;
}

#counselor_cont01 .prof_data .prof_wrapp .image{
	width: 150px;
	position: absolute;
	top: -25px;
	left: 60px;
	z-index: 2;
}

#counselor_cont01 .prof_data:last-child .prof_wrapp .image{
	top: -18px;
	left: auto;
	right: 60px;
}

#counselor_cont01 .prof_data .prof_wrapp .text{
	width: 600px;
}

#counselor_cont01 .prof_data .prof_wrapp .text .name{
	font-size: 28px;
	color: #555;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 40px;
}

#counselor_cont01 .prof_data .prof_wrapp .text .name small{
	font-size: 16px;
	font-weight: bold;
	margin-left: 18px;
}

#counselor_cont01 .prof_data .prof_wrapp .text ul{
	border-top: 1px solid #555;
	margin-bottom: 15px;
}

#counselor_cont01 .prof_data .prof_wrapp .text ul:last-child{
	margin-bottom: 0;
}

#counselor_cont01 .prof_data .prof_wrapp .text ul li{
	border-bottom: 1px solid #555;
	color: #555;
	font-weight: bold;
	line-height: 1.4;
	padding: 10px 0;
}

#counselor_cont01 .prof_data .prof_wrapp .text ul.type02 li{
	display: flex;
	flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}

#counselor_cont01 .prof_data .prof_wrapp .text ul.type02 li .item{
	width: 205px;
	font-weight: bold;
}


#counselor_cont01 .prof_data .comment{
	background: #362e2b;
	padding: 70px 30px 55px;
	margin-top: 80px;
	position: relative;
}

#counselor_cont01 .prof_data:last-child .comment{
	text-align: right;
}

#counselor_cont01 .prof_data .comment p{
	line-height: 2.25;
	color: #fff;
	text-align: left;
}

#counselor_cont01 .prof_data .comment p.title{
	display: inline-block;
	font-size: 28px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 30px;
}

#counselor_cont01 .prof_data .comment ul{
	display: flex;
	flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    top: -40px;
    right: 30px;
}

#counselor_cont01 .prof_data:last-child .comment ul{
    right: auto;
    left: 30px;
}

#counselor_cont01 .prof_data .comment ul li{
	width: 200px;
}




/********************************************************************************
	リッキド用 CSS
********************************************************************************/

@media(max-width:1080px){

h1 {
    font-size: 2.592593vw;
	margin-bottom: 4.629630vw;
}

.counselor_contwrapp{
	width: 90.740741vw;
	padding: 4.629630vw 0;
}

#counselor_cont01.cont_box{
	padding: 4.629630vw 2.777778vw;
}

.kv{
	margin-bottom: 5.092593vw;
}

#counselor_cont01 .prof_data{
	margin-bottom: 8.796296vw;
}

#counselor_cont01 .prof_data .prof_wrapp .image{
	width: 13.888889vw;
	top: -2.314815vw;
	left: 5.555556vw;
}

#counselor_cont01 .prof_data:last-child .prof_wrapp .image{
	top: -1.666667vw;
	right: 5.555556vw;
}

#counselor_cont01 .prof_data .prof_wrapp .text{
	width: 55.555556vw;
}

#counselor_cont01 .prof_data .prof_wrapp .text .name{
	font-size: 2.592593vw;
	margin-bottom: 3.703704vw;
}

#counselor_cont01 .prof_data .prof_wrapp .text .name small{
	font-size: 1.481481vw;
	margin-left: 1.666667vw;
}

#counselor_cont01 .prof_data .prof_wrapp .text ul{
	margin-bottom: 1.388889vw;
}

#counselor_cont01 .prof_data .prof_wrapp .text ul li{
	padding: 0.925926vw 0;
}

#counselor_cont01 .prof_data .prof_wrapp .text ul.type02 li .item{
	width: 18.981481vw;
}


#counselor_cont01 .prof_data .comment{
	padding: 6.481481vw 2.777778vw 5.092593vw;
	margin-top: 7.407407vw;
}

#counselor_cont01 .prof_data .comment p.title{
	font-size: 2.592593vw;
	margin-bottom: 2.777778vw;
}

#counselor_cont01 .prof_data .comment ul{
    top: -3.703704vw;
    right: 2.777778vw;
}

#counselor_cont01 .prof_data:last-child .comment ul{
    left: 2.777778vw;
}

#counselor_cont01 .prof_data .comment ul li{
	width: 18.518519vw;
}



}



/********************************************************************************
	スマートフォン用 CSS
********************************************************************************/

@media(max-width:414px){

h1 {
    font-size: 4.8vw;
	margin-bottom: 5.333333vw;
}

.counselor_contwrapp{
	width: auto;
	margin: 0 6%;
	padding: 6.933333vw 0;
}

#counselor_cont01.cont_box{
	padding: 6.933333vw 6%;
}

.kv{
	margin-bottom: 6.666667vw;
}

#counselor_cont01 .prof_data{
	margin-bottom: 13.333333vw;
}

#counselor_cont01 .prof_data .prof_wrapp{
	display: block;
}

#counselor_cont01 .prof_data .prof_wrapp .image{
	width: 30%;
	margin: 4.8vw auto 0;
	position: static;
}

#counselor_cont01 .prof_data .prof_wrapp .text{
	width: auto;
}

#counselor_cont01 .prof_data .prof_wrapp .text .name{
	font-size: 5.333333vw;
	margin-bottom: 5.333333vw;
}

#counselor_cont01 .prof_data .prof_wrapp .text .name small{
	font-size: 3.466667vw;
	margin-left: 3.466667vw;
}

#counselor_cont01 .prof_data .prof_wrapp .text ul{
	margin-bottom: 3.733333vw;
}

#counselor_cont01 .prof_data .prof_wrapp .text ul li{
	padding: 2.133333vw 0;
}

#counselor_cont01 .prof_data .prof_wrapp .text ul.type02 li{
	display: block;
}

#counselor_cont01 .prof_data .prof_wrapp .text ul.type02 li .item{
	width: auto;
	margin-bottom: 1.6vw;
}


#counselor_cont01 .prof_data .comment{
	padding: 4.266667vw 6%;
	margin-top: 6.133333vw;
}

#counselor_cont01 .prof_data:last-child .comment{
	text-align: left;
}

#counselor_cont01 .prof_data .comment p{
	line-height: 1.8;
}

#counselor_cont01 .prof_data .comment p.title{
	font-size: 5.333333vw;
	margin-bottom: 3.733333vw;
}

#counselor_cont01 .prof_data .comment ul{
	flex-wrap: wrap;
    position: static;
    margin-top: 4.266667vw;
}

#counselor_cont01 .prof_data .comment ul li{
	width: 50%;
}



}
