@charset "UTF-8";
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);

/*----------------------------------------------------------
    common
----------------------------------------------------------*/

body.pjt section{
	font-family: "Zen Kaku Gothic New", sans-serif;
	letter-spacing: 0.15em;
	line-height: 2;
}

body.pjt a:hover{
	opacity: 0.6;
}

body.pjt .line_title{
	width: 960px;
    margin: 120px auto 70px;
	position: relative;
	text-align: center;
}

body.pjt .line_title::before {
    content: "";
    position: absolute;
    top: 17px;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #a6a6a6;
}

body.pjt .line_title h2{
	display: inline-block;
	margin: 0;
    padding: 0 25px;
	font-size: 2.1rem;
    font-weight: 600;
	line-height: 1.7;
    background-color: #fff;
    position: relative;
}

body.pjt .formlink_container{
	margin: 80px 0 0;
}

body.pjt .formlink_container p{
	margin: 0;
}

body.pjt .formlink_container .btn__more{
    background: #b81c22;
	font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 1.65rem;
	font-weight: 500;
	letter-spacing: 0.1em;
    padding: 0.9em 6em 1.2em;
    border-radius: 3px;
    box-shadow: 0 2px 5px rgb(0 0 0 / 50%);
}

body.pjt .formlink_container.double{
	display: flex;
	justify-content: center;
}

body.pjt .formlink_container.double .btn__more{
	width: 360px;
	padding: 0.9em 0 1.2em;
}

body.pjt .formlink_container.double .btn__more.blue{
	background-color: #00315b;
	margin-right: 112px;
}

body.pjt .star{
	display: inline-block;
	vertical-align: top;
	width: 1.2em;
}

body.pjt .star + span{
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 1.2em);
}

@media screen and (max-width: 1023px) {
	
	body.pjt .line_title{
		width: 100%;
		margin: 20vw auto 14vw;
	}
	
	body.pjt .line_title.line2{
		margin: 20vw auto 17vw;
	}

	body.pjt .line_title::before {
		top: 13vw;
    	left: 43%;
    	width: 14%;
    	border-bottom: 1px solid #888;
	}
	
	body.pjt .line_title.line2::before {
		top: 21.5vw;
    	left: 43%;
    	width: 14%;
    	border-bottom: 1px solid #888;
	}

	body.pjt .line_title h2{
		display: inline-block;
		padding: 0;
		font-size: 1.9rem;
	}
	
	body.pjt .formlink_container{
		margin: 15vw 0 0;
	}

	body.pjt .formlink_container .btn__more {
		padding: 0.9em 3em 1.2em;
    	line-height: 1.7;
	}
	
	body.pjt .formlink_container.double{
		flex-direction: column;
	}

	body.pjt .formlink_container.double .btn__more{
		width: 80vw;
	}

	body.pjt .formlink_container.double .btn__more.blue{
		margin-right: 0;
		margin-bottom: 8vw;
	}

}

/*----------------------------------------------------------
    main
----------------------------------------------------------*/

body.pjt #main{
	padding-top: 130px;
}

body.pjt #main h1{
    font-size: 2rem;
    font-weight: 500;
	line-height: 2.2;
	text-align: center;
	margin: 0;
}

body.pjt #main h1 span{
    font-size: 4.2rem;
	font-weight: 600;
}

body.pjt #main .logo{
	text-align: center;
	margin-top: 38px;
}

body.pjt #main .logo img{
	width: 450px;
}

body.pjt #main .image_board{
	margin-top: 110px;
	border-radius: 5vw;
	overflow: hidden;
}

body.pjt #main .image_board.hide-pc{
	display: none!important;
}

body.pjt #main .image_board img{
	width: 100%;
}

body.pjt #main .title{
	width: 890px;
	margin: 120px auto 0;
	font-size: 3.5rem;
	font-weight: 600;
}

body.pjt #main .lead{
	width: 890px;
	margin: 70px auto 0;
	padding-left: 1.5em;
	font-size: 1.7rem;
	font-weight: 500;
}

body.pjt #main .lead span{
	font-size: 1.5rem;
	font-weight: 400;
}

body.pjt #main .lead + .lead{
	margin: 2em auto 0;
}

body.pjt #main .platform{
	width: 960px;
	margin: 60px auto 0;
	position: relative;
}

body.pjt #main .platform p{
	position: absolute;
	font-size: 1.4rem;
    font-weight: 500;
}

body.pjt #main .platform p.left{
	top: 50px;
    left: 60px;
}

body.pjt #main .platform p.right{
	top: 50px;
    right: 45px;
    text-align: left;
}

body.pjt #main .platform p.bottom{
	bottom: 45px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

body.pjt #main .platform p.people{
	width: 20em;
	font-size: 1.3rem;
	text-align: center;
	top: 346px;
    left: 105px;
}

body.pjt #main .platform p.client{
	width: 20em;
	font-size: 1.3rem;
	text-align: center;
	top: 350px;
    right: 100px;
}

@keyframes zoomUp {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.15); 
	}
}

.add-animation {
	animation: zoomUp 10s linear 0s normal both;
}

@media screen and (max-width: 1023px) {
	
	body.pjt #main{
		padding-top: 26vw;
	}

	body.pjt #main h1{
		font-size: 1.6rem;
	}

	body.pjt #main h1 span{
		display: inline-block;
        margin-top: 0.7em;
        font-size: 2.45rem;
		letter-spacing: 0.05em;
		line-height: 2;
	}

	body.pjt #main .logo{
		margin-top: 8vw;
	}

	body.pjt #main .logo img{
		width: 85vw;
	}

	body.pjt #main .image_board{
		margin-top: 15vw;
		border-radius: 5vw 5vw 0 0;
	}
	
	body.pjt #main .image_board.hide-pc{
		display: block!important;
	}
	
	body.pjt #main .image_board.hide-sp{
		display: none!important;
	}

	body.pjt #main .title{
		width: inherit;
		margin: 15vw 5vw 0;
		font-size: 2.2rem;
	}

	body.pjt #main .lead{
		width: inherit;
		margin: 11vw 5vw 0;
		padding-left: 0;
		font-size: 1.6rem;
	}
	
	body.pjt #main .lead + .lead{
		margin: 1.8em 5vw 0;
	}
	
	body.pjt #main .lead span{
		font-size: 1.4rem;
	}
	
	body.pjt #main .platform{
		width: 100%;
		margin: 12vw 0 0;
		padding: 0 5vw;
	}

	body.pjt #main .platform p{
		font-size: 1.25rem;
		letter-spacing: 0;
		margin: 0;
	}

	body.pjt #main .platform p.left{
		top: 14vw;
    	left: 10vw;
	}

	body.pjt #main .platform p.right{
		top: 87vw;
		right: inherit;
		left: 10vw;
	}

	body.pjt #main .platform p.bottom{
		bottom: 51.5vw;
		left: 49vw;
		transform: none;
	}

	body.pjt #main .platform p.people{
		width: 12em;
		top: 27.5vw;
		left: 57vw;
		text-align: center;
		line-height: 1.4;
		font-size: 1.1rem;
	}

	body.pjt #main .platform p.client{
		width: 12em;
		top: 101vw;
    	right: 10.5vw;
		font-size: 1.1rem;
	}
}

/*----------------------------------------------------------
    #question
----------------------------------------------------------*/

body.pjt #question{
	background-color: #00315b;
	margin: 120px 0 0;
    padding: 100px 0;
}

body.pjt #question .inner{
	width: 1000px;
	margin: 0 auto;
	background-color: #fff;
	border-radius: 20px;
	padding: 65px 0 30px;
	position: relative;
}

body.pjt #question .inner::before{
	content: "";
	position: absolute;
	top: -50px;
    left: 50%;
	transform: translateX(-50%); 
	width: 400px;
	height: 200px;
	margin: 0 auto;
	border-radius: 50%;
	background-color: #fff;
}

body.pjt #question .circle_title{
	text-align: center;
	margin-bottom: 60px;
}

body.pjt #question .circle_title h2{
	margin: 0;
	font-size: 1.8rem;
    font-weight: 500;
	line-height: 1.7;
	position: relative;
}

body.pjt #question .circle_title h2 span{
	font-size: 3.5rem;
	font-weight: 600;
}

body.pjt #question .case_list{
	width: 750px;
    margin: 0 auto 70px;
    padding-left: 50px;
}

body.pjt #question .case_list .case{
	font-size: 1.9rem;
    font-weight: 500;
    line-height: 1.8;
    margin-bottom: 35px;
    padding-left: 45px;
	position: relative;
}

body.pjt #question .case_list .case::before{
	content: '';
    display: inline-block;
    background-image: url("../../pjt/img/icon_checkbox.svg");
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    position: absolute;
	top: 8px;
	left: 0;
}

@media screen and (max-width: 1023px) {
	
	body.pjt #question{
		margin: 20vw 0 0;
        padding: 15vw 4vw;
	}

	body.pjt #question .inner{
		width: 100%;
		border-radius: 3vw;
		padding: 13vw 0 6vw;
	}

	body.pjt #question .inner::before{
		top: -7vw;
        width: 50vw;
        height: 30vw;
	}

	body.pjt #question .circle_title{
		margin-bottom: 10vw;
	}

	body.pjt #question .circle_title h2{
		font-size: 1.6rem;
        line-height: 1.8;
	}

	body.pjt #question .circle_title h2 span{
		font-size: 2.6rem;
	}

	body.pjt #question .case_list{
		width: 100%;
        margin: 0 auto 8vw;
        padding: 0 4.5vw 0 5.5vw;
	}

	body.pjt #question .case_list .case{
		font-size: 1.6rem;
		margin-bottom: 6vw;
		padding-left: 7vw;
	}

	body.pjt #question .case_list .case::before{
		width: 4vw;
		height: 4vw;
		top: 1.8vw;
	}
}

/*----------------------------------------------------------
    #flow
----------------------------------------------------------*/

body.pjt #flow .outline{
	width: 800px;
	margin: 0 auto 70px;
	padding-left: 20px;
	position: relative;
}

body.pjt #flow .outline::after{
	content: "";
    height: 60%;
	border-right: 1px solid #00315b;
	position: absolute;
    top: 15px;
    left: 37px;
}

body.pjt #flow .outline .box{
	position: relative;
	z-index: 1;
}

body.pjt #flow .outline .box + .box{
	margin: 40px 0 0;
}

body.pjt #flow .outline .box .title{
	font-size: 1.9rem;
	font-weight: 600;
	margin-bottom: 20px;
	display: flex;
    align-items: end;
}

body.pjt #flow .outline .box .title .serif{
	display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 32px;
    padding-left: 0.15em;
	margin-right: 30px;
	background-color: #00315b;
	border-radius: 50%;
	font-family: 'Noto Serif JP', serif;
	font-size: 2rem;
	color: #fff;
    text-align: center;
}

body.pjt #flow .outline .box .content{
	margin: 0 0 0 65px;
	font-size: 1.7rem;
}

body.pjt #flow .outline .box .sub{
	margin: 15px 0 0 65px;
	font-size: 1.6rem;
}

body.pjt #flow .outline .box .ex{
	margin: 5px 0 0 65px;
	font-size: 1.6rem;
}

@media screen and (max-width: 1023px) {
	
	body.pjt #flow .outline{
		width: 100%;
		margin: 0 0 12vw;
		padding: 0 5vw;
	}

	body.pjt #flow .outline::after{
		height: 125vw;
		top: 3vw;
		left: 8.5vw;
	}

	body.pjt #flow .outline .box + .box{
		margin: 8vw 0 0;
	}

	body.pjt #flow .outline .box .title{
		font-size: 1.7rem;
		margin-bottom: 3.5vw;
	}

	body.pjt #flow .outline .box .title .serif{
		width: 7vw;
		height: 7vw;
		line-height: 6.9vw;
		padding-left: 0.16em;
		margin-right: 0.8em;
		font-size: 1.7rem;
	}

	body.pjt #flow .outline .box .content{
		margin: 0 0 0 10.5vw;
		font-size: 1.5rem;
	}

	body.pjt #flow .outline .box .sub{
		margin: 3vw 0 0 10.5vw;
		font-size: 1.5rem;
	}

	body.pjt #flow .outline .box .ex{
		margin: 1vw 0 0 10.5vw;
		font-size: 1.4rem;
	}
}

/*----------------------------------------------------------
    #information
----------------------------------------------------------*/

body.pjt #information .btn{
	font-size: 1.55rem;
    font-weight: 600;
}

body.pjt #information .btn::after{
	content: "";
    display: inline-block;
    width: 40px;
    height: 9px;
    background: url(/themes/main/assets/img/icon_arrow_s.svg) 50% 0 no-repeat;
    background-size: 40px;
    margin-left: 5px;
    vertical-align: text-top;
}

body.pjt #information .subtitle{
	margin: 100px auto 0;
	font-size: 1.7rem;
    font-weight: 600;
	text-align: center;
}

body.pjt #information .subtitle_lead{
	text-align: center;
	margin-top: 40px;
}

body.pjt #information .thirdtitle{
	margin: 80px auto 0;
	font-size: 1.6rem;
	font-weight: 600;
	text-align: center;
}

body.pjt #information .column_box{
	width: 840px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

body.pjt #information .column_box .column{
	width: 360px;
}

body.pjt #information .column_box .column a{
	display: block;
	color: #000;
}

body.pjt #information .column_box .column img{
	width: 100%;
	border-radius: 5px;
}

body.pjt #information .column_box .column .page-info{
	margin: 25px 0 0;
	position: relative;
}

body.pjt #information .column_box .column .page-info::before{
	content: "“";
	position: absolute;
	font-family: "Crimson Text", serif;
	font-size: 12rem;
	color: #d9d9d9;
	top: 15px;
    left: -50px;
}

body.pjt #information .column_box .column .page-info::after{
	content: "”";
	position: absolute;
	font-family: "Crimson Text", serif;
	font-size: 12rem;
	color: #d9d9d9;
	bottom: -150px;
    right: -40px;
}

body.pjt #information .column_box .column .page-info .name{
	font-size: 1.45rem;
	line-height: 1.8;
}

body.pjt #information .column_box .column .page-info .name span{
	font-size: 2.5rem;
	font-weight: 500;
}

body.pjt #information .column_box .column .page-info .title{
	font-size: 2.2rem;
    letter-spacing: 0.05em;
    font-weight: 600;
	line-height: 1.9;
	margin-top: 2em;
}

body.pjt #information .column_box .column .page-info .content{
	font-size: 1.55rem;
}

body.pjt #information .hero_box{
	width: 780px;
	margin: 55px auto 0;
}

body.pjt #information .hero_box .hero + .hero{
	margin-top: 50px;
}

body.pjt #information .hero_box .hero a{
	display: flex;
	color: #000;
}

body.pjt #information .hero_box .hero .img{
	width: 17%;
}

body.pjt #information .hero_box .hero .page-info{
	width: 83%;
    padding: 0 0 0 2em;
}

body.pjt #information .hero_box .hero .page-info .name{
	font-size: 1.45rem;
	margin: 0.8em 0 0;
}

body.pjt #information .hero_box .hero .page-info .title{
	font-size: 2rem;
	font-weight: 600;
    line-height: 1.7;
    margin: 0.4em 0 0;
}

body.pjt #information .graph_flex{
	display: flex;
	justify-content: center;
	margin: 35px auto -20px;
}

body.pjt #information .graph_flex .graph_box{
	width: 380px;
    margin: 0 30px;
}

body.pjt #information .graph_category{
	width: 700px;
    display: block;
    padding-left: 40px;
    margin: 50px auto 0;
	font-size: 1.5rem;
}

body.pjt #information .graph_category th,
body.pjt #information .graph_category td{
	padding: 0.5em;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	border-top: none;
	border-left: none;
	border-right: none;
}

body.pjt #information .graph_category th{
	font-size: 1.6rem;
	font-weight: 500;
}

body.pjt #information .graph_category .era{
	width: 200px;
}

body.pjt #information .graph_category .industry,
body.pjt #information .graph_category .ccupation{
	width: 230px;
}

@media screen and (max-width: 1023px) {
	
	body.pjt #information .btn{
		font-size: 1.45rem;
	}

	body.pjt #information .btn::after{
		width: 8vw;
		height: 2vw;
		background-size: 8vw;
		margin-left: 1vw;
		vertical-align: super;
	}

	body.pjt #information .subtitle{
		margin: 15vw auto 0;
	}

	body.pjt #information .subtitle_lead{
		margin-top: 9vw;
		font-size: 1.5rem;
	}
	
	body.pjt #information .thirdtitle{
		margin: 15vw auto 0;
	}
	
	body.pjt #information .column_box{
		width: 90vw;
		flex-direction: column;
	}

	body.pjt #information .column_box .column{
		width: 100%;
	}
	
	body.pjt #information .column_box .column + .column{
		margin-top: 14vw
	}

	body.pjt #information .column_box .column img{
		border-radius: 1vw;
	}

	body.pjt #information .column_box .column .page-info{
		margin: 5vw 0 0;
	}

	body.pjt #information .column_box .column .page-info .name{
		font-size: 1.4rem;
	}

	body.pjt #information .column_box .column .page-info .name span {
		font-size: 2.2rem;
	}
	
	body.pjt #information .column_box .column .page-info .title{
		font-size: 2rem;
		margin-top: 2.5em;
	}
	
	body.pjt #information .column_box .column .page-info .content{
		font-size: 1.45rem;
	}

	body.pjt #information .column_box .column .page-info::before{
		font-size: 10rem;
		top: 6vw;
        left: -2vw;
	}

	body.pjt #information .column_box .column .page-info::after{
		font-size: 10rem;
		bottom: -28vw;
		right: -2vw;
	}

	body.pjt #information .hero_box{
		width: 90vw;
		margin: 12vw auto 0;
		display: flex;
    	flex-wrap: wrap;
    	justify-content: space-between;
	}

	body.pjt #information .hero_box .hero{
		width: 100%;
		margin-bottom: 12vw;
	}
	
	body.pjt #information .hero_box .hero:last-child{
		margin-bottom: 0;
	}
	
	body.pjt #information .hero_box .hero + .hero{
		margin-top: 0;
	}
	
	body.pjt #information .hero_box .hero a {
    	flex-direction: column;
	}

	body.pjt #information .hero_box .hero .img{
		width: 50%;
        max-width: 180px;
		margin: 0 auto;
        border-radius: 50%;
        overflow: hidden;
	}

	body.pjt #information .hero_box .hero .page-info{
		width: 100%;
		padding: 0;
		margin-top: 4vw;
	}

	body.pjt #information .hero_box .hero .page-info .name{
		font-size: 1.4rem;
		letter-spacing: 0;
		margin: 0;
	}

	body.pjt #information .hero_box .hero .page-info .title{
		font-size: 1.6rem;
		letter-spacing: 0.05em;
        line-height: 1.8;
		margin-top: 0.5em;
	}
	
	body.pjt #information .hero_box .hero .page-info .btn{
		font-size: 1.4rem;
    	margin-top: 0.8em;
	}

	body.pjt #information .graph_flex{
		margin: 10vw auto 0;
		justify-content: center;
	}

	body.pjt #information .graph_flex .graph_box{
		width: 48vw;
		margin: 0;
	}

	body.pjt #information .scroll{
		overflow-x: scroll;
	}
	
	body.pjt #information .graph_category{
		border-collapse: collapse;
  		white-space: nowrap;
		width: 130vw;
		padding: 0 5vw;
		margin: 10vw auto 0;
		font-size: 1.4rem;
	}

	body.pjt #information .graph_category th{
		font-size: 1.5rem;
	}

	body.pjt #information .graph_category .era{
		width: 30vw;
	}

	body.pjt #information .graph_category .industry{
		width: 40vw;
	}
	
	body.pjt #information .graph_category .ccupation{
		width: 50vw;
	}
}

/*----------------------------------------------------------
    #about
----------------------------------------------------------*/

body.pjt #about .lead{
	text-align: center;
	margin-top: -10px;
}

body.pjt #about .subtitle{
	margin: 50px auto 40px;
	font-size: 1.7rem;
    font-weight: 500;
	text-align: center;
}

body.pjt #about .slider_blog{
	width: 980px;
	margin: 0 auto;
	padding: 0 0 20px;
}

body.pjt #about .slider_blog .carousel{
    margin: 0 15px;
}

body.pjt #about .slider_blog .carousel img{
	width: 100%;
}

body.pjt #about .slider_blog .carousel .page-info{
	margin: 25px 0 25px;
}

body.pjt #about .slider_blog .carousel .page-info .blog_title{
	color: #000;
	letter-spacing: 0.05em;
	line-height: 1.6;
    margin: 10px 0 0;
}

body.pjt #about .slider_blog .carousel .btn{
	display: block;
	position: relative;
    height: 40px;
    line-height: 38px;
    padding-left: 32%;
    width: 100%;
    background-color: #262626;
    font-size: 1.4rem;
    color: #fff;
	bottom: 0;
	left: 0;
}

body.pjt #about .slider_blog .carousel .btn::after{
	content: '';
    position: absolute;
    top: 48%;
    right: 25%;
    display: inline-block;
    background-image: url("../../pjt/img/icon_blank.svg");
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    width: 13px;
    height: 13px;
    transform: translateY(-50%);
}

body.pjt #about .slider_blog .slick-prev,
body.pjt #about .slider_blog .slick-next{
	position: absolute;
    display: block;
    height: 30px;
    width: 30px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    top: 40%;
    padding: 0;
    border: none;
    outline: none;
}
body.pjt #about .slider_blog .slick-prev{left: -40px;}
body.pjt #about .slider_blog .slick-next{right: -40px;}

body.pjt #about .slider_blog .slick-prev::before,
body.pjt #about .slider_blog .slick-next::before{
	content: "";
	position: absolute;
    display: block;
    height: 20px;
    width: 20px;
	border-top: 2px solid #999;
    border-right: 2px solid #999;
}
body.pjt #about .slider_blog .slick-prev::before{right: 0; bottom: 4px; transform: rotate(-135deg);}
body.pjt #about .slider_blog .slick-next::before{left: 0; bottom: 4px; transform: rotate(45deg);}

body.pjt #about .about_list{
	width: 750px;
	margin: 50px auto 0;
}

body.pjt #about .about_list .about_title{
	font-weight: 500;
	padding-bottom: 15px;
	margin-bottom: 10px;
	border-bottom: 1px solid #aaa;
}

body.pjt #about .about_list .about_inner{
	line-height: 1.7;
}

body.pjt #about .about_list .about_inner + .about_inner{
	margin: 20px 0 0;
}

body.pjt #about .about_list .about_inner a{
	color: #000;
}

body.pjt #about .about_list .about_inner a:after{
    content: '';
    display: inline-block;
    margin-left: 10px;
    background-image: url("../../pjt/img/icon_blank_2.svg");
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    width: 17px;
    height: 20px;
}

@media screen and (max-width: 1023px) {
	
	body.pjt #about{
		margin-bottom: 5em;
	}
	
	body.pjt #about .lead{
		margin-top: 0;
	}

	body.pjt #about .subtitle{
		margin: 10vw auto 8vw;
		font-size: 1.6rem;
	}

	body.pjt #about .slider_blog{
		width: 100%;
		padding: 0 10vw 8vw;
	}

	body.pjt #about .slider_blog .carousel{
		margin: 0 2vw;
	}

	body.pjt #about .slider_blog .carousel .page-info{
		margin: 6vw 0 5vw;
	}

	body.pjt #about .slider_blog .carousel .page-info .blog_title{
		margin: 3vw 0 0;
	}

	body.pjt #about .slider_blog .carousel .btn{
		height: 10.8vw;
    	line-height: 10vw;
	}

	body.pjt #about .slider_blog .carousel .btn::after{
		width: 3.5vw;
		height: 3.5vw;
	}

	body.pjt #about .slider_blog .slick-prev,
	body.pjt #about .slider_blog .slick-next{
		height: 7vw;
		width: 7vw;
	}
	body.pjt #about .slider_blog .slick-prev{left: 2.5vw;}
	body.pjt #about .slider_blog .slick-next{right: 2.5vw;}

	body.pjt #about .slider_blog .slick-prev::before,
	body.pjt #about .slider_blog .slick-next::before{
		height: 4.6vw;
		width: 4.6vw;
		border-top: 1.5px solid #999;
		border-right: 1.5px solid #999;
	}
	body.pjt #about .slider_blog .slick-prev::before{right: 0; bottom: 1vw; transform: rotate(-135deg);}
	body.pjt #about .slider_blog .slick-next::before{left: 0; bottom: 1vw; transform: rotate(45deg);}

	body.pjt #about .about_list{
		width: 100%;
		margin: 10vw auto 0;
		padding: 0 10vw;
	}

	body.pjt #about .about_list .about_title{
		padding-bottom: 4vw;
		margin: 0 0 4vw;
	}
	
	body.pjt #about .about_list .about_inner{
		margin: 0;
	}

	body.pjt #about .about_list .about_inner + .about_inner{
		margin: 10vw auto 0;
	}

	body.pjt #about .about_list .about_inner a:after{
		margin-left: 2vw;
		width: 4vw;
		height: 4.5vw;
	}
}
