@charset "utf-8";

/*------------------------------------------------------------
	◆読み込みHTML
	/ir/personal/index.html
------------------------------------------------------------*/
#personalIndex {
	margin-top: 20px;
}
.personalTop_title,
h2.personalTop_h2,
h3.personalTop_h3,
h4.personalTop_h4,
h4.personalTop_h4_blueFrame,
p.personalTop_p,
a.buttonText,
.flexBox p {
	font-family: "Noto Sans JP","メイリオ",Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Helvetica,Arial,Verdana,sans-serif !important;
}

.personalTop_title {
	background-color: #fff;
	background-image: url(../img/index_title_img_sp.png),
					  url(../img/index_title_bg_sp.jpg);
	background-position: center top,
						 center top;
	background-repeat: no-repeat,
					   no-repeat;
	background-size: 384px 167px,
					 725px 460px;
	width: 100%;
	height: 460px;
}
.personalTop_title h1.personalTop_h1 {
	font-size: 2.2rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.5;
	text-align: center;
	padding-top: 138px;
}
.personalTop_title h1.personalTop_h1 span {
	display: block;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	line-height: 1.0;
	padding-bottom: 19px;
}
.personalTop_title .personalTop_button {
	display: flex;
	justify-content: space-between;
	margin: 25px auto 0;
	width: 312px;
}
.personalTop_title .personalTop_button a {
	display: block;
	width: 104px;
	height: 109px;
}
.personalTop_title .personalTop_button a:hover {
	opacity: 0.6;
}
.personalTop_title .personalTop_button a picture img {
	width: 104px;
	height: 109px;
}

.iconH2_01 {
	margin: 10px calc((100% - 30px) / 2) 0;
	width: 30px;
	height: 30px;		
}
.iconH2_02 {
	margin: 10px calc((100% - 45px) / 2) 0;
	width: 45px;
	height: 40px;		
}
.iconH2_03 {
	margin: 10px calc((100% - 26px) / 2) 0;
	width: 26px;
	height: 40px;		
}

h2.personalTop_h2 {
	font-size: 2.2rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.0;
	text-align: center;
	margin-top: 15px;
}
.sticky {
	background-color: #FFF;
	opacity: 0.9;
	padding: 15px 0 20px;
	margin: 0 auto -20px;
	position: sticky; 
	top: 0;
	z-index: 100;
}
h2.personalTop_h2 + p {
margin-top: 22px;
}
h3.personalTop_h3 {
	color: #A17E38;
	font-size: 2.0rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.0;
	text-align: center;
	margin-top: 40px;
}
h3.personalTop_h3 + p {
	margin-top: 16px;
}
h4.personalTop_h4 {
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.0;
	text-align: center;
}
h4.personalTop_h4_blueFrame {
	box-sizing: border-box;
	display: block;
	background-color: #FFF;
	border: #0071CA 2px solid;
	color: #0071CA;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.0;
	text-align: center;
	padding-top: 14px;
	margin: 5px auto -10px;
	width: 300px;
	height: 48px;
}

p.personalTop_p {
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2.0;
	margin-left: 3%;
	width: 94%;
}
div.personalTop_buttonBox {
	background-image: url(../img/index_img01_sp.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 300px 426px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 20px auto 0;
	width: 300px;
	height: 426px;
}
div.personalTop_buttonBox a:nth-of-type(3),
div.personalTop_buttonBox a:nth-of-type(4) {
	margin-top: 16px;
}
div.personalTop_buttonBox a:hover {
	opacity: 0;
} 
div.personalTop_buttonBox a picture img {
	margin: 0;
	width: 142px;
	height: 205px;
}

picture img {
	margin-left: 3%;
	width: 94%;
}


.bgBlue {
	background-color: #E9F5FF;
	padding: 25px 0;
	margin-top: 20px;
}

.buttonBox {
	display: flex;
	flex-wrap: wrap;
	margin: 30px auto 0;
	width: 268px;
}
.buttonBox a {
	display: block;
	width: 268px;
	height: 230px;
}
.buttonBox a:hover {
	opacity: 0.6;
}
.buttonBox a img {
	width: 268px;
	height: 230px;
}
p + .buttonBox {
	margin-top: 20px;
}

.buttonTextBox {
	display: flex;
	flex-wrap: wrap;
}
.buttonTextBox > .buttonText {
	margin: 30px auto 0 ;
}
a.buttonText {
	box-sizing: border-box;
	box-shadow: 0 5px 10px rgba(0,0,0,0.16);
	display: block;
	background-color: #0071CA;
	border-radius: 8px;
	color: #FFF;
	font-size: 1.6rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.25;
	text-align: center;
	padding: 13px 0 15px;
	margin: 20px auto 0;
	width: 300px;
	position: relative;
	z-index: 10;
}
/* a.buttonText {
	box-sizing: border-box;
	box-shadow: 0 5px 10px rgba(0,0,0,0.16);
	display: block;
	background-color: #0071CA;
	border-radius: 8px;
	color: #FFF;
	font-size: 1.6rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.0;
	text-align: center;
	padding-top: 16px;
	margin: 20px auto 0;
	width: 300px;
	height: 48px;
	position: relative;
} */
a.buttonText:hover {
	text-decoration: none;
	opacity: 0.6;
}
a.buttonText .fa-chevron-right {
	display: block;
	position: absolute;
	top: 16px;
	right: 20px;
}
a.buttonText.twoLines .fa-chevron-right {
	top: 26px;
}
/* a.buttonText.twoLines {
	line-height: 1.1;
	padding-top: 7px;
} */

.flexBox {
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	margin: 16px auto 0;
	width: 94%;
}
.flexBox picture {
	width: 100%;
}
.flexBox picture img {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	width: 100%;
}
.flexBox p {
	box-sizing: border-box;
	background-color: #E9F5FF;
	font-weight: 400;
	padding: 12px 16px;
	margin: 0;
	width: 100%;
}

.blueLine {
	background-image: url(../img/index_line01.png);
	background-repeat: repeat-x;
	background-size: 16px 40px;
	margin: 40px 0 0;
	width: 100%;
	height: 40px;
}

.visualSp {
	display: inline;
}
.visualPc {
	display: none;
}



@media print, screen and (min-width: 770px) {
	/* #contents#personalIndex {
		width: 100%;
	} */
	.personalTop_title {
		background-image: url(../img/index_title_img_pc.png),
						  url(../img/index_title_bg_pc.jpg);
		background-position: center 30px,
							 center top;
		background-size: 1196px 563px,
						 cover;
		height: 627px;
	}
	.personalTop_title h1.personalTop_h1 {
		font-size: 4.0rem;
		padding-top: 103px;
	}
	.personalTop_title h1.personalTop_h1 span {
		font-size: 2.0rem;
		padding-bottom: 30px;
	}
	.personalTop_title .personalTop_button {
		margin: 32px calc((100% - 760px) / 2) 0;
		width: 760px;
	}
	.personalTop_title .personalTop_button a {
		width: 240px;
		height: 240px;
	}
	.personalTop_title .personalTop_button a picture {
		width: 240px;
		height: 240px;
	}
	.personalTop_title .personalTop_button a picture img {
		margin: 0;
		width: 240px;
		height: 240px;
	}
	div.personalTop_buttonBox {
		background-image: url(../img/index_img01_pc.jpg);
		background-size: 828px 828px;
		margin: 28px auto 32px;
		width: 828px;
		height: 828px;
	}
	div.personalTop_buttonBox a:nth-of-type(3),
	div.personalTop_buttonBox a:nth-of-type(4) {
		margin-top: 32px;
	}
	div.personalTop_buttonBox a picture img {
		margin: 0;
		width: 398px;
		height: 398px;
	}


	.iconH2_01 {
		margin: 18px calc((100% - 48px) / 2) 0;
		width: 48px;
		height: 48px;		
	}
	.iconH2_02 {
		margin: 16px calc((100% - 72px) / 2) 0;
		width: 72px;
		height: 64px;		
	}
	.iconH2_03 {
		margin: 16px calc((100% - 42px) / 2) 0;
		width: 42px;
		height: 64px;		
	}
	
	h2.personalTop_h2 {
		font-size: 4.0rem;
		margin-top: 38px;
	}
	h2.personalTop_h2.sticky {
		margin-top: 23px;
	}
	h2.personalTop_h2 + p {
		margin-top: 24px;
	}
	h3.personalTop_h3 {
		color: #A17E38;
		font-size: 3.2rem;
		margin-top: 64px;
	}
	h3.personalTop_h3 + p {
		margin-top: 20px;
	}
	.bgBlue + h3.personalTop_h3 {
		margin-top: 83px;
	}
	.buttonText + h3.personalTop_h3 {
		margin-top: 75px;
	}
	h4.personalTop_h4 {
		font-size: 2.4rem;
	}
	h4.personalTop_h4_blueFrame {
		font-size: 3.2rem;
		padding-top: 22px;
		margin: 10px auto 50px;
		width: 940px;
		height: 80px;
	}
	
	p.personalTop_p {
		font-size: 1.6rem;
		letter-spacing: 0;
		margin-left: calc((100% - 960px) / 2);
		width: 960px;
	}
	p.personalTop_p + picture img {
		margin-top: 32px;
	}
	picture img {
		margin-left: calc((100% - 828px) / 2);
		width: 828px;
	}
	
	.bgBlue {
		padding: 40px 0 27px;
		margin-top: 20px;
	}
	.bgBlue:last-child {
		padding: 40px 0 85px;
	}
	
	.buttonBox {
		justify-content: space-between;
		margin: 30px auto 0;
		width: 858px;
	}
	.buttonBox a {
		width: 268px;
		height: 268px;
	}
	.buttonBox a picture img {
		margin: 0;
		width: 268px;
		height: 268px;
	}
	p + .buttonBox {
		margin-top: 20px;
	}
	
	.buttonTextBox {
		margin: 48px calc((100% - 828px) / 2) 0;
		width: 828px;
	}
	.buttonTextBox > .buttonText {
		margin: 28px auto 0 ;
	}
	.buttonTextBox + .bgBlue {
		margin-top: 80px;
	}
	a.buttonText {
		box-shadow: 0 6px 10px rgba(0,0,0,0.16);
		font-size: 2.4rem;
		line-height: 1.0;
		padding: 20px 00px;
		margin: 32px auto 0;
		width: 400px;
		height: 64px;
	}
	a.buttonText.twoLines {
		width: 600px;
	}
	a.buttonText .fa-chevron-right,
	a.buttonText.twoLines .fa-chevron-right {
		top: 21px;
		right: 24px;
	}
	
	.flexBox {
		box-sizing: border-box;
		display: flex;
		flex-wrap: wrap;
		margin: 32px auto 0;
		width: 940px;
	}
	.flexBox picture {
		width: 360px;
	}
	.flexBox picture img {
		width: 360px;
		height: 256px;
	}
	.flexBox p {
		padding: 16px 20px;
		width: 580px;
		height: 256px;
	}
	
	.blueLine {
		background-size: 20px 50px;
		margin: 80px 0 0;
		width: 100%;
		height: 50px;
	}

	.visualSp {
		display: none;
	}
	.visualPc {
		display: inline;
	}
}