@charset "UTF-8";

/**************************************************/
/* プロフィールページ */
/**************************************************/
/* ブロック */
#profilePage .like ,
#profilePage .design ,
#profilePage .skill ,
#profilePage .history ,
#profilePage .media ,
#profilePage .award ,
#profilePage .aibou ,
#jobOffer {
	margin: 8rem 0;
}

#profilePage h2 ,
#profilePage .profile .site ,
#profilePage .profile .text ,
#profilePage .profile table ,
#profilePage .media_award dl ,
#profilePage .aibou .flex {
	margin: 4rem 0;
}

/* プロフィール */
#profilePage .photo ,
#profilePage .aibou .flex section {
	text-align: center;
	display: flex;
	flex-direction: column;
	gap: 2rem 0;
}
#profilePage .profile h2 {
	margin: 0;
}
#profilePage .profile .photo p  ,
#profilePage .aibou p.photo  {
	order: -1;
	margin: 0;
}
#profilePage .profile .photo img {
	width: 50%;
	min-width: 260px;
	border-radius: 50%;
}
#profilePage .profile .site h3 ,
#profilePage .profile .site p {
	margin: 1rem 0;
}
#profilePage .profile .site p  {
	font-size: 1.3rem;
}

/* 見出し */
#profilePage h1 {
	margin: 12rem 0 6rem;
	text-align: center;
}
#profilePage h1 span {
	display:inline-block;
	font-size:3rem;
	line-height:1.4;
	color:#000;
}
#profilePage h2 {
	text-align: center;
}

/* 好きな物 */
#profilePage .like ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	column-gap: 2rem;
}
#profilePage .like li {
	margin: auto 0;
	padding-left: 2rem;
	list-style: none;
	position: relative;
}
#profilePage .like li:before {
  position: absolute;
  left: 0;
  top: 0.1rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f004';
  color: #f5b2b2;
}
	
/* 得意なデザイン */
#profilePage .design ul {
	margin: 6rem 0 3rem;
	display: flex;
	justify-content: center;
	gap: 0 2rem;
}
#profilePage .design li {
	margin: auto 0;
	list-style: none;
	text-align: center;
	white-space: nowrap;
}
#profilePage .design li i {
	margin: 0;
	display: block;
	text-align: center;
	margin-bottom: 1rem;
	font-size: 40px;
	color: #aaa;
}
#profilePage .design p {
	margin: 2rem 0;
	text-align: center;
}

/* スキル */
#profilePage .skill dl {
	margin: 0.5rem 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
#profilePage .skill dt {
	width: 9rem;
}
#profilePage .skill dt ,
#profilePage .skill dd {
	font-size: 1.5rem;
	white-space: nowrap;
}
#profilePage .skill i.fa-regular {
	color: #ddd;
}

/* 経歴 */
#profilePage .history table {
	max-width: 54rem;
	margin: auto;
}

/* メディア掲載・受賞歴 */
#profilePage .media_award dt {
	font-weight: 700;
}
#profilePage .media_award dd {
	margin: 0 0 1rem;
}
#profilePage .media_award dd:last-child {
	margin: 0;
}

/* 相棒 */
#profilePage .aibou {
	overflow: hidden;
}
#profilePage .aibou .flex {
	justify-content: space-between;
	display: flex;
	flex-wrap: wrap;
	gap: 2rem 5.55555555559%;
}
#profilePage .aibou .flex section {
	gap: 0;
}
#profilePage .aibou section {
	width: 47.2222222222%;
}
#profilePage .aibou h3 {
	margin: 2rem 0 1rem;
}
#profilePage .aibou h3 span {
	display: inline;
	font-size: 1.2rem;
	color: #000;
}
#profilePage .aibou .photo {
	position: relative;
}
#profilePage .aibou .photo img {
	width: 75%;
	margin: 0 auto;
	border-radius: 50%;
}
#profilePage .aibou .photo i {
	position: absolute;
	bottom: 0;
	right: 10%;
	margin: 0;
	font-size: 1.3rem;
}
#profilePage .aibou p {
	margin: 0;
	font-size: 1.2rem;
	text-align: center;
}
#profilePage .aibou .text {
	margin-top: 0.5rem;
	text-align: left;
	font-size: 1.3rem;
}

/* JOB OFFER */
#jobOffer {
	background: #eee;
	padding: 0;
	overflow: hidden;
}
#jobOffer div {
	margin: 0;
	padding: 0;
}
#jobOffer .title {
	position: relative;
	overflow: hidden;
}
#jobOffer h2 {
	width: 300px;
	position: absolute;
	bottom: -6px;
	left: -3px;	
	margin: 0;
	color: rgba( 255, 255, 255, 0.75);
	font-size: 80px;
	line-height: 1;
	z-index: 2;
	font-weight: 700;
	text-align: left;
}
#jobOffer .photo img {
	border-radius: 0;	
	z-index: 0;
	height: 250px;
	object-fit: cover
}
#jobOffer .photo {
	margin: 0;
	line-height: 1;
}
#jobOffer .text {
	margin: 3rem 11.1111111112% 1rem;
	z-index: 2;
}
#jobOffer .btn {
	margin: 4rem 0 0;
	padding-bottom: 4rem;
	text-align: center;
}



/**************************************************/
/* タブレットの時 */
/**************************************************/
@media only screen and (min-width: 768px) {
	
	/* リセット */
	#profilePage .design ,
	#profilePage .skill ,
	#profilePage .media ,
	#profilePage .award {
		margin: 0;
	}
	
	/* プロフィール */
	#profilePage .profile .photo {
		width: 35.5%;
		margin: 4rem 0;
	}
	#profilePage .profile .text {
		width: 57.5%;
		margin: 2rem 0;
	}
	#profilePage .profile .photo img {
		width: 100%;
	}
	#profilePage .profile table {
		width: 35rem;
		margin: 2rem auto 8rem;
	}
	
	/* 背景家紋 */
	#profilePage .profile {
		margin: 0 -5.55555555559% -8rem;
		padding: 0 5.55555555559% 8rem;
		background: url(../img/bg_kamon.png) no-repeat 105% 100%;
		background-size: 450px 450px;
		background-color: rgba(255,255,255,0.975);
		background-blend-mode:lighten;
	}
	
	/* コピー */
	#profilePage h1 span {
		display:inline;
	}
	
	/* 囲い */
	#profilePage .design_skill ,
	#profilePage .media_award {
		margin: 0;
		justify-content: center;
		gap: 4rem 10%;
	}
	#profilePage .media_award {
		gap: 4rem 5%;
	}
	#profilePage .design_skill h2 ,
	#profilePage .media_award h2 {
		margin-top: 0;
	}
	
	/* 得意なデザイン */
	#profilePage .design ul {
		gap: 1rem 10%;
		}
	#profilePage .design li i {
		font-size: 60px;
	}
	
	/* 経歴 */
	#profilePage .history table {
		max-width: 65rem;
	}
	
	/* 相棒 */
	#profilePage .aibou {
		width: 90%;
		margin-top: 0;
		margin-left: auto;
		margin-right: auto;
	}
	#profilePage .aibou section {
		width: 20%;
	}
	#profilePage .aibou .photo img {
		width: 90%;
	}
	
	/* JOB OFFER */
	#jobOffer {
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
		align-items: center;
	}
	#jobOffer h2 {
		width: 768px;
		bottom: auto;
		left: auto;
		top: -28px;
		right: -4px;
		font-size: 120px;
		text-align: right;
		white-space: nowrap;
	}
	#jobOffer .title {
		width: 50%;
		margin: 0;
		z-index: 1;
		overflow: visible;
	}
	#jobOffer .photo img {
		height: 300px;
	}
	#jobOffer .text {
		margin: 0 5.55555555559%;
		width: 38.8888888888%;
	}
	#jobOffer .btn {
		padding: 0;
		margin: 4rem 0 0;
	}
}

/**************************************************/
/* パソコンの時 */
/**************************************************/
@media only screen and (min-width: 1300px) {
	/* プロフィール */
	#profilePage .profile {
		margin: 8rem -5.55555555559% -250px;
		padding: 0 5.55555555559% 250px;
		background-position: 105% 100%;
		background-size: 500px 500px;
	}
	#profilePage .profile .photo {
		width: 25%;
		margin: 0;
	}
	#profilePage .profile .text {
		width: 35%;
		margin: -2rem 0;
	}
	#profilePage .profile table {
		width: 30%;
		margin: 0;
	}
	
	/* 相棒 */
	#profilePage .aibou {
		width: 75%;
	}
	/* JOB OFFER */
	#jobOffer h2 {
		width: 1000px;
		top: -36px;
		right: -6px;
		font-size: 150px;
	}
	#jobOffer .photo img {
		height: 500px;
	}
	#jobOffer .text {
		width: 30.5555555554%;
		margin: 0 8.33333333338%;
	}
	#jobOffer p {
		font-size: 2.2rem;
	}
}