@charset "utf-8";
/* =======================================

header

======================================= */
.header {
	padding: 20px;
	border: 2px solid var(--color-softgrey);
	background: #fff;
}
.header-inner {
	background-size: contain;
	height: 0;
	padding-top: 38%;
}
.logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.p-section.--dekasegi-top {
	position: relative;
}
.p-section.--dekasegi-top::before {
	content: "";
	display: inline-block;
	width: 11vw;
	height: auto;
	background: url(../images/cloud-l-1.webp) no-repeat;
	position: absolute;
	top: 50%;
	left: -4vw;
	transform: translateY(-50%);
	z-index: 0;
	background-size: contain;
	aspect-ratio: 274 / 193;
}
.p-section.--youtube::before {
	content: "";
	display: inline-block;
	width: 14vw;
	height: auto;
	background: url(../images/cloud-r-2.webp) no-repeat;
	position: absolute;
	top: 50%;
	right: -3vw;
	z-index: 0;
	background-size: contain;
	aspect-ratio: 282 / 203;
}

.p-card {
    display: flex;
    justify-content: center;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 1;
}

.p-card__link {
    display: flex;
    width: fit-content;
    background: var(--color-softyellow);
    border: 3px solid #575757;
    position: relative;
}

.p-card__link::after {
    display: block;
    background: var(--color-lightblue);
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    z-index: -1;
    top: 10px;
    left: 10px;
    border: 3px solid #575757;
}

.p-card__image {
    padding: 1.3em 2em;
    display: flex;
    align-items: center;
    border-right: 3px solid #575757;
}

.p-card__content {
    padding: 1.5em 5em 1.5em 2em;
    line-height: 1.4;
}

.p-card__text {
    color: var(--color-darkgrey);
    font-size: 14px;
}

.p-card__textlink {
    color: var(--color-lightblue);
    font-size: 22px;
    font-weight: 600;
}

.p-card__link::before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMjQnIGhlaWdodD0nMjQnIHZpZXdCb3g9JzAgMCAyNCAyNCcgZmlsbD0nbm9uZScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyA+IDxwYXRoIGQ9J00yMy4wNjc3IDExLjk5MjlMMTguODE4IDcuNzU3MzlMMTcuNDA2MSA5LjE3Mzk4TDE5LjI0MTUgMTEuMDAzMkwwLjkzMjQ2OSAxMS4wMDEyTDAuOTMyMjUxIDEzLjAwMTJMMTkuMjM2OSAxMy4wMDMyTDE3LjQxNTUgMTQuODMwOEwxOC44MzIxIDE2LjI0MjZMMjMuMDY3NyAxMS45OTI5WicgZmlsbD0nY3VycmVudENvbG9yJyAvPiA8L3N2Zz4=");
    content: "";
    display: inline-block;
    width: 28px;
    height: 28px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.p-profile {
	border-left: 2px solid var(--color-softgrey);
	border-right: 2px solid var(--color-softgrey);
	border-bottom: 2px solid var(--color-softgrey);
	background: #fff;
	position: relative;
}
.p-profile.--top::before {
	content: "";
	display: inline-block;
	width: 14vw;
	height: auto;
	background: url(../images/cloud-r-1.webp) no-repeat;
	position: absolute;
	bottom: 0;
	right: -2vw;
	transform: translateY(-50%);
	z-index: 0;
	background-size: contain;
	aspect-ratio: 330 / 129;
}
.p-profile__image {
    flex-shrink: 0;
    position: relative;
    top: -50px;
}

.p-profile__inner {
    display: flex;
    align-items: center;
    margin-bottom: -50px;
    padding: 0 20px;
}

.p-profile__sns-list {
    display: flex;
    gap: 0 10px;
}

.p-profile__name {
    color: var(--color-softpink);
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 30px;
}

.p-profile__description {
    color: var(--color-lightblack);
    line-height: initial;
    margin-bottom: 30px;
}
.p-profile.p-profile-reverse .p-profile__inner {
	flex-direction: row-reverse;
}
@media screen and (max-width: 1300px) {
.p-profile__inner {
	padding: 80px 20px 50px;
}
.p-profile__image {
	top: 0;
}
}

@media screen and (max-width: 768px) {
.header-inner {
	padding-top: 50%;
	background-size: cover;
}
.header {
	padding: 10px;
}

.image-wrapper {
	max-width: 70%;
	margin-inline: auto;
}
.p-card__link::before {
	width: 24px;
	height: 24px;
}
.p-card__text {
	font-size: 12px;
	word-break: keep-all;
}
.p-card__textlink {
	font-size: 16px;
}
.p-card__link {
	width: 93%;
}
.p-card__content {
	padding: 1em 1em 1em .5em;
	text-align: center;
	flex: 1;
}
.p-card {
	top: 10px;
}

.p-profile__name {
	font-size: 26px;
	margin-bottom: 20px;
}
.p-card__image {
	padding: .5em 1em;
}
.p-profile__inner {
	margin-bottom: 0;
	padding: 150px 20px 40px;
	flex-direction:column;
}
.p-profile__image {
	top: 0px;
	width: 100%;
	height: 0;
	padding-top: 80%;
	margin-bottom: 20px;
}
.p-profile__image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
}
.p-profile__description {
	font-size: 14px;
	margin-bottom: 20px;
}
.p-profile.p-profile-reverse .p-profile__inner {
	padding-top: 40px;
}
.p-profile.p-profile-reverse .p-profile__inner {
	flex-direction: column;
}
.p-profile__sns-list {
	gap: 0 20px;
	justify-content: center;
}
.p-profile.--top::before {
	width: 30vw;
	bottom: 0;
	transform: initial;
}
.p-section.--dekasegi-top::before {
	width: 30vw;
	top: 0;
	transform: initial;
}
.p-section.--youtube::before {
	width: 30vw;
	top: -40px;
}

}
