@charset "utf-8";

/* -------------------------------------------------- */
/* PC*/
/* -------------------------------------------------- */
/* お悩み
------------------------------------ */
#trouble {
	padding-top: 50px;
	position: relative;
}

.troubleBg {
	position: absolute;
}

#troubleBg01 {
	top: 24%;
	left: 0;
}

#trouble .inner {
	position: relative;
	z-index: 1;
}

#troubleInner {
	width: 1280px;
}

#troubleHeadLabel {
	width: fit-content;
	margin-inline: auto;
	margin-bottom: 15px;
	padding: 5px 20px;
	font-size: 2.6rem;
	font-family: "Zen Maru Gothic", sans-serif;
	color: #ab61a7;
	border: 1px solid currentColor;
}

#troubleHeadTitle {
	margin-bottom: 40px;
	font-size: 3.2rem;
	font-weight: 700;
	font-family: "Zen Maru Gothic", sans-serif;
	text-align: center;
}

#troubleListWrap {
	padding-top: 130px;
	padding-bottom: 30px;
	position: relative;
}

#troubleImg {
	text-align: center;
}

.troubleListText {
	padding: 24px 15px;
	position: absolute;
	font-size: 2rem;
	font-weight: 700;
	font-family: "Zen Maru Gothic", sans-serif;
	line-height: 1.3;
	text-align: center;
	background-color: #f8f8f8;
	border-radius: 50px;
}

.troubleListText:nth-of-type(1) {
	width: 480px;
	top: 0;
	left: 140px;
}

.troubleListText:nth-of-type(2) {
	width: 422px;
	top: 16px;
	right: 98px;
}

.troubleListText:nth-of-type(3) {
	width: 422px;
	top: 150px;
	left: 0;
}

.troubleListText:nth-of-type(4) {
	width: 422px;
	top: 172px;
	right: 0;
}

#troubleSupport {
	max-width: 1000px;
	margin-inline: auto;
	padding: 40px 50px;
	background-color: #fef290;
	border-radius: 20px;
}

#troubleSupportHead {
	margin-bottom: 30px;
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	gap: 10px;
}

#troubleSupportHeadImg {
	flex-shrink: 0;
}

#troubleSupportHeadTitle {
	margin-bottom: 30px;
	padding: 20px 50px;
	position: relative;
	font-size: 2.4rem;
	font-family: "Zen Maru Gothic", serif;
	background-color: #ffffff;
	border-radius: 60px;
}

#troubleSupportHeadTitle::after {
	content: "";
	width: 50px;
	height: 32px;
	position: absolute;
	top: calc(100% - 10px);
	left: 80px;
	background: url(../../img/foreigner/trouble-support_deco_title.svg) no-repeat center top / contain;
}

#troubleSupportHeadTitle .textMd {
	font-size: 2.8rem;
	font-weight: 700;
	color: #ab61a7;
}

#troubleSupportContent p {
	line-height: 1.89;
}

#troubleSupportContent p + p {
	margin-top: 1.89em;
}

/* サービス一覧
------------------------------------ */
#service {
	padding-top: 120px;
	position: relative;
}

.serviceBg {
	position: absolute;
}

#serviceBg01 {
	top: 56%;
	right: 0;
}

#service .inner {
	position: relative;
	z-index: 1;
}

#serviceList {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 50px 60px;
}

.serviceListItem {
	min-height: 150px;
	padding: 20px 25px 20px 30px;
	display: flex;
	align-items: center;
	column-gap: 20px;
	background-color: #fbf4fd;
	border-radius: 15px;	
}

.serviceListImg {
	width: 80px;
	flex-shrink: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.serviceListTitle {
	margin-bottom: 10px;
	font-size: 2.4rem;
	font-weight: 700;
	font-family: "Zen Maru Gothic", serif;
	line-height: 1.3;
	color: #ab61a7;
}

.serviceListTitle .textSm {
	font-size: 2.2rem;
}

.serviceListText {
	padding-right: 20px;
	font-size: 1.6rem;
}

/* 料金について
------------------------------------ */
#price {
	padding-top: 120px;
	position: relative;
}

.priceBg {
	position: absolute;
}

#priceBg01 {
	top: 50%;
	left: 0;
}

#price .inner {
	position: relative;
	z-index: 1;
}

/* よくある質問
------------------------------------ */
#faq {
	padding-top: 120px;
	padding-bottom: 50px;
	position: relative;
}

.faqBg {
	position: absolute;
}

#faqBg01 {
	top: 30%;
	right: 0;
}

#faq .inner {
	position: relative;
}


/* ------------------------------------ */
/* ホバーエフェクト */
/* ------------------------------------ */
@media screen and (min-width: 1025px) {

}

/* -------------------------------------------------- */
/* PC(調整) */
/* -------------------------------------------------- */
@media screen and (min-width: 1025px) and (max-width: 1280px) {
	#troubleSupport {
		padding-inline: 30px;
	}

	#troubleSupportHeadTitle {
		font-size: 2.3rem;
	}

	#serviceList {
		gap: 40px;
	}

	.serviceListItem {
		padding: 20px 20px 20px 30px;
	}

	.serviceListTitle {
		font-size: 2.3rem;
	}
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
	/* お悩み
	------------------------------------ */
	#troubleListWrap {
		padding-top: 10.156vw;
	}

	#troubleImg img {
		width: 26.25vw;
	}

	.troubleListText {
		padding: 1.875vw 1.172vw;
		font-size: 1.563vw;
	}

	.troubleListText:nth-of-type(1) {
		width: 37.5vw;
		left: 10.938vw;
	}

	.troubleListText:nth-of-type(2) {
		width: 32.969vw;
		top: 1.25vw;
		right: 7.656vw;
	}

	.troubleListText:nth-of-type(3) {
		width: 32.969vw;
		top: 11.719vw;
	}

	.troubleListText:nth-of-type(4) {
		width: 32.969vw;
		top: 13.438vw;
	}
}

/* -------------------------------------------------- */
/* TAB&SP */
/* -------------------------------------------------- */
@media screen and (max-width: 1024px) {
	/* お悩み
	------------------------------------ */
	#troubleBg01 {
		width: 26.341vw;
	}

	#troubleHeadLabel {
		font-size: 2rem;
	}

	#troubleHeadTitle {
		font-size: 2.5rem;
	}

	/* サービス一覧
	------------------------------------ */
	#serviceBg01 {
		width: 27.22vw;
	}

	#serviceList {
		grid-template-columns: auto;
		gap: 20px;
	}

	/* 料金について
	------------------------------------ */
	#priceBg01 {
		width: 26.244vw;
	}

	/* よくある質問
	------------------------------------ */
	#faqBg01 {
		width: 27.707vw;
	}
}


/* -------------------------------------------------- */
/* TAB(調整) */
/* -------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {

}

/* -------------------------------------------------- */
/* SP(調整) */
/* -------------------------------------------------- */
@media screen and (max-width: 767px) {
	/* お悩み
	------------------------------------ */
	#trouble {
		padding-top: 40px;
	}

	#troubleHeadLabel {
		font-size: 1.8rem;
	}

	#troubleHeadTitle {
		font-size: 2.2rem;
	}	

	#troubleListWrap {
		padding-top: 0;
	}

	#troubleImg img {
		width: 260px;
	}

	.troubleListText {
		margin-top: 10px;
		padding: 15px 20px;
		position: static;
		font-size: 1.6rem;
	}

	.troubleListText:nth-of-type(n) {
		width: 100%;
		transform: translate(0);
	}

	#troubleSupport {
		padding: 30px 20px;
	}

	#troubleSupportHead {
		flex-direction: column;
	}

	#troubleSupportHeadTitle {
		padding: 20px;
		font-size: 1.5rem;
		border-radius: 20px;
	}

	#troubleSupportHeadTitle .textMd {
		font-size: 1.8rem;
	}

	#troubleSupportContent p {
		text-align: justify;
	}

	#troubleSupportContent p + p {
		margin-top: 1.5em;
	}

	/* サービス一覧
	------------------------------------ */
	#service {
		padding-top: 80px;
	}

	#serviceList {
		gap: 15px;
	}

	.serviceListItem {
		min-height: auto;
		padding: 20px 20px 20px 25px;
	}

	.serviceListImg {
		width: 60px;
	}

	.serviceListTitle {
		font-size: 2rem;
	}

	.serviceListTitle .textSm {
		font-size: 1.8rem;
	}

	.serviceListText {
		padding-right: 0;
		font-size: 1.4rem;
	}

	/* 料金について
	------------------------------------ */
	#price {
		padding-top: 80px;
	}

	#price .heading01 {
		margin-bottom: 50px;
	}

	/* よくある質問
	------------------------------------ */
	#faq {
		padding-top: 80px;
		padding-bottom: 0;
	}
}