@charset "UTF-8";

/******************************************************************
 * 似顔絵イラストページ
******************************************************************/

.portrait .inner {
	width: 100%;
	max-width: 1400px;
	margin-inline: auto;
	padding: 0 10px;
}

.portrait-bg {
	background: #fff;
}

@media screen and (min-width: 960px) {
	.portrait {
		padding-bottom: 120px;
	}
}

@media screen and (min-width: 751px) {
	.portrait {
		background: #fff;
	}

	.portrait .breadcrumb {
		margin-bottom: -2px;
	}

	.portrait .sp {
		display: none !important;
	}
}

@media screen and (max-width: 750px) {
	.portrait .inner {
		padding: 0 20px;
	}

	.portrait .sp {
		display: block;
	}
}

/* 共通
-----------------------------------------------------------------*/

/* 見出し */
.portrait-ttl {
	text-align: center;
}

.portrait-ttl__en {
	font: 400 26px "Questrial", sans-serif;
	letter-spacing: 0;
	line-height: 1.5;
	color: #ff3a3a;
}

.portrait-works .portrait-ttl__en {
	color: #fff;
}

.portrait-ttl__jp {
	font: 700 36px "Shippori Mincho", serif;
	letter-spacing: 0;
	line-height: 1.5;
	text-align: center;
}

.portrait-works .portrait-ttl__jp,
.portrait-flow .portrait-ttl__jp,
.portrait-faq .portrait-ttl__jp {
	font-family: initial;
	font-size: 36px;
	font-weight: 700;
}

@media screen and (max-width: 750px) {
	.portrait-ttl__en {
		font-size: 16px;
	}

	.portrait-ttl__jp {
		margin-top: 5px;
		font-size: 26px;
		line-height: calc(41.6 / 26);
	}

	.portrait-works .portrait-ttl__jp,
	.portrait-flow .portrait-ttl__jp,
	.portrait-faq .portrait-ttl__jp {
		font-size: 26px;
	}
}

/* お問い合わせバナー */
.portrait-contact-bnr {
	width: 100%;
	max-width: 732px;
	height: 106px;
	background: #222;
	margin-inline: auto;
	border-radius: 7px;
	box-shadow: 0 4px 0 #e1e1e1;
	transition: all 0.3s ease;
}

.portrait-contact-bnr:hover {
	background: #ff3a3a;
	box-shadow: 0 0 0 #e1e1e1;
	transform: translateY(4px);
}

.portrait-contact-bnr a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}

.portrait-contact-bnr a::before {
	content: "";
	aspect-ratio: 688/212;
	width: 100%;
	max-width: 344px;
	display: block;
	background: url(../images/portrait/contact-bnr.png) center / cover no-repeat;
}

.portrait-contact-bnr__txt {
	padding: 0 1em;
	font-size: 26px;
	letter-spacing: 0.01em;
	line-height: calc(32 / 26);
	color: #fff;
}

@media screen and (max-width: 750px) {
	.portrait-contact-bnr {
		height: 52px;
		border-radius: 3px;
		box-shadow: 0 2px 0 #e1e1e1;
	}

	.portrait-contact-bnr:hover {
		transform: translateY(2px);
	}

	.portrait-contact-bnr a::before {
		max-width: 165px;
	}

	.portrait-contact-bnr__txt {
		font-size: 12px;
	}
}

/* info */
.portrait-info__content {
	display: flex;
	justify-content: space-between;
	column-gap: 23px;
}

.portrait-info__ttl {
	font-size: 36px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: calc(57.6 / 36);
}

.portrait-info__detail {
	margin-top: 21px;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: calc(32 / 16);
}

.portrait-info__detail span {
	font-weight: 600;
	font-size: 23px;
	color: #ff3a3a;
	letter-spacing: 0.05em;
	line-height: 1.4;
}

.portrait-info__img {
	width: 100%;
	max-width: 243px;
	margin: auto 0 4px;
}

.portrait-info__img img {
	width: 100%;
	object-fit: cover;
}

@media screen and (max-width: 750px) {
	.portrait-info__content {
		flex-direction: column;
	}

	.portrait-info__txt {
		display: contents;
	}

	.portrait-info__ttl {
		order: 1;
		font-size: 26px;
		text-align: center;
	}

	.portrait-info__detail {
		order: 3;
		font-size: 14px;
		line-height: calc(34 / 14);
	}

	.portrait-info__detail span {
		font-size: 17px;
	}

	.portrait-info__img {
		order: 2;
		max-width: 138px;
		margin: 20px auto 0;
	}
}

/* MV
-----------------------------------------------------------------*/
.portrait-mv {
	width: 100%;
	height: auto;
	aspect-ratio: 1400 / 670;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.portrait-mv > * {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.portrait-mv img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media screen and (max-width: 750px) {
	.portrait-mv {
		aspect-ratio: 400 / 680;
		margin-top: 9px;
	}
}

/* intro
-----------------------------------------------------------------*/
.portrait-intro {
	padding-top: 108px;
}
.portrait-intro__bg {
	width: 100%;
	position: relative;
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 63px;
	max-width: 999px;
	margin: 0 auto;
	margin-bottom: 80px;
}
.portrait-intro__bg::before {
	content: "";
	width: 41.341%;
	max-width: 413px;
	min-width: 280px;
	height: auto;
	aspect-ratio: 413 / 439;
	position: absolute;
	z-index: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 50%;
	transform: translateY(-50%);
	background-image: url("../images/portrait/bg-logo.svg");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
.portrait-intro__ttl {
	display: block;
	padding: 0 10px;
	font: 700 36px "Shippori Mincho", serif;
	letter-spacing: 0;
	line-height: calc(57.6 / 36);
	text-align: center;
	position: relative;
	z-index: 10;
}

.portrait-intro__ttl > span {
	color: #ff3a3a;
}

.portrait-intro__content {
	width: 100%;
	max-width: 1400px;
	display: flex;
	column-gap: 2.5%;
	margin: 39px auto 0;
	position: relative;
	z-index: 10;
}

.portrait-intro__txt {
	width: 100%;
	max-width: 1400px;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: calc(40 / 16);
	position: relative;
	z-index: 10;
	text-align: center;
}

.portrait-intro__txt span {
	font-weight: 600;
	font-size: 24px;
	line-height: 1.48;
	letter-spacing: 0;
	color: #ff3a3a;
	text-decoration: underline;
	text-decoration-color: #ffe462;
	text-decoration-thickness: 9px;
	text-underline-offset: -3px;
}

@media screen and (max-width: 750px) {
	.portrait-intro {
		padding-top: 39px;
	}
	.portrait-intro__bg {
		gap: 39px;
		margin-bottom: 0px;
	}
	.portrait-intro__ttl {
		padding-left: 6px;
		font-size: 26px;
		line-height: calc(41.6 / 26);
	}

	.portrait-intro__content {
		display: block;
		margin-top: 22px;
	}

	.portrait-intro__txt {
		font-size: 14px;
		line-height: calc(34 / 14);
		padding: 0 20px;
		max-width: 500px;
		word-break: keep-all;
	}

	.portrait-intro__txt span {
		font-size: 17px;
		line-height: 1;
		letter-spacing: unset;
		text-decoration-thickness: 7px;
		text-underline-offset: -2px;
	}

	.portrait-intro__img {
		margin-top: 15px;
	}
}

.portrait-project {
	padding: 0px;
	position: relative;
	z-index: 0;
}

.portrait-project__ttl {
	font: 700 36px "Shippori Mincho", serif;
	letter-spacing: 0;
	line-height: calc(57.6 / 36);
	text-align: center;
}

.portrait-project__list {
	width: 100%;
	max-width: 1000px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 19px 16px;
	margin: 23.5px auto 0;
	padding: 35px 34px 30px;
	background: #fff;
	border: 2px solid #222;
	border-radius: 20px;
	position: relative;
}

.portrait-project-item__txt {
	margin-top: 18.5px;
	font-size: 15px;
	letter-spacing: 0.05em;
	line-height: calc(27 / 15);
}

.portrait-project-item__ttl {
	font-weight: 700;
	font-size: 21px;
	text-align: center;
	letter-spacing: 0.05em;
	line-height: 1.5;
	color: #ff3a3a;
}

.portrait-project-item__ttl.js-project-item-ttl {
	display: flex;
	align-items: center;
	justify-content: center;
}

.portrait-project-item__img img {
	width: 100%;
}

.portrait-project-item__detail {
	margin-top: 4px;
}

@media screen and (max-width: 959px) {
	.portrait-project-item__txt {
		margin-top: 22.5px;
		font-size: 14px;
		line-height: calc(25.2 / 14);
	}

	.portrait-project-item__ttl {
		font-size: 18px;
		letter-spacing: 0.05em;
		line-height: calc(20 / 18);
	}

	.portrait-project-item__detail {
		margin-top: 9.5px;
	}
}

@media screen and (max-width: 750px) {
	.portrait-project__ttl {
		padding-right: 4px;
		font-size: 26px;
		line-height: calc(41.6 / 26);
	}

	.portrait-project__list {
		grid-template-columns: 100%;
		margin-top: 15px;
		padding: 35px 26px 29.5px;
	}
}

@media screen and (max-width: 399px) {
	.portrait-project__ttl {
		padding-right: 0;
		font-size: 24px;
	}
}

/* works
-----------------------------------------------------------------*/
.portrait-works {
	width: 100%;
	padding-top: 57px;
	background: #222;
	overflow: hidden;
	position: relative;
	z-index: 10;
}

.portrait-works .portrait-ttl__jp {
	color: #fff;
}

.portrait-works__list {
	width: 100%;
	max-width: 1400px;
	display: flex;
	margin: 56px auto 0;
}

/* slick */
.portrait-works .slick-list {
	overflow: visible !important;
	max-width: 100% !important;
}

.portrait-works .slick-track {
	display: flex;
}

.portrait-works .slick-arrow {
	cursor: pointer;
	width: 65px;
	height: 65px;
	display: inline-block;
	background: rgba(34, 34, 34, 0.7);
	position: absolute;
	border-radius: 50%;
	top: 50%;
	left: 160px;
	transform: translateY(-50%);
	z-index: 1;
	transition: all ease 0.3s;
}

.portrait-works .slick-arrow:hover {
	background: #222;
}

.portrait-works .slick-arrow::before {
	content: "";
	width: 21px;
	height: 21px;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	position: absolute;
	top: 50%;
	left: 60%;
	transform: translate(-50%, -50%) rotate(-45deg);
}

.portrait-works .arrow-next {
	left: auto;
	right: 153px;
}

.portrait-works .arrow-next::before {
	left: 40%;
	transform: translate(-50%, -50%) rotate(135deg);
}

.portrait-works-item {
	aspect-ratio: 340/350;
	width: 340px !important;
	display: flex;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.portrait-works-item__img {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 0;
}

.portrait-works-item__img::before {
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0)) bottom / 100% 162px no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.portrait-works-item__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all ease 0.3s;
}

.portrait-works-item:hover .portrait-works-item__img img {
	transform: scale(1.3);
}

.portrait-works-item__txt {
	width: 100%;
	padding: 16px 20px;
	position: absolute;
	top: auto;
	left: 0;
	bottom: 0;
}

.portrait-works-item__name {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 4.5px 12px;
	background: #f3cc33;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 1.5;
	color: #222;
}

.portrait-works-item__ttl {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height: 3em;
	margin-top: 8px;
	font-weight: 700;
	font-size: 18px;
	letter-spacing: 0;
	line-height: calc(25.2 / 18);
	color: #fff;
}

@media screen and (min-width: 960px) {
	/* PC時 中央 */
	.portrait-works__list--center {
		max-width: 100%;
		justify-content: center;
	}

	.portrait-works__list--center .slick-list {
		padding: 0 !important;
	}

	.portrait-works__list--center .slick-track {
		width: 100% !important;
		display: block !important;
	}
}

@media screen and (max-width: 959px) {
	.portrait-works__list {
		max-width: 50% !important;
		justify-content: center;
	}

	/* SP時 中央 */
	.portrait-works__list--center-sp {
		max-width: 100% !important;
		justify-content: center;
	}

	.portrait-works__list--center-sp .slick-track {
		transform: translate3d(0, 0, 0) !important;
	}

	.portrait-works .arrow-prev {
		left: -25%;
	}

	.portrait-works .arrow-next {
		right: -25%;
	}

	.portrait-works-item {
		width: 50% !important;
	}
}

@media screen and (max-width: 750px) {
	.portrait-works__list {
		max-width: 100% !important;
	}

	.portrait-works-item__name {
		font-size: 12px;
	}

	.portrait-works-item__ttl {
		font-size: 16px;
	}

	.portrait-works .slick-arrow {
		width: 50px;
		height: 50px;
	}

	.portrait-works .slick-arrow::before {
		width: 16px;
		height: 16px;
		border-top-width: 1px;
		border-left-width: 1px;
	}

	.portrait-works .arrow-prev {
		left: 10px;
	}

	.portrait-works .arrow-next {
		right: 10px;
	}
}

/* ポップアップ */
.portrait-works-popup {
	display: none;
}

.portrait-works-popup-post {
	padding: 0 20px 30px;
}

.portrait-works-popup-post__wrap {
	width: 100%;
	height: 100%;
}

.portrait-works-popup-post__content {
	width: 100%;
	max-width: max-content;
	margin-inline: auto;
}

.portrait-works-popup-post__img {
	width: 100%;
	text-align: center;
}

.portrait-works-popup-post__img img {
	width: auto;
	max-height: calc(90vh - 150px);
	object-fit: cover;
	transition: all ease 0.3s;
}

.portrait-works-popup-post__txt {
	margin-top: 32px;
}

.portrait-works-popup-post__name {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 4.5px 12px;
	background: #f3cc33;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 1.5;
	color: #222;
}

.portrait-works-popup-post__ttl {
	margin-top: 9px;
	font-weight: 600;
	font-size: 24px;
	letter-spacing: 0;
	line-height: calc(38.4 / 24);
	color: #fff;
}

#cboxOverlay {
	background-color: #000;
}

#cboxLoadedContent,
#cboxContent {
	background: none;
}

#cboxLoadedContent {
	padding: 0;
}

#cboxContent {
	margin-top: 0;
}

#cboxClose {
	position: absolute;
	top: 0;
	left: auto;
	right: 12px;
	display: block;
	aspect-ratio: 1/1;
	width: 53px;
	height: auto;
	background: none;
}

#cboxClose::before,
#cboxClose::after {
	content: "";
	width: 2px;
	height: 100%;
	display: block;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
}

#cboxClose::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

@media screen and (max-width: 750px) {
	.portrait-works-popup-post__name {
		font-size: 12px;
	}

	.portrait-works-popup-post__ttl {
		font-size: 18px;
	}

	#cboxClose {
		width: 35px;
	}
}

/* portrait-scenes
-----------------------------------------------------------------*/
.portrait-scenes {
	padding-top: 80px;
}

.portrait-scenes__list {
	counter-reset: scenes-num;
	width: 100%;
	max-width: 1400px;
	margin: 48px auto 0;
}

.portrait-scenes-item {
	display: flex;
	gap: 1px 54px;
}

.portrait-scenes-item:not(:first-child) {
	margin-top: 40px;
}

.portrait-scenes-item__txt {
	flex: 1;
}

.portrait-scenes-item__inner {
	width: 100%;
	max-width: 536px;
	margin-left: auto;
	padding: 0 10px;
}

.portrait-scenes-item__ttl {
	width: 100%;
	min-height: 106px;
	display: flex;
	align-items: center;
	padding: 0.5em 0 calc(0.5em + 6px) 20px;
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: calc(57.6 / 30);
	position: relative;
	z-index: 0;
}

.portrait-scenes-item__ttl::after {
	counter-increment: scenes-num;
	content: counter(scenes-num, decimal-leading-zero);
	font: 400 103px "Questrial", sans-serif;
	line-height: 1;
	letter-spacing: 0;
	color: #e8e8e8;
	position: absolute;
	top: 0;
	left: auto;
	right: 0;
	z-index: -1;
}

.portrait-scenes-item__detail {
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: calc(36.8 / 16);
}

.portrait-scenes-item__detail span {
	padding-bottom: 4.5px;
	font-weight: 600;
	font-size: 23px;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #ff3a3a;
	background: linear-gradient(to top, #ffe462 12px, rgba(0, 0, 0, 0) 12px, rgba(0, 0, 0, 0));
}

.portrait-scenes-item__img {
	flex: 0 0 calc((100% / 1400) * 620);
}

.portrait-scenes .portrait-contact-bnr {
	margin-top: 56px;
}

@media screen and (max-width: 959px) {
	.portrait-scenes-item {
		column-gap: 25px;
	}
}

@media screen and (min-width: 751px) {
	.portrait-scenes-item:nth-child(even) {
		flex-direction: row-reverse;
	}

	.portrait-scenes-item:nth-child(even) .portrait-scenes-item__inner {
		margin-left: 0;
		margin-right: auto;
	}

	.portrait-scenes-item:not(:nth-child(4)) .portrait-scenes-item__detail {
		margin-top: 6px;
	}
}

@media screen and (max-width: 750px) {
	.portrait-scenes {
		padding-top: 57px;
	}
	.portrait-scenes__list {
		margin-top: 17.5px;
		padding: 0 20px;
	}

	.portrait-scenes-item {
		flex-direction: column-reverse;
	}

	.portrait-scenes-item:not(:first-child) {
		margin-top: 30.5px;
	}

	.portrait-scenes-item__ttl {
		min-height: 77px;
		padding: 12px 0 9px 2px;
		font-size: 24px;
		line-height: 1.5;
	}

	.portrait-scenes-item__ttl::before {
		max-width: 98px;
		height: 71px;
		top: -1px;
		left: -22px;
		z-index: -1;
	}

	.portrait-scenes-item__ttl::after {
		font-size: 83px;
		right: -12px;
	}

	.portrait-scenes-item__detail {
		font-size: 14px;
		line-height: calc(34 / 14);
	}

	.portrait-scenes-item__detail span {
		padding-bottom: 2px;
		background: linear-gradient(to top, #ffe462 7px, rgba(0, 0, 0, 0) 7px, rgba(0, 0, 0, 0));
		font-size: 17px;
		line-height: 1;
	}

	.portrait-scenes .portrait-contact-bnr {
		margin-top: 30px;
	}
}

/* 表現力 */
.portrait-scenes-strength {
	padding: 80px 0 76px;
}

.portrait-scenes-strength .inner {
	max-width: 1020px;
}

.portrait-scenes-strength__ttl {
	font: 700 36px "Shippori Mincho", serif;
	line-height: calc(57.6 / 36);
	letter-spacing: 0;
	text-align: center;
}

.portrait-scenes-strength__list {
	counter-reset: ss-num;
	width: 100%;
	max-width: 1000px;
	margin: 76px auto 0;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 69px 24px;
}

.portrait-scenes-strength-item {
	padding: 54px 20px 23px;
	background: #fff;
	border-radius: 20px;
	border: 2px solid #222222;
	position: relative;
	z-index: 0;
}

.portrait-scenes-strength-item::before {
	content: "";
	width: 100%;
	height: 2px;
	max-width: 252px;
	display: block;
	background: #fff;
	position: absolute;
	top: -2px;
	left: calc(50% + 2px);
	transform: translateX(-50%);
}

.portrait-scenes-strength-item__num {
	width: 100%;
	max-width: calc((252 / 26) * 1em);
	height: calc((95 / 26) * 1em);
	display: flex;
	align-items: center;
	padding: 0 23px 4px;
	font-size: 26px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
}

.portrait-scenes-strength-item__num::before {
	content: counter(ss-num, decimal-leading-zero);
	counter-increment: ss-num;
	width: auto;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: auto;
	right: 5px;
	z-index: -1;
	font-family: "Questrial", sans-serif;
	color: #ff3a3a;
	font-size: 51px;
	font-weight: 400;
	line-height: 1;
}

.portrait-scenes-strength-item__ttl {
	text-align: center;
	width: 100%;
	margin-inline: auto;
	font: 700 56px "Shippori Mincho", serif;
	letter-spacing: 0;
	white-space: nowrap;
	line-height: 1;
	margin-bottom: 25px;
}

.portrait-scenes-strength-item__body {
	margin-top: 14px;
}

.portrait-scenes-strength-item__content:not(:first-child) {
	margin-top: 18px;
}

.portrait-scenes-strength-item__txt {
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: calc(23.4 / 16);
	text-align: center;
}

.portrait-scenes-strength-item__img {
	margin-top: 16px;
	width: 100%;
	height: auto;
	aspect-ratio: 10 / 7;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.portrait-scenes-strength-item__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.portrait-scenes-strength .portrait-info {
	margin-top: 100px;
	margin-bottom: 95px;
}

@media screen and (max-width: 999px) {
	.portrait-scenes-strength-item__ttl {
		font: 700 40px "Shippori Mincho", serif;
	}
	.portrait-scenes-strength {
		padding: 67px 0 76px;
	}
}

@media screen and (max-width: 959px) {
	.portrait-scenes-strength-item__list {
		padding: 0 20px;
	}
}

@media screen and (max-width: 750px) {
	.portrait-scenes-strength__ttl {
		font-size: 26px;
	}

	.portrait-scenes-strength__list {
		grid-template-columns: 100%;
		gap: 50px 24px;
	}

	.portrait-scenes-strength-item {
		padding-bottom: 15.5px;
		padding-top: 28px;
	}

	.portrait-scenes-strength-item::before {
		left: 50%;
	}

	.portrait-scenes-strength-item__content:not(:first-child) {
		margin-top: 16px;
	}

	.portrait-scenes-strength-item__num {
		padding: 0 19px 4px;
		left: 50%;
	}

	.portrait-scenes-strength-item__num::before {
		right: 8px;
	}

	.portrait-scenes-strength-item__body {
		margin-top: 15px;
	}
	.portrait-scenes-strength-item__ttl {
		font: 700 36px "Shippori Mincho", serif;
		margin-bottom: 15px;
	}
	.portrait-scenes-strength .portrait-info {
		margin-top: 50px;
		margin-bottom: 50px;
	}
}

@media screen and (max-width: 399px) {
	.portrait-scenes-strength-item__txt {
		font-size: 14px;
		white-space: nowrap;
	}
}

/* flow
-----------------------------------------------------------------*/
.portrait-flow {
	padding-top: 57px;
}

.portrait-flow .inner {
	max-width: 1020px;
}

.portrait-flow-step {
	margin-top: 67px;
	padding: 84px 20px 62px 16px;
	border: 2px solid #222;
	border-radius: 20px;
	position: relative;
}

.portrait-flow-step::before {
	content: "";
	width: 100%;
	max-width: 360px;
	height: 2px;
	background: #fff;
	position: absolute;
	top: -2px;
	left: 50%;
	transform: translateX(-50%);
}

.portrait-flow-step__numbers {
	width: 100%;
	max-width: 360px;
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 30px;
	position: absolute;
	top: -4px;
	left: 50%;
	transform: translate(-50%, -50%);
}

.portrait-flow-step__number {
	position: relative;
	z-index: 0;
	font-family: "Questrial", sans-serif;
	color: #ff3a3a;
	font-size: 51px;
	font-weight: 400;
	line-height: 1;
	transition: all ease 0.33s;
}

.portrait-flow-step__number:not(.checked) {
	cursor: pointer;
}

.portrait-flow-step__number:not(:hover, .checked) {
	color: #c6c6c6;
}

.portrait-flow-step__slider {
	width: 100%;
	margin-inline: auto;
}

.portrait-flow-step__head {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 11px 10px 6px;
	text-align: center;
}

.portrait-flow-step__num {
	font: 400 20px "Questrial", sans-serif;
	letter-spacing: 0;
	line-height: 1;
	color: #ff3a3a;
}

.portrait-flow-step__ttl {
	margin-top: 7px;
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.5;
}

.portrait-flow-step__body {
	width: 100%;
	max-width: 71.63%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 0 7% 0 6.7%;
	position: relative;
}

.portrait-flow-step__txt {
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 2;
}

@media screen and (min-width: 960px) {
	.portrait-flow-step__slider .slick-track {
		display: flex !important;
	}

	.portrait-flow-step__content {
		height: auto;
		display: flex !important;
	}

	.portrait-flow-step__body::before {
		content: "";
		width: 4px;
		height: 87%;
		display: block;
		background: #c6c6c6;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
	}
}

@media screen and (max-width: 959px) {
	.portrait-flow-step {
		padding: 60px 20px 40px;
	}

	.portrait-flow-step__head {
		padding: 11px 0 12px;
	}

	.portrait-flow-step__body {
		max-width: 100%;
		padding: 0;
	}
}

@media screen and (max-width: 750px) {
	.portrait-flow-step {
		padding: 33px 20px 13px;
	}

	.portrait-flow-step::before {
		max-width: calc(100% - 72px);
		left: 50%;
		transform: translateX(-50%);
	}

	.portrait-flow-step__numbers {
		max-width: 210px;
		column-gap: 24.5px;
		top: -2px;
		left: 50%;
	}
	.portrait-flow-step__number {
		font-size: 40px;
	}

	.portrait-flow-step__number::before {
		width: 61px;
		height: 58px;
		top: -8px;
		left: -20px;
	}

	.portrait-flow-step__number img {
		width: auto;
		height: 40px;
	}

	.portrait-flow-step__num {
		font-size: 16px;
	}

	.portrait-flow-step__ttl {
		margin-top: 0;
		font-size: 24px;
	}

	.portrait-flow-step__txt {
		font-size: 14px;
	}
}

/* faq
-----------------------------------------------------------------*/
.portrait-faq {
	padding: 57px 0 85px;
}

.portrait-faq .inner {
	max-width: 1020px;
}

.portrait-faq__list {
	margin-top: 32px;
}

.portrait-faq-item {
	overflow: hidden;
	border-radius: 20px;
	position: relative;
}

.portrait-faq-item::before {
	content: "";
	width: 100%;
	height: 100%;
	border: 2px solid #222222;
	border-radius: 20px;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.3s ease;
}

.portrait-faq-item:not(:first-child) {
	margin-top: 16px;
}

.portrait-faq-item__q {
	min-height: 80px;
	display: flex;
	align-items: center;
	padding: 4px 84px 3px 113px;
	background: #222222;
	color: #fff;
	position: relative;
	cursor: pointer;
	transition: all 0.3s ease;
}

.portrait-faq-item__q::before {
	content: "Q";
	font: 400 36px "Questrial", sans-serif;
	letter-spacing: 0;
	line-height: 1;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 47.5px;
	transform: translateY(-50%);
}

.portrait-faq-item__ttl {
	font-weight: 600;
	font-size: 18px;
	letter-spacing: 0.05em;
	line-height: calc(20 / 18);
}

.portrait-faq-item__btn {
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	top: 51%;
	left: auto;
	right: 50px;
	transform: translateY(-50%);
}

.portrait-faq-item__q:not(.active) .portrait-faq-item__btn {
	top: 51%;
}

.portrait-faq-item__btn::before,
.portrait-faq-item__btn::after {
	content: "";
	width: 100%;
	height: 3px;
	display: block;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.portrait-faq-item__q:not(.active) .portrait-faq-item__btn::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.portrait-faq-item__a {
	display: none;
	padding: 28px 45px 27px 113px;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: calc(23.4 / 16);
	position: relative;
}

.portrait-faq-item__a::before {
	content: "A";
	font: 400 36px "Questrial", sans-serif;
	letter-spacing: 0;
	line-height: 1;
	color: #ff3a3a;
	position: absolute;
	top: 20px;
	left: 50px;
}

.portrait-faq .portrait-info {
	margin-top: 68px;
}

.portrait-faq .portrait-info__detail {
	line-height: 2;
}

.portrait-faq .portrait-contact-bnr {
	margin-top: 40px;
}

@media screen and (min-width: 751px) {
	.portrait-faq .portrait-info__img {
		margin: 12px 0 0;
	}

	.portrait-faq-item:hover::before {
		border-color: #ff3a3a;
	}

	.portrait-faq-item:hover .portrait-faq-item__q {
		background: #ff3a3a;
	}
}

@media screen and (max-width: 750px) {
	.portrait-faq {
		padding-bottom: 60px;
	}

	.portrait-faq-item:not(:first-child) {
		margin-top: 8px;
	}

	.portrait-faq-item__q {
		padding: 9px 50px;
	}

	.portrait-faq-item__q::before {
		font-size: 29px;
		left: 14px;
	}

	.portrait-faq-item__btn {
		width: 20px;
		height: 20px;
		right: 18px;
	}

	.portrait-faq-item__btn::before,
	.portrait-faq-item__btn::after {
		width: 17px;
		height: 2px;
		top: 48%;
		left: 59%;
	}

	.portrait-faq-item__q:not(.active) .portrait-faq-item__btn::before,
	.portrait-faq-item__q:not(.active) .portrait-faq-item__btn::after {
		width: 20px;
		top: 50%;
		left: 50%;
	}

	.portrait-faq-item__ttl {
		font-size: 16px;
		line-height: calc(22.4 / 16);
	}

	.portrait-faq-item__a {
		padding: 13px 12px 13px 50px;
		font-size: 14px;
		line-height: calc(20.4 / 14);
	}

	.portrait-faq-item__a::before {
		font-size: 29px;
		top: 8.5px;
		left: 16.5px;
	}
}
