@charset "UTF-8";
/* =======================================================================
profile
======================================================================= */
.w-100 {
	width: 100% !important;
}

.w-40 {
	width: 40% !important;
}
@media screen and (max-width: 767px) {
	.w-40 {
		width: 100% !important;
	}
}

.p-profile-inner {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
}
@media screen and (max-width: 767px) {
	.p-profile-inner {
		flex-direction: column;
	}
}
.p-profile-inner .c-heading {
	width: 40%;
	min-width: 300px;
}
.p-profile-inner .p-profile-content {
	margin-top: 0;
}
@media screen and (max-width: 767px) {
	.p-profile-inner .p-profile-content {
		margin-top: 2rem;
	}
}

.p-profile-message {
	margin-top: 2rem;
	padding-top: 2rem;
	padding-bottom: 4rem;
	background-color: #c1b8ed;
	width: 100%;
	height: 100%;
	background-size: auto 100%;
	background-position: 60% 0;
	background-image: url(/assets/images/profile/img_mv.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
	position: relative;
	width: 100%;
}
@media screen and (min-width: 1211px) {
	.p-profile-message {
		background-size: cover;
		background-position: 50%;
		background-image: url(/assets/images/profile/img_mv.jpg);
		background-repeat: no-repeat;
	}
}
@media screen and (max-width: 767px) {
	.p-profile-message {
		background: initial;
		background-color: #c1b8ed;
		padding-bottom: 0;
	}
}
.p-profile-message .p-profile-message-inner {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.p-profile-message .p-profile-message-inner .p-profile-content {
	width: 45%;
	z-index: 1;
}
@media screen and (max-width: 767px) {
	.p-profile-message .p-profile-message-inner .p-profile-content {
		width: 92%;
	}
}
.p-profile-message .p-profile-message-inner .p-profile-content--message .name-jp {
	font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	letter-spacing: 0.05em;
	font-weight: 400;
	font-size: 2rem;
	font-weight: 700;
}
.p-profile-message .p-profile-message-inner .p-profile-content--message .name-en {
	font-family: "Cormorant Garamond", serif;
	font-weight: 400;
	letter-spacing: 0.125em;
	font-style: normal;
	font-size: 0.875rem;
}
.p-profile-message .p-profile-message-inner .p-profile-message-img__title {
	margin-right: 2rem;
	padding-top: 2rem;
	width: 7%;
	min-width: 60px;
	max-width: 70px;
}
.p-profile-message .p-profile-message-img {
	width: 65%;
	max-width: 400px;
	margin: 0 auto;
	margin-top: 2rem;
	z-index: 1;
}
.p-profile-message .p-profile-message-photo {
	margin-top: -2rem;
	width: 100vw;
}

.p-profile-skill {
	margin-top: -4rem;
}
.p-profile-skill .p-profile-skill-list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 20px;
	padding: 0;
}
@media screen and (max-width: 767px) {
	.p-profile-skill .p-profile-skill-list {
		flex-direction: column;
		padding: 0 10px;
	}
}
.p-profile-skill .p-profile-skill-list .p-profile-skill-list-category {
	background-color: #e6e3f7;
	border-radius: 15px;
	width: calc(50% - 10px);
	padding: 30px 25px 25px 25px;
	display: flex;
	flex-direction: row;
	gap: 20px;
}
@media screen and (max-width: 767px) {
	.p-profile-skill .p-profile-skill-list .p-profile-skill-list-category {
		width: 100%;
		padding: 15px;
	}
}
@media screen and (max-width: 767px) {
	.p-profile-skill .p-profile-skill-list .p-profile-skill-list-category {
		flex-direction: column;
	}
}
.p-profile-skill .p-profile-skill-list .p-profile-skill-list-category .ico {
	width: 120px;
	min-width: 120px;
	height: 120px;
	background-color: #fff;
	border-radius: 60px;
	box-shadow: 0px 0px 19px 5px rgba(166, 157, 219, 0.35);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
}
@media screen and (max-width: 767px) {
	.p-profile-skill .p-profile-skill-list .p-profile-skill-list-category .ico {
		width: 100%;
		min-width: initial;
		height: auto;
		border-radius: 35px;
		padding: 7.5px 20px;
		flex-direction: row;
		align-items: center;
		justify-content: flex-start;
	}
}
.p-profile-skill .p-profile-skill-list .p-profile-skill-list-category .ico .ico-img {
	width: 30%;
	height: 30%;
}
@media screen and (max-width: 767px) {
	.p-profile-skill .p-profile-skill-list .p-profile-skill-list-category .ico .ico-img {
		width: 35px;
		height: 35px;
	}
}
.p-profile-skill .p-profile-skill-list .p-profile-skill-list-category .ico .text {
	font-size: 0.875rem;
	font-weight: 700;
}
.p-profile-skill .p-profile-skill-list .p-profile-skill-list-items {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
	.p-profile-skill .p-profile-skill-list .p-profile-skill-list-items {
		flex-direction: column;
		margin-left: 1rem;
	}
}
.p-profile-skill .p-profile-skill-list .p-profile-skill-list-items .p-profile-skill-list-items-item {
	width: 100%;
	padding-bottom: 0.875rem;
	padding-left: 0.5rem;
	font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
	.p-profile-skill .p-profile-skill-list .p-profile-skill-list-items .p-profile-skill-list-items-item {
		font-size: 0.8125rem;
	}
}
.p-profile-skill .p-profile-skill-list .p-profile-skill-list-items .p-profile-skill-list-items-item:before {
	content: "";
	display: inline-block;
	position: relative;
	left: -10px;
	top: -2px;
	bottom: 0;
	margin: auto 0;
	width: 6px;
	height: 6px;
	background: #8273cb;
	border-radius: 100%;
	margin-right: -5px;
}

.p-profile-biography {
	background-color: #f9f8e0;
}
.p-profile-biography .p-profile-biography-list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.p-profile-biography .p-profile-biography-list dt, .p-profile-biography .p-profile-biography-list dd {
	line-height: 2;
}
.p-profile-biography .p-profile-biography-list dt {
	font-size: 0.875rem;
	font-weight: 700;
	width: 100%;
	padding: 20px 10px 0 10px;
	border-top: 1px solid #ccc;
}
@media screen and (min-width: 1025px) {
	.p-profile-biography .p-profile-biography-list dt {
		width: 17%;
		min-width: 77px;
		font-size: 1rem;
		padding: 35px 15px;
	}
}
.p-profile-biography .p-profile-biography-list dd {
	font-size: 0.8125rem;
	width: 100%;
	padding: 10px 10px 20px 10px;
	border-top: none;
}
@media screen and (min-width: 1025px) {
	.p-profile-biography .p-profile-biography-list dd {
		width: 83%;
		font-size: 1rem;
		padding: 35px 15px;
		border-top: 1px solid #ccc;
	}
}
@media screen and (min-width: 1025px) {
	.p-profile-biography .p-profile-biography-list dt:last-of-type {
		border-bottom: 1px solid #ccc;
	}
}
.p-profile-biography .p-profile-biography-list dd:last-of-type {
	border-bottom: 1px solid #ccc;
}

.p-profile-license .p-profile-license-list {
	display: flex;
	flex-direction: row;
	justify-content: center;
	gap: 2px;
}
@media screen and (max-width: 767px) {
	.p-profile-license .p-profile-license-list {
		flex-direction: column;
		gap: 10px;
	}
}
.p-profile-license .p-profile-license-list .p-profile-license-list-item {
	width: 20%;
	background-color: #0e2350;
	border-radius: 15px;
	color: #fff;
	padding: 30px 19px;
}
@media screen and (max-width: 767px) {
	.p-profile-license .p-profile-license-list .p-profile-license-list-item {
		width: 100%;
		padding: 30px 20px;
	}
}
.p-profile-license .p-profile-license-list .p-profile-license-list-item .p-profile-license-list-item__inner {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.p-profile-license .p-profile-license-list .p-profile-license-list-item .p-profile-license-list-item__inner {
		flex-direction: row;
		text-align: left;
	}
}
.p-profile-license .p-profile-license-list .p-profile-license-list-item .p-profile-license-list-item__inner .ico {
	width: 33.3333%;
	min-width: 80px;
	max-width: 110px;
	margin-bottom: 2rem;
	flex-grow: 0;
}
@media screen and (max-width: 767px) {
	.p-profile-license .p-profile-license-list .p-profile-license-list-item .p-profile-license-list-item__inner .ico {
		min-width: 60px;
		max-width: 60px;
		margin-bottom: 0;
		margin-right: 2rem;
	}
}
.p-profile-license .p-profile-license-list .p-profile-license-list-item .p-profile-license-list-item__inner .text {
	font-size: 0.9375rem;
	line-height: 1.5;
	font-weight: 700;
	flex-grow: 3;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
@media screen and (max-width: 767px) {
	.p-profile-license .p-profile-license-list .p-profile-license-list-item .p-profile-license-list-item__inner .text {
		justify-content: flex-start;
	}
}

.p-profile-diary {
	background-color: #cde6f4;
	background-size: cover;
	background-position: right 50%;
	background-image: url(/assets/images/profile/img_kando_bg.jpg);
	background-repeat: no-repeat;
	position: relative;
	width: 100%;
	height: 340px;
}
@media screen and (max-width: 767px) {
	.p-profile-diary {
		background-position: bottom 50% right 0;
		background-image: url(/assets/images/profile/img_kando_bg_sp.jpg);
	}
}
.p-profile-diary .p-profile-content {
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 20px;
	padding: 0 20px;
	margin: 0 auto;
}
.p-profile-diary .p-profile-content .p-profile-diary-btn-img {
	filter: drop-shadow(0px 0px 15px rgba(100, 166, 206, 0.45));
}