@charset "utf-8";
/* CSS Document */


/*==================================================================

		$index　＊　mainvisual

==================================================================*/
#top_mainvisual {
	position: relative;
	width: 100%;
	height: 890px;
	background: #FFF;
	overflow-x: clip;
}
#top_mainvisual .inner {
	position: relative;
	width: 90%;
	max-width: 1200px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	align-items: center;
	padding-top: 170px;
	z-index: 8;
}
@media screen and (max-width:1200px) {
	#top_mainvisual {
		height: 790px;
	}
}
@media screen and (max-width:1140px) {
	#top_mainvisual .inner {
		display: block;
	}
}
@media screen and (max-width:870px) {
	#top_mainvisual {
		height: auto;
	}
}
@media screen and (max-width:640px) {
}



/*------------------------------ 背景 ------------------------------*/
#top_mainvisual::before {
	position: absolute; content: "";
	top: -205px;
	background: url("../images/top/top_img04.png") no-repeat;
	background-size: 900px 1050px;
	width: 900px; height: 1050px;
	left: 50%; margin-left: -960px;
}
#top_mainvisual::after {
	position: absolute; content: "";
	top: -75px;
	background: url("../images/top/top_img05.png") no-repeat;
	background-size: 960px 875px;
	width: 960px; height: 875px;
	left: 50%;
}
@media screen and (max-width:1200px) {
	#top_mainvisual::before {
		margin-left: -800px;
	}
	#top_mainvisual::after {
		margin-left: -20px;
	}
}
@media screen and (max-width:870px) {
	#top_mainvisual::before {
		top: -180px;
		margin-left: -600px;
	}
	#top_mainvisual::after {
		margin-left: -100px;
	}
}
@media screen and (max-width:440px) {
	#top_mainvisual::before {
		top: -125px;
		margin-left: -535px;
	}
	#top_mainvisual::after {
		top: -25px;
		margin-left: -100px;
	}
}



/*------------------------------ キャッチコピー ------------------------------*/
#top_maincatch h2 {
	margin-top: 90px;
	font-size: 50px;
	font-weight: 800;
	line-height: 1.6;
	letter-spacing: 3px;
	margin-bottom: 0 !important;
}
#top_maincatch span {
	display: block;
	margin-top: 15px;
	margin-left: 3px;
	font-size: 14px;
	letter-spacing: 1.4px;
	color: #3571b9;
	font-family: "Jost", serif;
}
#top_maincatch p {
	position: relative;
	margin-top: 25px;
	font-weight: 500;
	line-height: 2.3;
	z-index: 2;
}
@media screen and (max-width:1200px) {
	#top_maincatch h2 {
		margin-top: 70px;
		font-size: 45px;
	}
}
@media screen and (max-width:1140px) {
	#top_maincatch h2 {
		margin-top: 135px;
	}
}
@media screen and (max-width:900px) {
	#top_maincatch h2 {
		margin-top: 150px;
		font-size: 40px;
		letter-spacing: 2px;
	}
}
@media screen and (max-width:870px) {
	#top_maincatch h2 {
		margin-top: 250px;
		font-size: 38px;
		letter-spacing: 2px;
	}
	#top_maincatch p {
		margin-bottom: 120px;
		line-height: 2;
	}
}
@media screen and (max-width:800px) {
	#top_maincatch h2 {
		margin-top: 350px;
	}
}
@media screen and (max-width:640px) {
	#top_maincatch h2 {
		margin-top: 300px;
	}
}
@media screen and (max-width:480px) {
	#top_maincatch h2 {
		font-size: 32px;
		letter-spacing: 1px;
	}
}



/*------------------------------ 写真たち ------------------------------*/
#top_mainvisual .inner figure { /*メイン*/
	margin-right: 30px;
}
.top_mainphoto01 { /*右上*/
	position: absolute;
	top: 85px;
	left: 50%; margin-left: 630px;
	z-index: 9;
}
.top_mainphoto02{ /*右下*/
	position: absolute;
	bottom: 60px;
	left: 50%; margin-left: 580px;
	z-index: 9;
}
@media screen and (max-width:1650px) {
	.top_mainphoto01 { /*右上*/
		margin-left: 580px;
	}
	.top_mainphoto02{ /*右下*/
		margin-left: 540px;
	}
}
@media screen and (max-width:1500px) {
	.top_mainphoto01 { /*右上*/
		top: 55px;
		margin-left: 520px;
	}
	.top_mainphoto02{ /*右下*/
		margin-left: 540px;
	}
}
@media screen and (max-width:1400px) {
	#top_mainvisual .inner figure { /*メイン*/
		margin-right: 70px;
	}
	.top_mainphoto01 { /*右上*/
		top: 55px;
		margin-left: 470px;
	}
	.top_mainphoto02{ /*右下*/
		margin-left: 450px;
	}
}
@media screen and (max-width:1300px) {
	#top_mainvisual .inner figure { /*メイン*/
		margin-right: 50px;
	}
	.top_mainphoto01 { /*右上*/
		top: 35px;
		margin-left: 450px;
	}
	.top_mainphoto02{ /*右下*/
		margin-left: 420px;
	}
}
@media screen and (max-width:1260px) {
	#top_mainvisual .inner figure { /*メイン*/
		margin-right: 0;
	}
	.top_mainphoto01 { /*右上*/
		display: none;
	}
	.top_mainphoto02{ /*右下*/
		display: none;
	}
}
@media screen and (max-width:1200px) {
	#top_mainvisual .inner figure { /*メイン*/
		width: 500px;
		height: 500px;
		margin-top: 20px;
	}
	#top_mainvisual .inner figure img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}
@media screen and (max-width:1140px) {
	#top_mainvisual .inner figure { /*メイン*/
		position: absolute;
		left: 50%; margin-left: 50px;
		top: 190px;
		margin-top: 0;
	}
}
@media screen and (max-width:870px) {
	#top_mainvisual .inner figure { /*メイン*/
		 margin-left: 10px;
		top: 90px;
	}
}
@media screen and (max-width:800px) {
	#top_mainvisual .inner figure { /*メイン*/
		margin-left: -60px;
	}
}
@media screen and (max-width:640px) {
	#top_mainvisual .inner figure { /*メイン*/
		margin-left: -160px;
		top: -20px;
	}
}
@media screen and (max-width:480px) {
	#top_mainvisual .inner figure { /*メイン*/
		width: 460px;
		height: 460px;
		margin-left: -180px;
		top: -10px;
	}
}







/*==================================================================

		$index　＊　共有　＊ h2

==================================================================*/
.home h2 {
	position: relative;
	margin-bottom: 55px;
	font-size: 34px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 3px;
}
.home h2 em {
	position: relative;
	display: block;
	padding-top: 4px;
	padding-left: 35px;
	margin-bottom: 25px;
	font-family: "Jost", serif;
	color: #3571b9;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 2px;
}
.home h2 em::before {
	position: absolute; content: "";
	background: url("../images/icon01.png") no-repeat;
	background-size: 20px 20px;
	width: 20px; height: 20px;
	top: 0;
	left: 4px;
}
@media screen and (max-width:640px) {
	.home h2 {
		margin-bottom: 55px;
		font-size: 30px;
		letter-spacing: 2px;
	}
}





/*==================================================================

		$index　＊　top_topics　＊　新着情報

==================================================================*/
#top_topics {
	position: relative;
	width: 90%;
	max-width: 1200px;
	margin: auto;
}
@media screen and (max-width:640px) {
}



/*------------------------------ リスト ------------------------------*/
#top_topics ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#top_topics ul li {
	position: relative;
	width: 23%;
	box-sizing: border-box;
	background: #FFF;
	border-radius: 10px;
	box-shadow: 0 0 3px #deecf3, 0 0 5px #deecf3, 0 0 8px #deecf3;
	line-height: 1;
	overflow: hidden;
}
#top_topics ul li::after {
	position: absolute; content: "";
	background: url("../images/icon02.png");
	background-size: 25px 9px;
	width: 25px; height: 9px;
	bottom: 30px;
	right: 25px;
	pointer-events: none;
	transition: 0.3s ease-out;
}
#top_topics ul li:hover::after {
	right: 20px;
}
#top_topics ul li::before {
	position: absolute; content: "";
	background: #FFF;
	width: 0px; height: 0px;
	border-radius: 100%;
	bottom: 32px;
	right: 30px;
	transition: 0.3s ease-out;
}
#top_topics ul li:hover::before {
	background: #dff0fe;
	width: 200px; height: 200px;
	bottom: -70px;
	right: -65px;
}
@media screen and (max-width:1100px) {
	#top_topics ul li {
		width: 48%;
		margin-bottom: 50px;
	}
}
@media screen and (max-width:640px) {
	#top_topics ul li {
		margin-bottom: 20px;
	}
	#top_topics ul li::after {
		bottom: 23px;
	}
}


#top_topics ul li a {
	position: relative;
    display: block;
    padding: 30px 20px 65px;
    height: 100%;
}
#top_topics ul li p {
	position: relative;
	margin-bottom: 15px;
	z-index: 2;
}
.top_topics-date {
	position: relative;
	color: #888888;
	font-family: "Jost", serif;
	margin-right: 30px;
}
.top_topics-date::after {
	position: absolute; content: "";
	width: 5px; height: 5px;
	border-radius: 100%;
	background: #3571b9;
	top: 8px; right: -20px;
}
.top_topics-cate a {
	color: #3571b9;
	font-size: 14px;
	font-weight: 500;
	padding: 0 !important;
    display: inline !important;
	text-decoration-line: none;
	transition: 0.3s ease-out;
}
.top_topics-cate a:hover {
	color: #0e98cb;
	text-decoration-line: underline;
}
@media screen and (max-width:1100px) {
	#top_topics ul li a {
			padding-bottom: 60px;
	}
}
@media screen and (max-width:640px) {
	#top_topics ul li a {
		padding: 20px 10px 50px;
	}
	.top_topics-date {
		margin-right: 0;
	}
	.top_topics-date::after {
		display: none;
	}
	.top_topics-cate {
		display: block;
		margin-top: 7px;
	}
}



#top_topics ul li figure {
	position: relative;
	width: 100%;
	height: 150px;
	margin-bottom: 15px;
	z-index: 2;
}
#top_topics ul li figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 5px;
}
@media screen and (max-width:1100px) {
	#top_topics ul li figure {
		height: 250px;
	}
}
@media screen and (max-width:940px) {
	#top_topics ul li figure {
		height: 210px;
	}
}
@media screen and (max-width:770px) {
	#top_topics ul li figure {
		height: 180px;
	}
}
@media screen and (max-width:640px) {
	#top_topics ul li figure {
		height: 150px;
	}
}
@media screen and (max-width:500px) {
	#top_topics ul li figure {
		height: 120px;
	}
}
@media screen and (max-width:440px) {
	#top_topics ul li figure {
		height: 110px;
	}
}



#top_topics ul li figcaption {
	position: relative;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.8;
	overflow: hidden;
  	display: -webkit-box;
  	-webkit-box-orient: vertical;
  	-webkit-line-clamp: 3; 
	z-index: 2;
}
@media screen and (max-width:640px) {
	#top_topics ul li figcaption {
		font-size: 15px;
		line-height: 1.7;
	}
}



/*------------------------------ btn ------------------------------*/
#top_topics .btn01 {
	position: absolute;
	top: 35px;
	right: 0;
}
@media screen and (max-width:640px) {
	#top_topics .btn01 {
		position: relative;
		top: 15px;
	}
}






/*==================================================================

		$index　＊　top_info　＊　もっと身近なITコンサルティングへ

==================================================================*/
#top_info {
	position: relative;
	width: 100%;
	margin-top: 240px;
	overflow-x: clip;
}
#top_info .inner {
	width: 90%;
	max-width: 1200px;
	margin: auto;
}
@media screen and (max-width:640px) {
}



/*------------------------------ 背景 ------------------------------*/
#top_info::before {
	position: absolute; content: "";
	top: -275px;
	background: url("../images/top/top_img06.png") no-repeat;
	background-size: 620px 722px;
	width: 620px; height: 722px;
	left: 50%; margin-left: -960px;
	z-index: -1;
}
#top_info::after {
	position: absolute; content: "";
	top: -470px;
	background: url("../images/top/top_img07.png") no-repeat;
	background-size: 735px 890px;
	width: 735px; height: 890px;
	left: 50%; margin-left: 225px;
	z-index: -1;
}
@media screen and (max-width:1370px) {
	#top_info::after {
		top: -460px;
		background-size: 650px auto;
		width: 650px;
		margin-left: 205px;
	}
}
@media screen and (max-width:1200px) {
	#top_info::before {
		top: -275px;
		background-size: 500px auto;
		width: 500px; 
		margin-left: -780px;
	}
	#top_info::after {
		top: -460px;
		background-size: 600px auto;
		width: 600px;
		margin-left: 180px;
	}
}
@media screen and (max-width:1120px) {
	#top_info::before {
		top: -220px;
		background-size: 400px auto;
		width: 400px; 
		margin-left: -670px;
	}
	#top_info::after {
		top: -420px;
		background-size: 500px auto;
		width: 500px;
		margin-left: 150px;
	}
}
@media screen and (max-width:880px) {
	#top_info::before {
		top: -310px;
		background-size: 350px auto;
		width: 350px; 
		margin-left: -520px;
	}
	#top_info::after {
		top: -460px;
		background-size: 450px auto;
		width: 450px;
		margin-left: 100px;
	}
}
@media screen and (max-width:780px) {
	#top_info::before {
		top: -310px;
		background-size: 350px auto;
		width: 350px; 
		margin-left: -460px;
	}
	#top_info::after {
		top: -460px;
		background-size: 450px auto;
		width: 450px;
		margin-left: 30px;
	}
}
@media screen and (max-width:640px) {
	#top_info::before {
		top: -280px;
		background-size: 300px auto;
		width: 300px; 
		margin-left: -380px;
	}
	#top_info::after {
		top: -410px;
		background-size: 400px auto;
		width: 400px;
		margin-left: 30px;
	}
}
@media screen and (max-width:550px) {
	#top_info::before {
		top: -280px;
		background-size: 300px auto;
		width: 300px; 
		margin-left: -380px;
	}
	#top_info::after {
		top: -380px;
		background-size: 350px auto;
		width: 350px;
		margin-left: 30px;
	}
}
@media screen and (max-width:500px) {
	#top_info::before {
		top: -260px;
		background-size: 250px auto;
		width: 250px; 
		margin-left: -320px;
	}
	#top_info::after {
		top: -350px;
		background-size: 300px auto;
		width: 300px;
		margin-left: 10px;
	}
}



/*------------------------------ h2上書きして変更 ------------------------------*/
#top_info h2 {
	font-size: 45px;
	font-weight: 800;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 50px;
}
#top_info h2::before {
	position: absolute; content: "";
	background: url("../images/icon04.png") no-repeat;
	background-size: 70px 77px;
	width: 70px; height: 77px;
	top: -100px;
	left: 50%; margin-left: -25px;
}
#top_info h2 em {
	padding-top: 20px;
	padding-left: 0;
	margin-bottom: 25px;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1.5px;
}
#top_info h2 em::before { display: none;}
@media screen and (max-width:880px) {
	#top_info h2 {
		font-size: 38px;
	}
}
@media screen and (max-width:640px) {
	#top_info h2 {
		font-size: 30px;
	}
	#top_info h2::before {
		background-size: 40px auto;
		width: 40px;
		top: -60px;
		left: 50%; margin-left: -15px;
	}
}



/*------------------------------ 本文 ------------------------------*/
.top_info_text {
	text-align: center;
	font-weight: 500;
	font-size: 16px;
}
.top_info_text p {
	margin-bottom: 20px;
}
@media screen and (max-width:640px) {
}



.top_info_text ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 40px 0 30px;
}
.top_info_text ul li {
	width: 42%;
	margin: 0 5px 10px 5px;
	padding: 5px 0;
	background: #dbe8f2;
	text-align: center;
	border-radius: 5px;
	color: #37536e;
}
@media screen and (max-width:1200px) {
	.top_info_text ul li {
		width: 48%;
	}
}
@media screen and (max-width:1000px) {
	.top_info_text ul li {
		width: 65%;
	}
}
@media screen and (max-width:800px) {
	.top_info_text ul li {
		width: 80%;
	}
}
@media screen and (max-width:640px) {
	.top_info_text ul li {
		width: 100%;
		padding: 10px 0 13px;
        line-height: 1.5;
	}
}



.top_info_text p b {
	font-size: 26px;
	color: #0751aa;
	font-weight: 800;
}
@media screen and (max-width:640px) {
	.top_info_text p b {
		font-size: 20px;
	}
}



/*------------------------------ top_info_flow ------------------------------*/
.top_info_flow {
	margin-top: 65px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.top_info_flow li {
	position: relative;
	width: 23%;
	padding-bottom: 50px;
	text-align: center;
}
.top_info_flow figure {
	width: 100%;
	height: 200px;
}
.top_info_flow figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}
.top_info_flow figcaption {
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 21px;
	font-weight: 700;
}
@media screen and (max-width:1100px) {
	.top_info_flow li {
		width: 48%;
		padding-bottom: 50px;
	}
	.top_info_flow figure {
		height: 270px;
	}
	.top_info_flow figcaption {
		margin-top: 5px;
		margin-bottom: 10px;
	}
}
@media screen and (max-width:770px) {
	.top_info_flow figure {
		height: 200px;
	}
}
@media screen and (max-width:640px) {
	.top_info_flow li {
		padding-bottom: 30px;
	}
	.top_info_flow figure {
		height: 140px;
	}
	.top_info_flow figcaption {
		margin-top: 0;
		margin-bottom: 5px;
		font-size: 18px;
	}
	.top_info_flow em img {
		width: 50px;
	}
}





/*==================================================================

		$index　＊　top_service　＊　NARTSのサービス

==================================================================*/
#top_service {
	position: relative;
	margin-top: 130px;
}
#top_service .inner {
	width: 90%;
	max-width: 1200px;
	margin: auto;
}
@media screen and (max-width:640px) {
}



/*------------------------------ 背景 ------------------------------*/
#top_service::before {
	position: absolute; content: "";
	top: -750px;
	background: url("../images/top/top_img16.png") no-repeat center top;
	background-size: 1920px 1150px;
	width: 100%; height: 1150px;
	left: 0; 
	z-index: -1;
}
@media screen and (max-width:1100px) {
	#top_service::before {
		top: -1320px;
	}
}
@media screen and (max-width:770px) {
	#top_service::before {
		top: -1160px;
	}
}
@media screen and (max-width:640px) {
	#top_service::before {
		top: -990px;
	}
}



/*------------------------------ リスト ------------------------------*/
#top_service ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#top_service ul li {
	position: relative;
	width: 23%;
	padding-bottom: 85px;
}
@media screen and (max-width:1100px) {
	#top_service ul li {
		width: 48%;
		padding-bottom: 85px;
		margin-bottom: 50px;
	}
}
@media screen and (max-width:640px) {
}



#top_service ul li figure {
	position: relative;
	width: 100%;
	height: 280px;
}
#top_service ul li figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}
@media screen and (max-width:640px) {
	#top_service ul li figure {
		height: 220px;
	}
}
@media screen and (max-width:500px) {
	#top_service ul li figure {
		height: 160px;
	}
}



#top_service dt {
	margin-top: 20px;
	font-size: 21px;
	font-weight: 700;
	line-height: 1.8;
	text-align: center;
}
#top_service dd {
	width: 90%;
	margin: auto;
	margin-top: 15px;
	line-height: 2;
	color: #555555;
}
@media screen and (max-width:640px) {
	#top_service dt {
		font-size: 18px;
	}
	#top_service dd {
		margin-top: 15px;
		line-height: 1.8;
	}
}



/*------------------------------ btn ------------------------------*/
#top_service .btn01 {
	position: absolute;
	left: 0; right: 0; margin: auto;
	bottom: 0;
}
@media screen and (max-width:640px) {
	#top_service .btn01 a {
		width: 90%;
	}
}






/*==================================================================

		$index　＊　top_banner　＊　バナーたち

==================================================================*/
#top_banner {
	margin: 120px 0;
}
#top_banner ul {
	width: 90%;
	max-width: 1340px;
	margin: auto;
	box-sizing: border-box;
	padding: 30px 0 20px;
	background: #FFF;
	border-radius: 10px;
	box-shadow: 0 0 3px #deecf3, 0 0 5px #deecf3, 0 0 8px #deecf3;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
#top_banner ul li {
	margin: 0 1%;
}
#top_banner ul li img {
	vertical-align: baseline;
	width: 100%;
}

#top_banner ul li:nth-of-type(1){ width: 17%; max-width: 200px;}
#top_banner ul li:nth-of-type(2){ width: 17%; max-width: 200px;}
#top_banner ul li:nth-of-type(3){ width: 16%; max-width: 180px;}
#top_banner ul li:nth-of-type(4){ width: 12%; max-width: 124px;}
#top_banner ul li:nth-of-type(5){ width: 10%; max-width: 96px;}
#top_banner ul li:nth-of-type(6){ width: 16%; max-width: 180px;}


@media screen and (max-width:1080px) {
	#top_banner ul li {
		margin: 0 4%;
	}
	#top_banner ul li:nth-of-type(1){ width: 27%;}
	#top_banner ul li:nth-of-type(2){ width: 27%;}
	#top_banner ul li:nth-of-type(3){ width: 26%;}
	#top_banner ul li:nth-of-type(4){ width: 22%;}
	#top_banner ul li:nth-of-type(5){ width: 20%;}
	#top_banner ul li:nth-of-type(6){ width: 26%;}
}
@media screen and (max-width:880px) {
	#top_banner ul li {
		margin: 0 2%;
	}
}
@media screen and (max-width:640px) {
	#top_banner {
		margin: 50px 0 100px;
	}
	#top_banner ul li {
		margin: 5px 20px;
	}
	#top_banner ul li:nth-of-type(1){ width: auto; max-width: 37%;}
	#top_banner ul li:nth-of-type(2){ width: auto; max-width: 37%;}
	#top_banner ul li:nth-of-type(3){ width: auto; max-width: 37%;}
	#top_banner ul li:nth-of-type(4){ width: auto; max-width: 30%;}/*BiZUPサイズ調整*/
	#top_banner ul li:nth-of-type(5){ width: auto; max-width: 29%;}
	#top_banner ul li:nth-of-type(6){ width: auto; max-width: 37%;}
}




/*==================================================================

		$index　＊　top_profile　＊　代表者プロフィール

==================================================================*/
#top_profile {
	position: relative;
	padding-bottom: 120px;
	width: 100%;
	overflow-x: clip;
}
#top_profile .inner {
	width: 90%;
	max-width: 1200px;
	margin: auto;
}
@media screen and (max-width:640px) {
}



/*------------------------------ 背景 ------------------------------*/
#top_profile::before {
	position: absolute; content: "";
	bottom: -190px;
	background: url("../images/top/top_img21.png") no-repeat;
	background-size: 628px 740px;
	width: 628px; height: 740px;
	left: 50%; margin-left: -960px;
	z-index: -1;
}
#top_profile::after {
	position: absolute; content: "";
	top: -170px;
	background: url("../images/top/top_img22.png") no-repeat;
	background-size: 630px 722px;
	width: 630px; height: 722px;
	left: 50%; margin-left: 330px;
	z-index: -1;
}
@media screen and (max-width:1100px) {
	#top_profile::before {
		margin-left: -660px;
	}
	#top_profile::after {
		 margin-left: 130px;
	}
}
@media screen and (max-width:640px) {
	#top_profile::before {
		background-size: 500px auto;
		width: 500px; 
		bottom: -250px;
		margin-left: -300px;
	}
	#top_profile::after {
		top: -130px;
		background-size: 400px auto;
		width: 400px; 
		 margin-left: -30px;
	}
}



/*------------------------------ お写真 ------------------------------*/
#top_profile_img {
	position: relative;
}
#top_profile_img figure img {
	width: 100%;
    height: 450px;
    object-fit: cover;
    object-position: 100% 10%;
    border-radius: 10px;
}
#top_profile_img figcaption {
	position: absolute;
	bottom: 30px;
	left: 50px;
	font-size: 19px;
	font-weight: 500;
	line-height: 1.8;
	color: #FFF;
	text-shadow: 0 0 10px #453843, 0 0 5px #453843;
}
@media screen and (max-width:640px) {
	#top_profile_img figure img {
		height: 260px; 
	}
	#top_profile_img figcaption {
		bottom: 15px;
		left: 20px;
		font-size: 17px;
	}
}



/*------------------------------ 文章 ------------------------------*/
#top_profile_text {
	margin-top: 40px;
}
#top_profile_text p {
	margin-bottom: 30px;
}
@media screen and (max-width:640px) {
}






