@charset "UTF-8";
/* ********************************************************************** */
/* For Profile */
/* ********************************************************************** */

/* ---------------------------------------------------------------------- */
/* PC */
/* ---------------------------------------------------------------------- */

.profile_block{
	position: relative;
	padding: 110px 0;
}
.catch{
	font-size: 52px;
	line-height: 1.88;
}
.ch3{
	margin-top: 0;
}

/* background */
/* ---------------------------------------------------------------------- */
#profile_management::before,
#profile_profile::before,
#profile_organization::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #F3F7FC;
	mix-blend-mode: multiply;
	z-index: 0;
}
.bgmark_1,
.bgmark_2,
.bgmark_3{
	content: "";
	position: absolute;
	right: 0;
	width: 100%;
	height: 820px;
	z-index: 1;
	background: url(../images/index/body_bg.png) no-repeat right top;
	mix-blend-mode: multiply;
}
.bgmark_1{
	bottom: -670px;
}
.bgmark_2{
	top: -280px;
	background-position: right -100px top;
}
.bgmark_3{
	bottom: -250px;
	background-position: left -190px top;
}

/* profile_management */
/* ---------------------------------------------------------------------- */
#profile_management .w1600{
	position: relative;
}
#profile_management .photo{
	position: absolute;
	top: 170px;
	right: 0;
	width: 66.625%;
	z-index: 3;
}
#profile_management .photo img{
	border-radius: 100px 0 0 100px;
}
#profile_management .catch{
	position: relative;
	z-index: 4;
	padding-top: 395px;
}
@media (max-width: 1600px) {
	#profile_management .catch{
		padding-top: 24.6875vw;
	}
}

/* profile_message */
/* ---------------------------------------------------------------------- */
#profile_message{
	z-index: 1;
}
#profile_message .w1600{
	position: relative;
}
#profile_message .photo{
	position: absolute;
	top: 230px;
	left: 0;
	width: 57.0625%;
	z-index: 0;
}
#profile_message .photo img{
	border-radius: 0 100px 0 0;
}
#profile_message .catch{
	position: relative;
	padding-left: 551px;
	padding-top: 165px;
	z-index: 1;
}
@media (max-width: 1600px) {
	#profile_message .catch{
		padding-left: 34.4375vw;
		padding-top: 10.3125vw;
	}
}
@media (max-width: 1200px) {
	#profile_message .catch{
		padding-left: 25vw;
	}
}
#profile_message .body{
	background: rgb(255,255,255);
	background: -moz-linear-gradient(180deg, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 52%);
	background: -webkit-linear-gradient(180deg, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 52%);
	background: linear-gradient(180deg, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 52%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
	border-radius: 100px;
	width: 84%;
	margin: 110px 0 0 auto;
	padding: 8% 8% 0;
	font-size: 18px;
}
#profile_message .body .name{
	font-size: 16px;
	width: fit-content;
	margin: 2em 0 0 auto;
}

/* profile_profile */
/* ---------------------------------------------------------------------- */
#profile_profile .body{
	border-radius: 100px;
	position: relative;
	z-index: 2;
	font-size: 18px;
}
#profile_profile .outline{
	background: #fff;
	margin-top: 60px;
	padding: 10%;
}
#profile_profile .outline dt{
	width: 8em;
	border-color: #E3EFFF;
}
#profile_profile .outline dd{
	width: calc(100% - 8em);
	border-color: #E3EFFF;
	letter-spacing: 0.1em;
}
#profile_profile .detail{
	margin-top: 150px;
	padding: 0 10%;
}
#profile_profile .detail h4{
	font-size: 32px;
	margin-bottom: 0.5em;
}
#profile_profile .detail dt{
	width: calc(100% - 6em);
	min-height: 4.5em;
}
#profile_profile .detail dd{
	width: 6em;
	justify-content: flex-end;
	min-height: 4.5em;
}

/* profile_history */
/* ---------------------------------------------------------------------- */
#profile_history .body{
	padding: 60px 10% 0;
	font-size: 18px;
}
#profile_history dt{
	width: 8em;
}
#profile_history dd{
	width: calc(100% - 8em);
}

/* profile_location */
/* ---------------------------------------------------------------------- */
#profile_location .item{
	width: 46%;
	margin-top: 70px;
	font-size: 18px;
	line-height: 1.5;
}
#profile_location .name{
	font-size: 30px;
}
#profile_location .address{
	margin-top: 5px;
	letter-spacing: 0.1em;
}
#profile_location .tel{
	letter-spacing: 0.1em;
}
#profile_location .map{
	margin-top: 20px;
}
#profile_location .map iframe{
	border-radius: 20px;
}
#profile_location .link a{
	display: block;
	width: fit-content;
	position: relative;
	padding: 0.5em 4em 0.5em 0;
	margin: 0 0 0 auto;
	font-size: 16px;
	transition: all 0.3s;
	white-space: nowrap;
}
#profile_location .link a:hover{
	color: #D02D2A;
}
#profile_location .link .mark{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #000;
	transition: all 0.3s;
}
#profile_location .link .mark::after{
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 1.2em;
	height: 1px;
	background: #000;
	transform: rotate(30deg);
	transform-origin: right bottom;
	transition: all 0.3s;
}
#profile_location .link a:hover .mark{
	background: #D02D2A;
	width: 110%;
}
#profile_location .link a:hover .mark::after{
	width: 2.5em;
	background: #D02D2A;
}

/* headoffice */
#profile_location .headoffice{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
}
#profile_location .headoffice .name{
	order: 1;
	line-height: 1.2;
	margin-right: 2rem;
}
#profile_location .headoffice .address{
	order: 2;
	margin-right: 2rem;
}
#profile_location .headoffice .tel{
	order: 3;
	margin-right: 2rem;
}
#profile_location .headoffice .link{
	order: 4;
	flex: 1;
}
#profile_location .headoffice .map{
	order: 5;
	width: 100%;
}
.af_com {
	margin-top: 150px;
}
.item .logo_add {
	display: flex;
	width: 100%;
	margin-bottom: 3rem;
}
.item .logo_add li:first-child {
	justify-content: start;
	margin-right: 2rem;
	width: 120px;
	height: auto;
}
.item .logo_add li:first-child img {
	width: 100%;
	height: auto;
}
.item .logo_add li:last-child {
	justify-content: end;
}


/* End PC */
/* ---------------------------------------------------------------------- */

/* ---------------------------------------------------------------------- */
/* SP */
/* ---------------------------------------------------------------------- */
@media (max-width: 1000px) {
	.for_pc { display: none; }

	.profile_block{
		padding: 10vw 0;
	}
	.catch{
		font-size: 5vw;
	}
	.ch3{
		margin-top: 0;
	}
	
	/* background */
	/* ---------------------------------------------------------------------- */
	.bgmark_1,
	.bgmark_2,
	.bgmark_3{
		height: 70vw;
		background-size: auto 100%;
	}
	.bgmark_1{
		bottom: -50vw;
		background-position: right -5vw top;
	}
	.bgmark_2{
		top: -20vw;
		background-position: right -20vw top;
	}
	.bgmark_3{
		bottom: -50vw;
		background-position: left -20vw top;
	}
	
	/* profile_management */
	/* ---------------------------------------------------------------------- */
	#profile_management .w1600{
		width: 94vw;
		margin-right: 0;
	}
	#profile_management .mainw1316{
		margin-left: 0;
	}
	#profile_management .photo{
		top: 30vw;
		width: 80%;
	}
	#profile_management .photo img{
		border-radius: 10vw 0 0 10vw;
	}
	#profile_management .catch{
		padding-top: 35vw;
	}

	/* profile_message */
	/* ---------------------------------------------------------------------- */
	#profile_message .w1600,
	#profile_message .mainw1316{
		width: 100%;
	}
	#profile_message .ch3{
		margin-left: 6vw;
	}
	#profile_message .photo{
		top: 30vw;
		width: 80%;
	}
	#profile_message .photo img{
		border-radius: 0 10vw 0 0;
	}
	#profile_message .catch{
		position: absolute;
		top: 38vw;
		right: 2vw;
		padding: 0;
	}
	#profile_message .body{
		border-radius: 10vw;
		width: 90%;
		margin: 50vw 0 0 auto;
		padding: 6% 6% 0 6%;
		font-size: 1em;
	}
	#profile_message .body .name{
		font-size: 0.9em;
	}

	/* profile_profile */
	/* ---------------------------------------------------------------------- */
	#profile_profile .body{
		border-radius: 10vw;
		font-size: 1rem;
	}
	#profile_profile .outline{
		margin-top: 10vw;
		padding: 8%;
	}
	#profile_profile .outline dt{
		width: 6em;
		min-height: 4.5em;
	}
	#profile_profile .outline dd{
		width: calc(100% - 6em);
		min-height: 4.5em;
	}
	#profile_profile .detail{
		margin-top: 0;
		padding: 0 6%;
		font-size: 0.95rem;
	}
	#profile_profile .detail h4{
		font-size: 5vw;
		margin-top: 10vw;
	}
	#profile_profile .detail dt{
		width: calc(100% - 5em);
		min-height: 3.5em;
	}
	#profile_profile .detail dd{
		width: 5em;
		min-height: 3.5em;
	}

	/* profile_history */
	/* ---------------------------------------------------------------------- */
	#profile_history .body{
		padding: 10vw 6% 0;
		font-size: 1rem;
	}
	#profile_history dt{
		width: 6em;
	}
	#profile_history dd{
		width: calc(100% - 6em);
	}

	/* profile_location */
	/* ---------------------------------------------------------------------- */
	#profile_location .item{
		width: 100%;
		margin-top: 10vw;
		font-size: 1rem;
	}
	#profile_location .name{
		font-size: 5vw;
	}
	#profile_location .address{
		margin-top: 0.5em;
	}
	#profile_location .map{
		margin-top: 0.8em;
	}
	#profile_location .map iframe{
		border-radius: 5vw;
		height: 60vw;
	}
	#profile_location .link a{
		font-size: 0.95rem;
	}

	/* headoffice */
	#profile_location .headoffice{
		display: block;
	}
	#profile_location .headoffice .name,
	#profile_location .headoffice .address,
	#profile_location .headoffice .tel{
		margin-right: 0;
	}
	.af_com {
		margin-top: 4rem;
	}
	.item .logo_add {
		margin-bottom: 1rem;
	}
	.item .logo_add li:first-child {
		justify-content: start;
		margin-right: 1rem;
		width: 50px;
		height: auto;
	}
	.item .logo_add li:first-child img {
		width: 100%;
	}
	.item .logo_add li:last-child {
		vertical-align: middle;
		padding-top: 1rem;
	}
	.item .for_sp {
		margin-bottom: 1rem;
	}
}
/* End @media (max-width:1000px) */
