@charset "utf-8";
/* Adobe & google
==============================================
英文タイトル：Didot LT Pro Roman（Adobe）
和文タイトル：DNP 秀英明朝 Pr6N M （Adobe）
和文見出し：Noto Sans JP Medium（google）
本文：游ゴシック体 Pr6N Regular（Adobe）
=============================================== */

body{
font-family: "yu-gothic-pr6n",sans-serif;
font-style: normal;
font-weight: 400;
color: #333333;
}

.titleFont h2{
font-family: "linotype-didot", serif;
font-style: normal;
font-weight: 400;
font-size: 2rem;
border-bottom: 1px solid #000000;
width:30%;
margin: 0 auto;
text-align: center;
}
.titleFont p{
font-style:normal;
font-weight: bold;
font-size: 0.8rem;
padding-top: 0.4rem;
}
h2.titlefont{
	font-family:Didot,"linotype-didot", serif;
	font-style: normal;
	font-weight: 400;
	font-size: 2.4rem;
	line-height: 1;
}

/* new 設定*************************************** ここから**************** */
.pagetitle h1{
	font-family: "Didot","linotype-didot", serif;
	font-style: normal;
	font-weight: 400;
	font-size: 2.4rem;
	line-height: 1.2;
	margin: 0 auto 60px;
}
.pagetitle h1 span{
font-family:  "yu-mincho-pr6n", "游明朝",sans-serif;
font-style: normal;
font-weight: 500;
font-size: 1.5rem;
display: inherit;
line-height: 1.5;
margin:10px 0 0;
}

@media screen and (max-width: 979px){
.titleFont h2{
width:100%;
}
h2.titlefont{
	font-family: "Didot","linotype-didot", serif;
	font-style: normal;
	font-weight: 400;
	font-size: 1.1rem;
	/*height: 127px;*/
	padding: 3.4rem 1rem;
	vertical-align: middle;
	line-height: 1.2;
}
h2.titlefont.consultant{
background:url("../images/top_imageconsul_bg.webp");
background-size: cover;
background-repeat: no-repeat;
background-position: 0% 0%;
}
h2.titlefont.pcolor{
background:url(../images/top_16type_bg.webp);
background-size: contain;
background-repeat: no-repeat;
background-position: 0% 0%;
}
h2.titlefont.style{
background:url("../images/top_personal_bg.webp");
background-size: cover;
background-repeat: no-repeat;
background-position: 0% 0%;
}
h2.titlefont.behaviorType{
background:url("../images/top_behavior-type_bg3.webp");
background-size: cover;
background-repeat: no-repeat;
background-position: 0% 0%;
}

/* new 設定*************************************** ここから**************** */
.pagetitle h1{
padding: 0;
line-height: 1.2;
margin-bottom: 1rem;
}
.pagetitle h1 span{
font-weight: 500;
font-size: 1.1rem;
}
}
@media screen and (max-width: 1059px){
.container03 .personal{
	background-image: none;
}
}