@charset "utf-8";
/*------------------------------------------------------------
	course
------------------------------------------------------------*/
#main {
	padding: 2.9rem 0 6.5rem;
}
#main .pageLead {
	text-align: center;
}
#main .pageLead img {
	width: auto;
	max-height: 10rem;
}
#main .content {
	padding: 4.3rem 0 7rem;
	width: 124rem;
	position: relative;
	color: #fff;
	background: linear-gradient(to top, rgba(0, 0, 100, 1) 0%, rgba(23, 70, 255, 1) 100%);
}
#main .content::before {
	width: 128rem;
	position: absolute;
	top: 43.8rem;
	bottom: 0;
	left: 50%;
	background: url(../img/course/bg01.png) no-repeat center top / 100%;
	transform: translateX(-50%);
	content: '';
	user-select: none;
	pointer-events: none;
}
#main h2 {
	margin-bottom: 4.8rem;
	position: relative;
	text-align: center;
	z-index: 1;
}
#main h2 img {
	width: auto;
	max-height: 3.7rem;
}
#main .introText {
	margin-bottom: 6.2rem;
	text-align: center;
	font-size: 2.7rem;
	letter-spacing: 0.18em;
	position: relative;
	z-index: 1;
}
#main .introText .underline {
	text-decoration: underline;
}
#main .leadImg {
	margin: 0 6.1rem -0.2rem;
}
#main .leadImg img {
	width: auto;
	max-height: 7.2rem;
}
#main .leadImg.taRight {
	text-align: right;
}
#main .leadImg01 img {
	max-height: 9rem;
}
#main .heading01 {
	margin-bottom: 4.3rem;
	text-align: center;
	font-size: 2.6rem;
	font-weight: 400;
	color: #1746FF;
	letter-spacing: 0.23em;
}
#main .course {
	margin: 0 6rem 5rem;
	padding: 4.6rem 5rem 5rem;
	position: relative;
	color: #000;
	border-radius: 1rem;
	background: #fff;
	z-index: 1;
}
#main .course .textBox {
	gap: 4.6rem 4.4rem;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
}
#main .course .textBox .item {
	width: 31rem;
	display: flex;
	flex-direction: column;
}
#main .course .textBox .ttl {
	margin-bottom: 5.8rem;
	padding: 2.2rem 0 2.4rem;
	width: 31rem;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 1.9rem;
	line-height: 1.473;
	letter-spacing: 0.16em;
	border-top: 0.1rem solid #000;
	border-bottom: 0.1rem solid #000;
}
#main .course .textBox .ttl span {
	display: block;
}
#main .course .textBox .ttl::after {
	width: 2rem;
	height: 1rem;
	position: absolute;
	left: 50%;
	bottom: -3.6rem;
	background: #000;
	transform: translateX(-50%);
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	content: '';
}
#main .course .textBox .ttl.on::after {
	background: #1746FF;
}
#main .course .textBox .text01 {
	margin-bottom: 1.3rem;
	padding: 1.3rem 1rem 1.6rem;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 1.9rem;
	line-height: 1.473;
	letter-spacing: 0.16em;
	color: #fff;
	background: #969696;
	border-radius: 0.4rem;
}
#main .course .textBox .text02 {
	padding: 1rem;
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #969696;
	font-size: 1.7rem;
	line-height: 1.647;
	letter-spacing: 0.16em;
	border-radius: 0.4rem;
	border: 0.1rem solid #969696;
}
#main .course .textBox .textList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 0.6rem;
	flex: 1;
}
#main .course .textBox .textList li {
	padding: 0.5rem 0.2rem;
	width: calc(50% - 0.3rem);
	min-height: 6.1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #969696;
	font-size: 1.7rem;
	line-height: 1.4;
	letter-spacing: 0.16em;
	border-radius: 0.4rem;
	border: 0.1rem solid #969696;
}
#main .course .textBox .item02 .textList {
	flex-direction: column;
}
#main .course .textBox .item02 .textList li {
	width: 100%;
	flex: 1;
}
#main .course .textBox .textList li .ls {
	display: inline-block;
	letter-spacing: -0.14em;
}
#main .course .textBox .item04 {
	margin: 0 auto;
	width: 68rem;
	min-height: 13.2rem;
	display: flex;
	justify-content: center;
	flex-direction: row;
	gap: 6rem;
}
#main .course .textBox .item04 .ttl {
	margin-bottom: 0;
}
#main .course .textBox .highlight {
	color: #fff !important;
	background: #1746FF;
	border: 0.1rem solid #1746FF;
}
#main .heading02 {
	margin-bottom: 2.9rem;
	position: relative;
	color: #1746FF;
	font-weight: 400;
	font-size: 3.9rem;
	letter-spacing: 0.18em;
}
#main .secWrap {
	margin: 0 0 5.4rem 6rem;
	padding: 4rem 10rem 5rem 5rem;
	color: #000;
	border-radius: 1rem 0 0 1rem;
	background: #fff;
	position: relative;
	z-index: 1;
}
#main .right {
	margin-left: 0;
	margin-right: 6rem;
	padding: 3.6rem 4.2rem 4.6rem 6.9rem;
	border-radius: 0 1rem 1rem 0;
}
#main .leadText {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-size: 2rem;
	line-height: 2.05;
	letter-spacing: 0.16em;
}
#main .leadText .note {
	display: inline-block;
	font-size: 1.6rem;
	line-height: 2.2;
	vertical-align: top;
	letter-spacing: 0.16em;
}
#main .right .heading02 {
	margin-bottom: 2.2rem;
	text-align: right;
}
#main .right .leadText {
	text-align: right;
}
#main .business .leadText {
	margin-bottom: 4.3rem;
}
#main .skill {
	padding-top: 4.5rem;
	padding-bottom: 6rem;
}
#main .skill .heading02 {
	margin-bottom: 4.7rem;
}
#main .skill .skillImg {
	margin: 0 0.6rem 0 0.3rem;
	text-align: center;
}
#main .job {
	padding-bottom: 5.2rem;
}
#main .job .leadText {
	margin-bottom: 4rem;
}
#main .job .jobImg {
	margin-left: -1rem;
}
#main .job .jobImg img {
	width: 101.3rem;
}
#main .career {
	padding-right: 2.3rem;
	padding-bottom: 5.6rem;
}
#main .career .heading02 {
	margin-bottom: 3.5rem;
}
#main .career .careerImg {
	margin-left: 1.8rem;
}
#main .secWrap .subBox {
	margin-bottom: 4.4rem;
	padding-bottom: 6.3rem;
	position: relative;
}
#main .secWrap .subBox::after {
	width: 100%;
	max-width: 104rem;
	position: absolute;
	left: 0;
	bottom: 0;
	border-bottom: 0.2rem dashed #1746FF;
	content: '';
}
#main .secWrap .subBox:last-child {
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}
#main .secWrap .subBox:last-child::after {
	display: none;
}
#main .heading03 {
	margin-bottom: 5.2rem;
	text-align: center;
	font-size: 3.1rem;
	font-weight: 400;
	letter-spacing: 0.18em;
}
#main .heading03 .en {
	margin-bottom: 2.5rem;
	display: block;
}
#main .heading03 .en img {
	width: 33.5rem;
}
#main .message {
	margin-top: 6.9rem;
	position: relative;
	z-index: 1;
}
#main .msBox {
	margin: 0 auto;
	width: 108rem;
	gap: 1.2rem 7.7rem;
	align-items: flex-start;
	align-content: flex-start;
}
#main .msBox .item {
	padding: 2.8rem 3.6rem;
	width: 43rem;
	position: relative;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	border: 0.2rem solid currentColor;
}
#main .msBox .item .textBox {
	position: relative;
	flex: 1;
	z-index: 1;
}
#main .msBox .item .textBox p {
	font-size: 1.5rem;
	font-weight: 400;
	letter-spacing: 0.16em;
	line-height: 1.8;
}
#main .msBox .item .photoBox {
	margin: -1.6rem -1.9rem -8rem 1.7rem;
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
	gap: 2.1rem;
	position: relative;
}
#main .msBox .item .photoBox .txt {
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.55;
	text-align: right;
	white-space: nowrap;
}
#main .msBox .item .photoBox .photo {
	margin: 0 -1rem 0 1rem;
}
#main .msBox .item .photoBox .photo img {
	width: 13.2rem;
}
#main .msBox .item01 {
	margin-left: 6.5rem;
}
#main .msBox .item02 {
	margin-top: 8rem;
	padding: 3.1rem 3.6rem 2.8rem;
	width: 50.5rem;
}
#main .msBox .item02 .photoBox {
	margin: -8.7rem -0.3rem -8rem 3.8rem;
	gap: 0;
}
#main .msBox .item02 .photoBox .photo {
	margin: 0 2rem -1.1rem 0;
}
#main .msBox .item03 {
	margin-left: 9.5rem;
	padding: 2.8rem 3.2rem;
	flex-direction: row-reverse;
}
#main .msBox .item03 .photoBox {
	margin: -1rem 3rem -6.5rem -1rem;
	gap: 2.5rem;
}
#main .msBox .item03 .photoBox .txt {
	text-align: left;
}
#main .msBox .item03 .photoBox .photo {
	margin: 0 0 0 -1.5rem;
}
#main .msBox .item04 {
	margin-top: 6.3rem;
	padding-bottom: 2.5rem;
	flex-direction: row-reverse;
}
#main .msBox .item04 .photoBox {
	margin: -4.7rem 2.8rem -4rem -2.2rem;
	gap: 1.7rem;
}
#main .msBox .item04 .photoBox .photo {
	margin: 0;
}
#main .msBox .item04 .photoBox .txt {
	margin-left: 0.8rem;
	text-align: left;
}
#main .heading04 {
	margin-bottom: 1.9rem;
	color: #1746FF;
	font-size: 3.2rem;
	font-weight: 400;
	letter-spacing: 0.16em;
}
@media all and (min-width: 897px) {
	#main .course .textBox .item04 .ttl::after {
		bottom: 50%;
		transform: translateY(50%) rotate(-90deg);
		left: auto;
		right: -3.8rem;
	}
}
@media all and (max-width: 896px) {
	#main {
		padding-top: 2.7rem;
	}
	#main .pageLead img {
		max-height: 3.2rem;
	}
	#main .content {
		margin: 0 1rem;
		padding: 2.3rem 0 2.9rem;
		width: auto;
	}
	#main .content::before {
		margin-left: -4.1rem;
		width: 100%;
		top: 116.8rem;
		background: url(../img/course/bg01_sp.png) no-repeat right top / 40.4rem;
	}
	#main h2 {
		margin-bottom: 2.1rem;
	}
	#main h2 img {
		max-height: 1.8rem;
	}
	#main .introText {
		margin-bottom: 4.8rem;
		font-size: 1.35rem;
		font-weight: 400;
		line-height: 1.62;
		letter-spacing: 0.18em;
	}
	#main .leadImg {
		margin: 0 2rem -0.1rem;
	}
	#main .leadImg img {
		max-height: 2.9rem;
	}
	#main .leadImg01 img {
		max-height: 3.8rem;
	}
	#main .heading01 {
		margin: 0 -1rem 1.7rem;
		font-size: 1.4rem;
		letter-spacing: 0.14em;
	}
	#main .course {
		margin: 0 2rem 3.5rem;
		padding: 2.2rem 2rem;
		border-radius: 0.5rem;
	}
	#main .course .textBox {
		gap: 3rem 0;
	}
	#main .course .textBox .item {
		width: 100%;
	}
	#main .course .textBox .ttl {
		margin-bottom: 3.3rem;
		padding: 1rem 0 1.2rem;
		width: 100%;
		min-height: 5.8rem;
		font-size: 1.15rem;
	}
	#main .course .textBox .ttl::after {
		width: 1.8rem;
		height: 0.9rem;
		bottom: -2.4rem;
	}
	#main .course .textBox .text01 {
		margin-bottom: 0.5rem;
		padding: 1.1rem 0.5rem 1.3rem;
		font-size: 1.15rem;
		border-radius: 0.2rem;
	}
	#main .course .textBox .text02 {
		padding: 1.2rem 0.5rem;
		font-size: 1.05rem;
		border-radius: 0.2rem;
	}
	#main .course .textBox .textList {
		gap: 0.5rem 0.6rem;
	}
	#main .course .textBox .textList li {
		padding: 0.5rem 0.2rem;
		width: calc(50% - 0.3rem);
		min-height: 4.3rem;
		font-size: 1.05rem;
		border-radius: 0.2rem;
	}
	#main .course .textBox .item02 .textList {
		flex-direction: row;
	}
	#main .course .textBox .item02 .textList li {
		width: calc(50% - 0.3rem);
		flex: initial;
	}
	#main .course .textBox .textList li .ls {
		letter-spacing: 0.15em;
	}
	#main .course .textBox .item04 {
		margin: 0;
		width: 100%;
		min-height: initial;
		flex-direction: column;
		gap: 3.4rem;
	}
	#main .heading02 {
		margin-bottom: 0.7rem;
		font-size: 1.95rem;
		letter-spacing: 0.12em;
		line-height: 1.2;
	}
	#main .secWrap {
		margin: 0 0 3.7rem 2rem;
		padding: 2.2rem 2rem 1.8rem;
		border-radius: 0.5rem 0 0 0.5rem;
	}
	#main .right {
		margin: 0 2rem 2.6rem 0;
		padding: 2.3rem 2rem 2.2rem;
		border-radius: 0 0.5rem 0.5rem 0;
	}
	#main .leadText {
		font-size: 1.2rem;
		letter-spacing: 0.05em;
	}
	#main .leadText .note {
		font-size: 1.2rem;
		line-height: 2;
		letter-spacing: 0.04em;
	}
	#main .right .heading02 {
		margin-bottom: 1rem;
		text-align: justify;
	}
	#main .right .leadText {
		text-align: justify;
	}
	#main .business .leadText {
		margin-bottom: 2rem;
		line-height: 1.8;
	}
	#main .business .fieldImg {
		margin: 0 -0.1rem;
	}
	#main .business .fieldImg img {
		width: 100%;
	}
	#main .skill {
		margin-bottom: 3.2rem;
		padding-top: 2.2rem;
		padding-bottom: 2rem;
	}
	#main .skill .heading02 {
		margin-bottom: 1.5rem;
	}
	#main .skill .skillImg {
		margin: 0 -0.1rem;
		text-align: center;
	}
	#main .skill .skillImg img {
		width: auto;
	}
	#main .job {
		padding-bottom: 1.6rem;
	}
	#main .job .leadText {
		margin-bottom: 2.4rem;
		line-height: 1.8;
	}
	#main .job .jobImg {
		margin: 0 -0.1rem;
		text-align: center;
	}
	#main .job .jobImg img {
		width: auto;
	}
	#main .career {
		padding-right: 2rem;
		padding-bottom: 2.2rem;
	}
	#main .career .heading02 {
		margin-bottom: 1.8rem;
	}
	#main .career .careerImg {
		margin: 0 -0.2rem 0 0;
		text-align: center;
	}
	#main .career .careerImg img {
		width: auto;
	}
	#main .secWrap .subBox {
		margin-bottom: 2.1rem;
		padding-bottom: 3rem;
	}
	#main .secWrap .subBox::after {
		border-width: 0.1rem;
	}
	#main .heading03 {
		margin-bottom: 3.9rem;
		font-size: 1.55rem;
		letter-spacing: 0.12em;
	}
	#main .heading03 .en {
		margin-bottom: 1.3rem;
	}
	#main .heading03 .en img {
		width: 13.6rem;
	}
	#main .message {
		margin-top: 3.8rem;
	}
	#main .msBox {
		margin: 0 3.7rem;
		width: auto;
		gap: 3.6rem 0;
	}
	#main .msBox .item {
		margin: 0 !important;
		padding: 1.8rem 2.2rem 1.4rem;
		width: 100% !important;
		border-width: 0.15rem;
	}
	#main .msBox .item .textBox p {
		font-size: 1.1rem;
		line-height: 1.58;
	}
	#main .msBox .item .photoBox {
		margin: -1rem -1rem -3rem 1rem;
		gap: 1.9rem;
	}
	#main .msBox .item .photoBox .txt {
		font-size: 1.1rem;
	}
	#main .msBox .item .photoBox .photo {
		margin: 0 0 0 0.8rem;
	}
	#main .msBox .item .photoBox .photo img {
		width: 8.1rem;
	}
	#main .msBox .item02 {
		padding: 1.8rem 2.2rem 1.4rem;
	}
	#main .msBox .item02 .photoBox {
		margin: -0.7rem -1rem -0.6rem 1.8rem;
		gap: 1.5rem;
		flex-direction: column-reverse;
		justify-content: flex-end;
	}
	#main .msBox .item02 .photoBox .photo {
		margin: 0 0 0 0.8rem;
	}
	#main .msBox .item03 {
		padding: 2.1rem 2.2rem 1.4rem;
	}
	#main .msBox .item03 .photoBox {
		margin: -1rem 2rem -1.2rem -0.7rem;
		gap: 1.2rem;
	}
	#main .msBox .item03 .photoBox .photo {
		margin: 0 0 0 -1.2rem;
	}
	#main .msBox .item03 .photoBox .photo img {
		width: 8.8rem;
	}
	#main .msBox .item04 {
		padding-bottom: 2rem;
	}
	#main .msBox .item04 .photoBox {
		margin: -0.8rem 1.5rem -0.8rem -0.6rem;
		gap: 1.7rem;
		flex-direction: column-reverse;
		justify-content: flex-end;
	}
	#main .msBox .item04 .photoBox .photo {
		margin: 0 0 0 0.2rem;
	}
	#main .msBox .item04 .photoBox .photo img {
		width: 9rem;
	}
	#main .msBox .item04 .photoBox .txt {
		margin-left: 0;
	}
	#main .heading04 {
		margin-bottom: 2rem;
		font-size: 1.6rem;
		letter-spacing: 0.12em;
	}
}
#main .leadImg02 {
	margin-bottom: -1.8rem;
}
#main .leadImg02 img {
	max-height: 9.8rem;
}
#main .spec {
	padding-left: 6rem;
	padding-bottom: 5rem;
}
#main .spec .heading02 {
	margin-bottom: 5.1rem;
}
#main .spec .specImg img {
	width: 101rem;
}
@media all and (max-width: 896px) {
	#main .leadImg02 {
		margin-bottom: -0.3rem;
	}
	#main .leadImg02 img {
		max-height: 4rem;
	}
	#main .spec {
		padding-left: 2rem;
		padding-bottom: 2.9rem;
	}
	#main .spec .heading02 {
		margin-bottom: 1.5rem;
		font-size: 2.1rem;
	}
	#main .spec .specImg {
		text-align: center;
	}
	#main .spec .specImg img {
		width: auto;
	}
}
/* accounting */
#main.accounting .msBox .item {
	flex-direction: column;
}
#main.accounting .msBox .item .photoBox .txt {
	text-align: left;
	letter-spacing: 0.08em;
	white-space: initial;
}
#main.accounting .msBox .item .photoBox {
	margin: 0;
	width: 100%;
}
#main.accounting .msBox .item01 .image {
	width: 9.1rem;
	position: absolute;
	left: 4.2rem;
	top: -13.6rem;
}
@media all and (min-width: 897px) {
	#main.accounting .what {
		margin-bottom: 6.6rem;
		padding-bottom: 3.7rem;
	}
	#main.accounting .job {
		padding-bottom: 7.7rem;
	}
	#main.accounting .job .heading02 {
		margin-bottom: -0.8rem;
	}
	#main.accounting .job .jobImg {
		margin: 0 1.9rem 0 0;
		text-align: center;
	}
	#main.accounting .skill {
		padding-bottom: 8rem;
	}
	#main.accounting .skill .skillImg {
		margin: 0 0.2rem 0 1.4rem;
	}
	#main.accounting .career .careerImg {
		margin-left: 1.7rem;
	}
	#main.accounting .heading03 {
		margin-bottom: 6.9rem;
	}
	#main.accounting .msBox {
		gap: 5rem 5.2rem;
	}
	#main.accounting .msBox .item {
		padding-left: 3.5rem;
		padding-right: 3.5rem;
	}
	#main.accounting .msBox .item01 {
		margin-top: 4.4rem;
		margin-left: 6.3rem;
		width: 45.1rem;
		gap: 3.6rem 0;
	}
	#main.accounting .msBox .item01 .textBox {
		margin-right: 9rem;
	}
	#main.accounting .msBox .item01 .photoBox .photo {
		margin: 0 0 -2rem;
		position: absolute;
		right: -1.3rem;
		bottom: 100%;
	}
	#main.accounting .msBox .item01 .photoBox .photo img {
		width: 8.4rem;
	}
	#main.accounting .msBox .item02 {
		margin-top: 0;
		width: 41.8rem;
		padding: 2.8rem 3.3rem 2.9rem;
		gap: 1.4rem 0;
	}
	#main.accounting .msBox .item02 .textBox {
		margin-right: 13rem;
	}
	#main.accounting .msBox .item02 .photoBox .photo {
		margin: 0;
		position: absolute;
		right: -11.3rem;
		bottom: -6.8rem;
	}
	#main.accounting .msBox .item02 .photoBox .photo img {
		width: 21.5rem;
	}
	#main.accounting .msBox .item03 {
		margin-left: 16.4rem;
		padding: 3rem 3rem 4.1rem 12.7rem;
		width: 40.5rem;
		gap: 1.6rem 0;
	}
	#main.accounting .msBox .item03 .photoBox {
		margin: 0;
		width: 100%;
		position: static;
	}
	#main.accounting .msBox .item03 .photoBox .photo {
		margin: 0;
		position: absolute;
		left: -11.5rem;
		top: -2.4rem;
		width: 22.9rem;
	}
	#main.accounting .msBox .item03 .photoBox .photo img {
		width: 100%;
	}
	#main.accounting .msBox .item04 {
		margin: -4.7rem 0 0;
		padding: 2.3rem 3.4rem 2.9rem 2rem;
		width: 41.4rem;
		flex-direction: column-reverse;
		gap: 1.4rem 0;
	}
	#main.accounting .msBox .item04 .textBox {
		margin-left: 13rem;
	}
	#main.accounting .msBox .item04 .photoBox {
		margin: 0;
		width: 100%;
	}
	#main.accounting .msBox .item04 .photoBox .photo {
		margin: 3.5rem 0 0;
		position: absolute;
		left: -0.2rem;
		top: 100%;
	}
	#main.accounting .msBox .item04 .photoBox .photo img {
		width: 10.3rem;
	}
}
@media all and (max-width: 896px) {
	#main.accounting .leadImg01 {
		margin-bottom: -0.1rem;
	}
	#main.accounting .leadImg01 img {
		max-height: 3.8rem;
	}
	#main.accounting .skill .heading02 {
		font-size: 2.1rem;
		margin-bottom: 0.9rem;
	}
	#main.accounting .skill .skillImg {
		margin: 0;
	}
	#main.accounting .heading03 {
		margin-bottom: 3.3rem;
	}
	#main.accounting .msBox {
		gap: 2.9rem 0;
	}
	#main.accounting .msBox .item {
		padding: 1.2rem 1.3rem 1.9rem;
		min-height: 18rem;
		flex-direction: column-reverse;
		gap: 1.1rem;
	}
	#main.accounting .msBox .item .textBox {
		margin: 0 11.8rem 0 0.9rem;
	}
	#main.accounting .msBox .item .photoBox .txt {
		line-height: 1.45;
		letter-spacing: 0.05em;
	}
	#main.accounting .msBox .item .photoBox .photo {
		margin: 0;
	}
	#main.accounting .msBox .item .photoBox .photo img {
		width: 100%;
	}
	#main.accounting .msBox .item01 {
		min-height: 24.8rem;
	}
	#main.accounting .msBox .item01 .photoBox .photo {
		width: 5rem;
		position: absolute;
		right: 2.6rem;
		top: 4rem;
	}
	#main.accounting .msBox .item01 .image {
		width: 5.5rem;
		right: 7rem;
		left: auto;
		top: auto;
		bottom: -2rem;
	}
	#main.accounting .msBox .item02 .photoBox .photo {
		width: 12.9rem;
		position: absolute;
		right: -2.9rem;
		top: 0.9rem;
	}
	#main.accounting .msBox .item03 {
		padding: 2.1rem 1.3rem 1rem;
		flex-direction: column;
		gap: 1.5rem;
	}
	#main.accounting .msBox .item03 .textBox {
		margin: 0 1rem 0 12rem;
	}
	#main.accounting .msBox .item03 .photoBox .photo {
		width: 13.7rem;
		position: absolute;
		left: -3.8rem;
		bottom: 100%;
		margin-bottom: 0.9rem;
	}
	#main.accounting .msBox .item04 {
		min-height: 21.9rem;
	}
	#main.accounting .msBox .item04 .textBox {
		margin: 0.2rem 1rem 0.3rem 8rem;
	}
	#main.accounting .msBox .item04 .photoBox .photo {
		width: 6.15rem;
		position: absolute;
		left: 0;
		top: 100%;
		margin-top: 1.2rem;
	}
}
/* legal */
@media all and (min-width: 897px) {
	#main.legal .job {
		padding-bottom: 7.1rem;
	}
	#main.legal .job .heading02 {
		margin-bottom: 3.4rem;
	}
	#main.legal .job .jobImg {
		padding-left: 1rem;
	}
	#main.legal .job .jobImg img {
		width: auto;
	}
	#main.legal .skill .skillImg {
		margin: 0;
	}
	#main.legal .career .careerImg {
		margin-left: 1.7rem;
	}
	#main.legal .message .heading03 {
		margin-bottom: 6.3rem;
	}
	#main.legal .msBox {
		padding-bottom: 7rem;
		gap: 10.4rem 6rem;
		justify-content: center;
	}
	#main.legal .msBox .item01 {
		margin-left: -0.1rem;
		padding: 3.8rem 4.3rem 6.5rem;
		width: 38.5rem;
	}
	#main.legal .msBox .item01 .photoBox {
		margin-right: -1.4rem;
		margin-bottom: 0;
		width: 10.2rem;
	}
	#main.legal .msBox .item01 .photoBox .photo {
		margin: 0;
		width: 28.4rem;
		position: absolute;
		right: -1.4rem;
		top: 6.4rem;
	}
	#main.legal .msBox .item01 .photoBox .photo img {
		width: 100%;
	}
	#main.legal .msBox .item02 {
		margin-top: 6.1rem;
		padding: 3.1rem 3.1rem 2.8rem 3.4rem;
		width: 41.6rem;
	}
	#main.legal .msBox .item02 .photoBox {
		margin: 0 0 -11.3rem 3.2rem;
		width: 10.2rem;
		gap: 2.5rem 0;
	}
	#main.legal .msBox .item02 .photoBox .photo {
		margin: 0;
	}
	#main.legal .msBox .item02 .photoBox .photo img {
		width: 9.7rem;
	}
	#main.legal .msBox .item03 {
		margin-left: 22.4rem;
		padding: 2.8rem 3.8rem 2.5rem;
		width: 51.4rem;
		gap: 2.8rem 0;
		flex-direction: column;
	}
	#main.legal .msBox .item03 .textBox {
		width: 30.2rem;
	}
	#main.legal .msBox .item03 .photoBox {
		margin: 0 1rem 0 -1rem;
		width: 100%;
	}
	#main.legal .msBox .item03 .photoBox .photo {
		margin: 0;
		position: absolute;
		right: -1.8rem;
		bottom: -14rem;
	}
	#main.legal .msBox .item03 .photoBox .photo img {
		width: 32.1rem;
	}
}
@media all and (max-width: 896px) {
	#main.legal .job {
		padding-bottom: 2.5rem;
	}
	#main.legal .job .heading02 {
		margin-bottom: 2.1rem;
	}
	#main.legal .job .jobImg {
		margin: 0 -0.1rem 0 0;
	}
	#main.legal .leadImg01 {
		margin-bottom: -0.1rem;
	}
	#main.legal .leadImg01 img {
		max-height: 3.8rem;
	}
	#main.legal .skill {
		padding-bottom: 2.3rem;
	}
	#main.legal .skill .heading02 {
		margin-bottom: 1.8rem;
		font-size: 2.1rem;
		line-height: 1.18;
	}
	#main.legal .skill .skillImg {
		margin: 0;
	}
	#main.legal .heading03 {
		margin-bottom: 4.9rem;
	}
	#main.legal .msBox {
		gap: 4.4rem;
	}
	#main.legal .msBox .item {
		padding: 2rem 2.2rem;
	}
	#main.legal .msBox .item01 .photoBox {
		width: 12.2rem;
		gap: 1.1rem;
		margin-bottom: -5.6rem;
	}
	#main.legal .msBox .item01 .photoBox .photo {
		margin: 0 0 0 -1.9rem;
	}
	#main.legal .msBox .item01 .photoBox .photo img {
		width: 100%;
	}
	#main.legal .msBox .item02 .photoBox {
		margin: -0.9rem -1rem -3.3rem 4rem;
		width: 8.1rem;
		flex-direction: column;
		gap: 0.4rem;
	}
	#main.legal .msBox .item02 .photoBox .photo {
		margin: 0;
	}
	#main.legal .msBox .item02 .photoBox .photo img {
		width: 5.55rem;
	}
	#main.legal .msBox .item03 {
		flex-direction: row;
	}
	#main.legal .msBox .item03 .photoBox {
		margin: -0.9rem -1.1rem -10.7rem 0;
		width: 10rem;
		gap: 1.6rem;
	}
	#main.legal .msBox .item03 .photoBox .txt {
		text-align: right;
	}
	#main.legal .msBox .item03 .photoBox .photo {
		margin: 0 2.1rem 0 -9.8rem;
	}
	#main.legal .msBox .item03 .photoBox .photo img {
		width: 100%;
	}
	#main.legal .msBox {
		padding-bottom: 2.8rem;
	}
}
/* actuary */
#main.actuary .msBox .item {
	flex-direction: column;
}
#main.actuary .msBox .item .photoBox {
	margin: 0;
	width: 100%;
}
#main.actuary .msBox .item .photoBox .photo {
	margin: 0;
	position: absolute;
}
#main.actuary .msBox .item .photoBox .photo img {
	width: 100%;
}
@media all and (min-width: 897px) {
	#main.actuary .secWrap .subBox::after {
		max-width: 100%;
	}
	#main.actuary .job {
		padding-bottom: 3.3rem;
	}
	#main.actuary .job .heading02 {
		margin-bottom: 2.3rem;
	}
	#main.actuary .job .subBox {
		margin: 0 0 4.3rem 1.2rem;
		padding: 0 0 5.9rem 0.5rem;
	}
	#main.actuary .job .jobImg {
		margin: 0;
	}
	#main.actuary .job .jobImg img {
		width: 100%;
	}
	#main.actuary .job .heading04.mb01 {
		margin-bottom: -0.2rem;
	}
	#main.actuary .skill .heading02 {
		margin-bottom: 4.5rem;
	}
	#main.actuary .skill .subBox {
		margin: 0 0.3rem 2.7rem 0.7rem;
		padding-bottom: 3.5rem;
	}
	#main.actuary .skill .skillImg {
		margin: 0;
	}
	#main.actuary .career .careerImg {
		margin-left: 1.6rem;
	}
	#main.actuary .career .subBox {
		padding-bottom: 5.6rem;
	}
	#main.actuary .career .subBox::after {
		max-width: 104rem;
	}
	#main.actuary .heading03 {
		margin-bottom: 10.8rem;
	}
	#main.actuary .msBox {
		justify-content: center;
		gap: 5.3rem 6.1rem;
	}
	#main.actuary .msBox .item01 {
		margin-top: 7rem;
		margin-left: 1.7rem;
		padding: 2.2rem 3.2rem 3.2rem;
		width: 37.7rem;
		flex-direction: column-reverse;
		gap: 2.6rem 0;
	}
	#main.actuary .msBox .item01 .photoBox .photo {
		width: 23.1rem;
		left: 0.1rem;
		top: -16.4rem;
	}
	#main.actuary .msBox .item01 .photoBox .txt {
		margin-right: 0.3rem;
	}
	#main.actuary .msBox .item01 .textBox {
		margin-left: 11.8rem;
	}
	#main.actuary .msBox .item02 {
		margin-top: 0;
		padding: 3rem 3.4rem 2.5rem;
		width: 46.5rem;
		gap: 1.5rem 0;
	}
	#main.actuary .msBox .item02 .textBox {
		margin-right: 18.2rem;
	}
	#main.actuary .msBox .item02 .photoBox .txt {
		text-align: left;
	}
	#main.actuary .msBox .item02 .photoBox .photo {
		width: 24.8rem;
		right: -3rem;
		bottom: -12.5rem;
	}
	#main.actuary .msBox .item03 {
		margin-left: 10.8rem;
		width: 39.2rem;
	}
	#main.actuary .msBox .item03 .photoBox {
		padding-top: 5.8rem;
	}
	#main.actuary .msBox .item03 .photoBox .txt {
		text-align: right;
	}
	#main.actuary .msBox .item03 .photoBox .photo {
		width: 37rem;
		left: -10.2rem;
		bottom: -12.6rem;
	}
	#main.actuary .msBox {
		padding-bottom: 4.5rem;
	}
}
@media all and (max-width: 896px) {
	#main.actuary .job {
		padding: 2.7rem 2rem 2.2rem;
	}
	#main.actuary .job .heading02 {
		margin-bottom: 2.3rem;
	}
	#main.actuary .job .jobImg {
		margin: 0 -0.1rem 0 0;
	}
	#main.actuary .job .subBox {
		margin-bottom: 1.9rem;
		padding-bottom: 2.6rem;
	}
	#main.actuary .job .heading04.mb01 {
		margin-bottom: 1.4rem;
	}
	#main.actuary .skill .heading02 {
		margin-bottom: 2rem;
		font-size: 2.1rem;
	}
	#main.actuary .skill .skillImg {
		margin: 0;
	}
	#main.actuary .skill .subBox {
		padding-bottom: 2.3rem;
	}
	#main.actuary .spec .heading02 {
		margin-bottom: 1.9rem;
	}
	#main.actuary .career .subBox {
		padding-bottom: 2.7rem;
	}
	#main.actuary .heading03 {
		margin-bottom: 4.8rem;
	}
	#main.actuary .msBox {
		gap: 3.9rem 0;
		padding-bottom: 3.5rem;
	}
	#main.actuary .msBox .item {
		padding: 1.9rem 2.1rem 1.9rem;
		min-height: 15rem;
		flex-direction: row-reverse;
	}
	#main.actuary .msBox .item .photoBox {
		width: 12.3rem;
		margin: -1rem 0 0 -0.5rem;
	}
	#main.actuary .msBox .item01 {
		min-height: 17.8rem;
	}
	#main.actuary .msBox .item01 .photoBox .txt {
		text-align: left;
	}
	#main.actuary .msBox .item .photoBox .photo {
		width: 11.5rem;
		left: -0.3rem;
		top: -1.4rem;
	}
	#main.actuary .msBox .item02 {
		flex-direction: row;
		min-height: 19.5rem;
	}
	#main.actuary .msBox .item02 .photoBox {
		margin: -0.8rem -0.9rem 0 0;
		width: 13rem;
	}
	#main.actuary .msBox .item02 .photoBox .photo {
		width: 12.4rem;
		left: auto;
		right: -0.4rem;
		top: auto;
		bottom: -3.2rem;
	}
	#main.actuary .msBox .item03 {
		padding-bottom: 2.6rem;
	}
	#main.actuary .msBox .item03 .photoBox {
		width: 8.9rem;
	}
	#main.actuary .msBox .item03 .photoBox .photo {
		width: 18.5rem;
		top: auto;
		bottom: -10rem;
		left: 0.9rem;
	}
}
/* architecture */
@media all and (min-width: 897px) {
	#main.architecture .pageLead {
		padding-top: 1.4rem;
		margin-bottom: -0.3rem;
	}
	#main.architecture .pageLead img {
		max-height: 20.9rem;
	}
	#main.architecture .job .heading02 {
		margin-bottom: -0.8rem;
	}
	#main.architecture .job .jobImg {
		margin-left: 0.3rem;
	}
	#main.architecture .job .jobImg img {
		width: 102.7rem;
	}
	#main.architecture .skill .skillImg {
		margin: 0 0.3rem 0 0.7rem;
	}
	#main.architecture .career {
		padding-bottom: 6.3rem;
	}
	#main.architecture .career .heading02 {
		margin-bottom: -0.1rem;
	}
	#main.architecture .heading03 {
		margin-bottom: 11.4rem;
	}
	#main.architecture .msBox {
		gap: 5.2rem 5.2rem;
		justify-content: center;
	}
	#main.architecture .msBox .item .photoBox {
		margin: 0;
	}
	#main.architecture .msBox .item .photoBox .photo {
		margin: 0;
	}
	#main.architecture .msBox .item .photoBox .photo img {
		width: 100%;
	}
	#main.architecture .msBox .item01 {
		margin: 0;
		padding: 2.8rem 11rem 5.2rem 3.5rem;
		width: 41.6rem;
		flex-direction: column;
		gap: 3.6rem 0;
	}
	#main.architecture .msBox .item01 .photoBox .txt {
		padding-right: 1rem;
	}
	#main.architecture .msBox .item01 .photoBox .photo {
		width: 36rem;
		position: absolute;
		right: -9.2rem;
		bottom: -13.1rem;
	}
	#main.architecture .msBox .item02 {
		margin-top: 9rem;
		padding: 7.4rem 3.4rem 3rem;
		width: 41.6rem;
		flex-direction: row;
		align-items: flex-end;
	}
	#main.architecture .msBox .item02 .photoBox {
		width: 9.8rem;
		position: static;
	}
	#main.architecture .msBox .item02 .photoBox .photo {
		position: absolute;
		width: 39.5rem;
		right: 2.8rem;
		top: -12.5rem;
	}
	#main.architecture .msBox .item02 .photoBox .txt {
		text-align: left;
		margin: 0 0 -0.5rem 2rem;
	}
	#main.architecture .msBox .item03 {
		margin: 0 22.6rem 0 0;
		padding: 3rem 11.6rem 4.8rem 3.4rem;
		width: 49.6rem;
		flex-direction: column;
		gap: 1.9rem 0;
	}
	#main.architecture .msBox .item03 .photoBox .photo {
		width: 55.9rem;
		position: absolute;
		right: -23.7rem;
		bottom: -12.4rem;
	}
	#main.architecture .msBox .item03 .photoBox .txt {
		text-align: right;
		margin-right: 1.1rem;
	}
	#main.architecture .msBox {
		padding-bottom: 5.4rem;
	}
}
@media all and (max-width: 896px) {
	#main.architecture .pageLead {
		padding-top: 0.5rem;
		margin-bottom: -0.1rem;
	}
	#main.architecture .pageLead img {
		max-height: 6.6rem;
	}
	#main.architecture .introText {
		margin-bottom: 0.7rem;
	}
	#main.architecture .skill .heading02 {
		font-size: 2.1rem;
		line-height: 1.18;
	}
	#main.architecture .msBox {
		gap: 8.9rem 0;
		padding-bottom: 1.8rem;
	}
	#main.architecture .msBox .item {
		min-height: 14rem;
	}
	#main.architecture .msBox .item01 {
		padding: 1.9rem 2.3rem 1.9rem;
	}
	#main.architecture .msBox .item01 .photoBox {
		width: 6rem;
	}
	#main.architecture .msBox .item01 .photoBox .photo {
		width: 15.8rem;
		position: absolute;
		right: 1.1rem;
		bottom: -6.3rem;
	}
	#main.architecture .msBox .item .photoBox .photo img {
		width: 100%;
	}
	#main.architecture .msBox .item02 {
		padding: 2.1rem 2.3rem 2.3rem;
		min-height: 16.5rem;
	}
	#main.architecture .msBox .item02 .textBox p {
		letter-spacing: 0.28em;
	}
	#main.architecture .msBox .item02 .photoBox {
		margin-top: -1rem;
		margin-right: -1.2rem;
		width: 5rem;
	}
	#main.architecture .msBox .item02 .photoBox .photo {
		width: 17rem;
		position: absolute;
		right: 0.8rem;
		bottom: -8rem;
	}
	#main.architecture .msBox .item03 {
		margin-top: -1.7rem !important;
		padding-bottom: 3.7rem;
		min-height: 18rem;
	}
	#main.architecture .msBox .item03 .textBox p {
		letter-spacing: 0.2em;
	}
	#main.architecture .msBox .item03 .photoBox {
		width: 7.5rem;
	}
	#main.architecture .msBox .item03 .photoBox .photo {
		width: 16.4rem;
		position: absolute;
		left: -2.5rem;
		bottom: -6.7rem;
	}
}
/* it */
#main.it .msBox .item01 .image {
	width: 32.6rem;
	position: absolute;
	left: -8.7rem;
	bottom: -11.2rem;
}
#main.it .msBox .item02 .image {
	width: 9.9rem;
	position: absolute;
	left: -3.2rem;
	top: 4rem;
}
#main.it .msBox .item03 .image {
	width: 18rem;
	position: absolute;
	right: -4.4rem;
	top: -2.9rem;
}
@media all and (min-width: 897px) {
	#main.it .job {
		padding-bottom: 4.4rem;
	}
	#main.it .job .heading02 {
		margin-bottom: -4.8rem;
	}
	#main.it .job .jobImg {
		margin-left: 1.6rem;
		margin-right: 0.1rem;
	}
	#main.it .job .jobImg img {
		width: 100%;
	}
	#main.it .skill .skillImg {
		margin: 0 0.2rem 0 0;
	}
	#main.it .career .careerImg {
		margin-left: 1.6rem;
	}
	#main.it .msBox {
		padding-bottom: 9.6rem;
		gap: 6.8rem 7.7rem;
		justify-content: center;
	}
	#main.it .msBox .image {
		position: absolute;
	}
	#main.it .msBox .item .photoBox {
		margin-right: -1rem;
		margin-left: 3rem;
		margin-bottom: -8.9rem;
		gap: 3.1rem 0;
	}
	#main.it .msBox .item .photoBox .photo {
		margin: 0 0.9rem 0 0;
	}
	#main.it .msBox .item .photoBox .photo img {
		width: 10.1rem;
	}
	#main.it .msBox .item01 {
		margin-left: 0;
	}
	#main.it .msBox .item02 {
		margin-right: -8.4rem;
		padding-left: 9.5rem;
		width: 52.9rem;
	}
	#main.it .msBox .item02 .photoBox {
		margin: 0 -1.5rem -2.3rem 2.8rem;
		display: flex;
		align-items: flex-end;
		align-self: flex-end;
		flex-direction: row-reverse;
		gap: 1.1rem;
	}
	#main.it .msBox .item02 .photoBox .photo {
		margin: 0 0 -5rem;
		width: 8.4rem;
	}
	#main.it .msBox .item02 .photoBox .txt {
		margin-bottom: 1rem;
	}
	#main.it .msBox .item03 {
		margin: 0 1rem 0 0;
		flex-direction: row;
	}
	#main.it .msBox .item03 .photoBox {
		margin-left: 0;
		margin-bottom: -15.3rem;
		margin-right: -1.7rem;
		align-items: center;
		flex-direction: row-reverse;
		align-self: flex-end;
	}
	#main.it .msBox .item03 .photoBox .photo {
		margin-right: 1.7rem;
	}
	#main.it .msBox .item03 .photoBox .photo img {
		width: 9.7rem;
	}
	#main.it .msBox .item03 .photoBox .txt {
		margin-bottom: 4.8rem;
	}
}
@media all and (max-width: 896px) {
	#main.it .what .heading02 {
		margin-bottom: 1.5rem;
		font-size: 2.1rem;
	}
	#main.it .what p {
		letter-spacing: 0.12em;
	}
	#main.it .job {
		padding-bottom: 3rem;
	}
	#main.it .job .heading02 {
		margin-bottom: 1.3rem;
		line-height: 1.4;
		letter-spacing: 0.18em;
	}
	#main.it .skill {
		padding-bottom: 3rem;
	}
	#main.it .skill .heading02 {
		margin-bottom: 2.3rem;
		font-size: 2.1rem;
		line-height: 1.28;
	}
	#main.it .spec .heading02 {
		margin-bottom: 2.8rem;
		line-height: 1.45;
		font-size: 1.95rem;
		letter-spacing: 0.18em;
	}
	#main.it .career {
		padding-top: 2.6rem;
		padding-bottom: 3rem;
	}
	#main.it .career .heading02 {
		margin-bottom: 1.4rem;
		font-size: 2.1rem;
		line-height: 1.3;
	}
	#main.it .heading03 {
		margin-bottom: 3.4rem;
		letter-spacing: 0.2em;
		line-height: 1.53;
	}
	#main.it .msBox {
		margin: 0 4rem;
		padding-bottom: 3.7rem;
		gap: 8.8rem 0;
	}
	#main.it .msBox .item {
		padding: 2rem 2.4rem;
		min-height: 18rem;
	}
	#main.it .msBox .item .photoBox {
		margin-left: 2.2rem;
		margin-bottom: -8.8rem;
		justify-content: space-between;
	}
	#main.it .msBox .item .photoBox .photo {
		margin: 0 -0.2rem 0 0;
	}
	#main.it .msBox .item .photoBox .photo img {
		width: 6.7rem;
	}
	#main.it .msBox .item01 {
		padding-bottom: 5.7rem;
	}
	#main.it .msBox .item01 .image {
		width: 21.5rem;
		left: -3.3rem;
		bottom: -6.4rem;
	}
	#main.it .msBox .item02 {
		padding-bottom: 2.2rem;
	}
	#main.it .msBox .item02 .image {
		width: 6.5rem;
		left: auto;
		right: 8.5rem;
		top: auto;
		bottom: -8.5rem;
	}
	#main.it .msBox .item02 .photoBox {
		margin: -1rem -1.2rem -4.2rem 1.2rem;
		flex-direction: column;
		justify-content: space-between;
	}
	#main.it .msBox .item02 .photoBox .photo {
		margin: 0 1.6rem 0 0;
	}
	#main.it .msBox .item02 .photoBox .photo img {
		width: 5.6rem;
	}
	#main.it .msBox .item03 {
		margin-top: 1.7rem !important;
		padding-bottom: 1.5rem;
		flex-direction: row;
	}
	#main.it .msBox .item03 .photoBox {
		margin: -1rem -1.3rem -5.8rem 0.7rem;
		justify-content: space-between;
		gap: 3rem;
	}
	#main.it .msBox .item03 .photoBox .txt {
		text-align: right;
	}
	#main.it .msBox .item03 .photoBox .photo {
		margin: 0 1.8rem 0 0;
	}
	#main.it .msBox .item03 .photoBox .photo img {
		width: 6.4rem;
	}
	#main.it .msBox .item03 .image {
		width: 11.9rem;
		right: 9rem;
		top: auto;
		bottom: -5.5rem;
	}
}
/* investment */
#main .what .textList {
	max-width: 102.8rem;
	display: flex;
	flex-direction: column;
	gap: 2rem 0;
}
#main .what .textList li {
	width: 100%;
	padding: 2.4rem 3.2rem 2.8rem;
	font-size: 1.5rem;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: 0.16em;
	border-radius: 0.6rem;
	background: #F0F0F0;
}
@media all and (max-width: 896px) {
	#main .what .textList {
		gap: 1.5rem 0;
	}
	#main .what .textList li {
		padding: 1.5rem 1.6rem 1.3rem;
		font-size: 1.1rem;
		line-height: 1.6;
		border-radius: 0.3rem;
		letter-spacing: 0.14em;
	}
}
@media all and (min-width: 897px) {
	#main.investment .secWrap {
		margin-bottom: 7.4rem;
	}
	#main.investment .what {
		padding-bottom: 5.5rem;
	}
	#main.investment .what .heading02 {
		margin-bottom: 2.6rem;
	}
	#main.investment .what .heading02.mb01 {
		margin-bottom: 1.5rem;
	}
	#main.investment .what .leadText {
		margin-bottom: 2.9rem;
	}
	#main.investment .what .leadText .note {
		margin-top: 0.2rem;
	}
	#main.investment .job {
		padding-bottom: 6.4rem;
	}
	#main.investment .job .heading02 {
		margin-bottom: 1.8rem;
	}
	#main.investment .job .jobImg {
		margin-right: -2.5rem;
		text-align: center;
	}
	#main.investment .job .jobImg img {
		width: 105.2rem;
	}
	#main.investment .skill {
		padding-bottom: 8rem;
	}
	#main.investment .skill .skillImg {
		margin: 0 0.3rem 0 -0.9rem;
	}
	#main.investment .career .heading02 {
		margin-bottom: 3.9rem;
	}
	#main.investment .career .heading02.mb01 {
		margin-bottom: 2.9rem;
	}
	#main.investment .career .subBox {
		margin-right: -0.1rem;
		margin-bottom: 2.1rem;
		padding-bottom: 4.7rem;
	}
	#main.investment .career .subBox01 {
		margin-bottom: 4.2rem;
	}
	#main.investment .career .careerImg01 {
		margin: 0 6.7rem -5.7rem -5rem;
	}
	#main.investment .heading03 {
		margin-bottom: 6.4rem;
	}
	#main.investment .msBox {
		padding-bottom: 12.5rem;
		justify-content: center;
		gap: 7.5rem 6rem;
	}
	#main.investment .msBox .item {
		flex-direction: column;
		gap: 1.9rem 0;
	}
	#main.investment .msBox .item .photoBox {
		margin: 0;
		width: 100%;
	}
	#main.investment .msBox .item .photoBox .photo {
		margin: 0;
		position: absolute;
	}
	#main.investment .msBox .item .photoBox .photo img {
		width: 100%;
	}
	#main.investment .msBox .item01 {
		margin: 0;
		padding: 3.8rem 4.2rem 3.8rem 11.2rem;
		width: 38.6rem;
	}
	#main.investment .msBox .item01 .photoBox .photo {
		width: 28.5rem;
		left: -15.9rem;
		bottom: -13.4rem;
	}
	#main.investment .msBox .item02 {
		margin-top: 6.1rem;
		padding: 3rem 13.4rem 2.8rem 3.3rem;
		width: 41.6rem;
	}
	#main.investment .msBox .item02 .photoBox .photo {
		width: 9rem;
		right: -10.7rem;
		bottom: -12rem;
	}
	#main.investment .msBox .item02 .photoBox .txt {
		text-align: left;
	}
	#main.investment .msBox .item03 {
		margin-left: 7.8rem;
		padding: 2.8rem 11.7rem 6.1rem 3.8rem;
		width: 35.7rem;
	}
	#main.investment .msBox .item03 .photoBox .photo {
		width: 28.6rem;
		right: -8.9rem;
		bottom: -15.1rem;
	}
	#main.investment .msBox .item04 {
		margin: 4.7rem 0 0 0.5rem;
		padding: 3rem 3.4rem;
		width: 41.7rem;
	}
	#main.investment .msBox .item04 .photoBox .photo {
		width: 24.5rem;
		right: -4.5rem;
		bottom: -21.9rem;
	}
}
@media all and (max-width: 896px) {
	#main.investment h2 img {
		max-height: 1.85rem;
	}
	#main.investment .what .leadText {
		margin-bottom: 1.7rem;
	}
	#main.investment .what .heading02.mb01 {
		margin-bottom: 1.3rem;
	}
	#main.investment .job {
		padding-top: 2.8rem;
		padding-bottom: 2.5rem;
	}
	#main.investment .job .heading02 {
		margin-bottom: 1.9rem;
	}
	#main.investment .job .jobImg {
		margin: 0 -0.1rem 0 0;
	}
	#main.investment .skill .heading02 {
		font-size: 2.1rem;
	}
	#main.investment .career {
		padding-bottom: 0;
	}
	#main.investment .career .subBox01 {
		margin-bottom: 3.3rem;
	}
	#main.investment .career .heading02.mb01 {
		margin-bottom: 1.1rem;
	}
	#main.investment .career .careerImg01 {
		margin: 0 -3rem 0 -2rem;
	}
	#main.investment .career .careerImg01 img {
		width: 100%;
		border-radius: 0 0 0 0.5rem;
	}
	#main.investment .heading03 {
		margin-bottom: 5.1rem;
	}
	#main.investment .msBox {
		padding-bottom: 0.5rem;
	}
	#main.investment .msBox .item {
		padding: 0.9rem 1.5rem;
	}
	#main.investment .msBox .item .textBox {
		padding: 1rem 0.5rem;
	}
	#main.investment .msBox .item .photoBox {
		margin: 0 0 -4.8rem 0;
	}
	#main.investment .msBox .item .photoBox .photo {
		margin: 0;
	}
	#main.investment .msBox .item .photoBox .photo img {
		width: 100%;
	}
	#main.investment .msBox .item01 {
		flex-direction: row-reverse;
	}
	#main.investment .msBox .item01 .photoBox {
		width: 12.4rem;
		gap: 1.2rem;
	}
	#main.investment .msBox .item01 .photoBox .photo {
		width: 15.9rem;
		margin-left: 0.2rem;
	}
	#main.investment .msBox .item01 .photoBox .txt {
		text-align-last: left;
	}
	#main.investment .msBox .item02 {
		padding: 1.1rem 1.1rem 1.4rem 1.7rem;
	}
	#main.investment .msBox .item02 .photoBox {
		margin-bottom: -2.6rem;
		width: 12.8rem;
		flex-direction: column;
		align-items: flex-end;
		justify-content: space-between;
	}
	#main.investment .msBox .item02 .photoBox .photo {
		margin: 0 3.5rem 0 0;
		width: 5rem;
	}
	#main.investment .msBox .item03 {
		flex-direction: row;
	}
	#main.investment .msBox .item03 {
		padding: 1.1rem 1.1rem 1.1rem 1.7rem;
	}
	#main.investment .msBox .item03 .photoBox {
		margin-bottom: -4.6rem;
		width: 12.8rem;
		justify-content: space-between;
	}
	#main.investment .msBox .item03 .photoBox .txt {
		text-align: right;
	}
	#main.investment .msBox .item03 .photoBox .photo {
		margin-left: -2.3rem;
		margin-right: 2.3rem;
		width: 12.7rem;
	}
	#main.investment .msBox .item04 {
		padding: 1.1rem 1rem 1.4rem 1.7rem;
		flex-direction: row;
	}
	#main.investment .msBox .item04 .photoBox {
		margin-bottom: -2rem;
		width: 12.8rem;
		flex-direction: column;
		justify-content: space-between;
	}
	#main.investment .msBox .item04 .photoBox .txt {
		text-align: right;
	}
	#main.investment .msBox .item04 .photoBox .photo {
		margin: 0 -0.5rem 0 0.5rem;
		width: 13.5rem;
	}
}
/* overseas */
#main.overseas .msBox {
	position: relative;
}
#main.overseas .msBox::before {
	margin-left: 0.4rem;
	width: 112.2rem;
	height: 60.4rem;
	position: absolute;
	left: 50%;
	top: 2rem;
	transform: translate(-50%, 0);
	background: url(../img/course/overseas/map_bg.png) no-repeat center top / 100%;
	content: '';
}
@media all and (min-width: 897px) {
	#main.overseas .what {
		padding-bottom: 3.5rem;
	}
	#main.overseas .job {
		padding-bottom: 6.3rem;
	}
	#main.overseas .job .heading02 {
		margin-bottom: 0.2rem;
	}
	#main.overseas .job .jobImg {
		margin-left: 1.6rem;
	}
	#main.overseas .skill {
		padding-bottom: 7.9rem;
	}
	#main.overseas .skill .skillImg {
		margin: 0 0 0 -0.5rem;
	}
	#main.overseas .career {
		padding-bottom: 6.1rem;
	}
	#main.overseas .career .heading02 {
		margin-bottom: -4.4rem;
		position: relative;
		z-index: 1;
	}
	#main.overseas .career .careerImg {
		margin-left: 1.7rem;
	}
	#main.overseas .heading03 {
		margin-bottom: 6.3rem;
	}
	#main.overseas .msBox {
		position: relative;
		justify-content: center;
		gap: 0 5rem;
	}
	#main.overseas .msBox .item {
		margin: 0;
		padding: 3.8rem 3.5rem;
		flex-direction: column;
		gap: 1.4rem;
		position: relative;
		z-index: 1;
	}
	#main.overseas .msBox .item .photoBox {
		margin: 0;
		width: 100%;
		position: static;
	}
	#main.overseas .msBox .item .photoBox .photo {
		margin: 0;
		position: absolute;
	}
	#main.overseas .msBox .item .photoBox .photo img {
		width: 100%;
	}
	#main.overseas .msBox .item .photoBox .txt {
		text-align: left;
		letter-spacing: 0.1em;
	}
	#main.overseas .msBox .item01 {
		margin-left: 4rem;
		padding: 3.8rem 3.5rem 3.6rem 11rem;
		width: 44.9rem;
	}
	#main.overseas .msBox .item01 .photoBox .photo {
		width: 10.3rem;
		left: -1.8rem;
		top: -5.2rem;
	}
	#main.overseas .msBox .item02 {
		margin-top: 4.5rem;
		padding: 2.6rem 11rem 3.9rem 3.5rem;
		width: 40.4rem;
		gap: 1.7rem 0;
		flex-direction: column-reverse;
	}
	#main.overseas .msBox .item02 .photoBox .photo {
		width: 8.2rem;
		right: 4.9rem;
		bottom: -7.8rem;
	}
	#main.overseas .msBox .item02 .textBox {
		margin-right: 3.9rem;
	}
	#main.overseas .msBox .item03 {
		margin-top: -3.5rem;
		margin-right: -0.5rem;
		padding: 2.6rem 13.4rem 3rem 3.7rem;
		width: 35.6rem;
		flex-direction: column-reverse;
	}
	#main.overseas .msBox .item03 .photoBox .photo {
		width: 11rem;
		right: 1.4rem;
		bottom: -5.8rem;
	}
	#main.overseas .msBox .item04 {
		margin-top: 9.8rem;
		margin-right: 2.2rem;
		padding: 3.3rem 3.5rem 3.2rem 2.6rem;
		width: 38.4rem;
		flex-direction: row-reverse;
	}
	#main.overseas .msBox .item04 .photoBox {
		margin: -10.9rem 0 -0.4rem;
		width: 10.9rem;
		flex-direction: column-reverse;
		justify-content: space-between;
		align-items: flex-start;
		gap: 0.3rem 0;
	}
	#main.overseas .msBox .item04 .photoBox .photo {
		width: 10.5rem;
		position: relative;
	}
}
@media all and (max-width: 896px) {
	#main.overseas .job {
		padding-top: 2.7rem;
		padding-bottom: 2.2rem;
	}
	#main.overseas .job .heading02 {
		margin-bottom: 1.7rem;
	}
	#main.overseas .skill {
		padding-bottom: 3rem;
	}
	#main.overseas .skill .heading02 {
		margin-bottom: 1.9rem;
		font-size: 2.1rem;
	}
	#main.overseas .heading03 {
		margin-bottom: 4.8rem;
	}
	#main.overseas .msBox {
		gap: 3.9rem 0;
	}
	#main.overseas .msBox::before {
		margin-left: 0;
		width: 92vw;
		height: auto;
		top: -12.7rem;
		aspect-ratio: 2244/1208;
	}
	#main.overseas .msBox .item {
		padding: 1rem 1.5rem 2rem;
		flex-direction: column-reverse;
		gap: 1rem 0;
		min-height: 16.8rem;
	}
	#main.overseas .msBox .item .photoBox {
		margin: 0;
		width: 100%;
	}
	#main.overseas .msBox .item .photoBox .photo {
		margin: 0;
		width: 5.6rem;
		position: absolute;
	}
	#main.overseas .msBox .item .photoBox .photo img {
		width: 100%;
	}
	#main.overseas .msBox .item .photoBox .txt {
		text-align: left;
		line-height: 1.45;
	}
	#main.overseas .msBox .item01 {
		min-height: 17.8rem;
	}
	#main.overseas .msBox .item01 .textBox {
		margin: 0 0.5rem 0 9rem;
	}
	#main.overseas .msBox .item01 .photoBox .photo {
		left: 0.4rem;
		top: 100%;
		margin-top: 1.2rem;
	}
	#main.overseas .msBox .item02 {
		padding: 1.2rem 1.5rem 1.9rem;
		gap: 1.3rem 0;
		min-height: 19.9rem;
	}
	#main.overseas .msBox .item02 .textBox {
		margin: 0 10.4rem 0 0.5rem;
	}
	#main.overseas .msBox .item02 .photoBox .photo {
		right: 2.5rem;
		top: 100%;
		margin-top: 1.2rem;
		width: 4.5rem;
	}
	#main.overseas .msBox .item03 .textBox {
		margin: 0 10.4rem 0 0.5rem;
	}
	#main.overseas .msBox .item03 .photoBox .photo {
		right: 2.3rem;
		top: 100%;
		margin-top: 0.3rem;
		width: 6rem;
	}
	#main.overseas .msBox .item04 {
		gap: 0;
	}
	#main.overseas .msBox .item04 .textBox {
		margin: 0 0.5rem 0 10.4rem;
	}
	#main.overseas .msBox .item04 .photoBox .photo {
		left: 1.7rem;
		top: 100%;
		margin-top: 0.8rem;
		width: 5.8rem;
	}
}
/* retailmanagement */
@media all and (min-width: 897px) {
	#main.retail .pageLead {
		margin-bottom: -0.1rem;
		padding-top: 1.3rem;
	}
	#main.retail .pageLead img {
		max-height: 20rem;
	}
	#main.retail .job .leadText {
		margin-bottom: -0.6rem;
	}
	#main.retail .job .jobImg {
		margin-left: 0;
	}
	#main.retail .job .jobImg img {
		width: 103.2rem;
	}
	#main.retail .skill {
		padding-bottom: 4.8rem;
	}
	#main.retail .skill .skillImg {
		margin-right: 0.7rem;
	}
	#main.retail .spec {
		padding-bottom: 7rem;
	}
	#main.retail .spec .heading02 {
		margin-bottom: 4.2rem;
		text-align: justify;
	}
	#main.retail .spec .specImg {
		text-align: center;
	}
	#main.retail .spec .specImg img {
		width: 103.2rem;
	}
	#main.retail .career .heading02 {
		margin-bottom: 1.8rem;
	}
	#main.retail .career .leadText {
		margin-bottom: -11.6rem;
		position: relative;
		z-index: 1;
	}
	#main.retail .career .careerImg {
		margin: 0;
	}
	#main.retail .career .careerImg img {
		width: 110rem;
	}
	#main.retail .msBox {
		gap: 2.3rem 7.7rem;
	}
	#main.retail .msBox .item .photoBox {
		margin: -1rem -1.5rem -8.6rem 2.2rem;
		gap: 1.1rem;
	}
	#main.retail .msBox .item .photoBox .photo img {
		width: 10.7rem;
	}
	#main.retail .msBox .item .photoBox .photo {
		margin: 0;
		width: 12.3rem;
	}
	#main.retail .msBox .item02 .photoBox {
		margin: -13.5rem -0.3rem -0.2rem 8rem;
		flex-direction: column-reverse;
		gap: 1.5rem;
	}
	#main.retail .msBox .item02 .photoBox .photo {
		width: 10.9rem;
	}
	#main.retail .msBox .item03 .photoBox {
		margin: -0.7rem 1.6rem -7.6rem -0.7rem;
		gap: 2rem;
	}
	#main.retail .msBox .item03 .photoBox .photo {
		margin-left: 0.6rem;
	}
	#main.retail .msBox .item04 .photoBox {
		margin: -4.6rem 3rem 0 -1.8rem;
		flex-direction: column-reverse;
		gap: 0.2rem;
	}
	#main.retail .msBox .item04 .photoBox .photo {
		margin-left: 0.8rem;
	}
}
@media all and (max-width: 896px) {
	#main.retail .pageLead {
		padding-top: 0.5rem;
	}
	#main.retail .pageLead img {
		max-height: 6.1rem;
	}
	#main.retail h2 img {
		max-height: 1.9rem;
	}
	#main.retail .introText {
		margin-bottom: 2.8rem;
	}
	#main.retail .job .leadText {
		letter-spacing: 0.01em;
		line-height: 2;
	}
	#main.retail .job {
		padding-bottom: 2.7rem;
	}
	#main.retail .skill .heading02 {
		margin-bottom: 2rem;
		font-size: 2.1rem;
	}
	#main.retail .skill .skillImg {
		margin: 0 -1rem 0 0;
	}
	#main.retail .career {
		padding-bottom: 3.3rem;
	}
	#main.retail .career .heading02 {
		margin-bottom: 0.6rem;
	}
	#main.retail .career .leadText {
		margin-bottom: 1.4rem;
	}
	#main.retail .msBox {
		gap: 2.7rem 0;
	}
	#main.retail .msBox .item01 .photoBox {
		margin-left: 5rem;
		margin-bottom: -2rem;
		margin-bottom: -1.4rem;
		gap: 1.2rem;
	}
	#main.retail .msBox .item01 .photoBox .photo {
		margin-left: -1.6rem;
	}
	#main.retail .msBox .item .photoBox .photo img {
		width: 5.35rem;
	}
	#main.retail .msBox .item .textBox p {
		line-height: 1.4;
	}
	#main.retail .msBox .item02 {
		flex-direction: row-reverse;
	}
	#main.retail .msBox .item02 .photoBox {
		margin: -0.5rem 3.5rem -3rem -0.7rem;
		flex-direction: column;
	}
	#main.retail .msBox .item02 .photoBox .photo {
		margin-left: 1.8rem;
	}
	#main.retail .msBox .item02 .textBox {
		margin-top: 0.6rem;
	}
	#main.retail .msBox .item03 .photoBox {
		margin-right: 3.5rem;
		margin-bottom: -3.5rem;
	}
	#main.retail .msBox .item03 .photoBox .photo {
		margin-left: 1.8rem;
	}
	#main.retail .msBox .item04 {
		padding-top: 2.2rem;
		flex-direction: row;
	}
	#main.retail .msBox .item04 .photoBox {
		margin: -1.3rem -1rem 0 3.8rem;
		flex-direction: column;
		gap: 1rem;
	}
	#main.retail .msBox .item04 .photoBox .photo {
		margin-left: -0.7rem;
	}
}
/* quants */
@media all and (min-width: 897px) {
	#main.quants .pageLead {
		margin-bottom: -0.1rem;
	}
	#main.quants .pageLead img {
		max-height: 22rem;
	}
	#main.quants .introText {
		margin-bottom: 6.8rem;
	}
	#main.quants .what {
		padding-bottom: 4.3rem;
	}
	#main.quants .what .heading02 {
		margin-bottom: 2.6rem;
	}
	#main.quants .what .subBox {
		margin-bottom: 3.8rem;
		padding-bottom: 3.8rem;
	}
	#main.quants .job {
		padding-bottom: 7rem;
	}
	#main.quants .job .heading02 {
		margin-bottom: 5.9rem;
	}
	#main.quants .job .heading04 {
		margin: 0 3rem -6.1rem;
		position: relative;
		z-index: 1;
	}
	#main.quants .job .heading04.mb01 {
		margin-bottom: -1.9rem;
	}
	#main.quants .job .jobImg {
		margin: 0;
		text-align: center;
	}
	#main.quants .job .jobImg img {
		width: 103.6rem;
	}
	#main.quants .job .subBox {
		margin: 0 -1.9rem 4.9rem 1rem;
		padding-bottom: 4.4rem;
	}
	#main.quants .job .subBox::after {
		max-width: 105.6rem;
	}
	#main.quants .skill .heading02 {
		margin-bottom: 4rem;
	}
	#main.quants .skill .skillImg {
		margin-left: 3.1rem;
		margin-right: 0;
	}
	#main.quants .skill .skillImg img {
		width: 99.2rem;
	}
	#main.quants .spec .heading02 {
		margin-bottom: -0.7rem;
	}
	#main.quants .career .careerImg {
		margin-left: 1.7rem;
	}
	#main.quants .career .subBox {
		margin-bottom: 3.7rem;
		padding-bottom: 5.4rem;
	}
	#main.quants .heading03 {
		margin-bottom: 4.8rem;
		line-height: 1.56;
	}
	#main.quants .msBox {
		padding-bottom: 5.4rem;
		gap: 10rem 6.6rem;
		justify-content: center;
	}
	#main.quants .msBox .item {
		margin: 0;
	}
	#main.quants .msBox .item01 {
		margin-left: 1.7rem;
		padding-bottom: 6.1rem;
	}
	#main.quants .msBox .item01 .photoBox {
		margin: -1.3rem -1.7rem -15rem 3rem;
		justify-content: space-between;
	}
	#main.quants .msBox .item01 .photoBox .photo {
		margin: 0 -3.4rem 0 -8rem;
		width: 23.9rem;
	}
	#main.quants .msBox .item01 .photoBox .photo img {
		width: 100%;
	}
	#main.quants .msBox .item02 {
		margin-top: 3.5rem;
		margin-right: 9.1rem;
		padding-right: 3.2rem;
		padding-left: 2.7rem;
		width: 41.2rem;
		flex-direction: row-reverse;
	}
	#main.quants .msBox .item02 .image {
		width: 9.2rem;
		position: absolute;
		right: 1.5rem;
		bottom: -8.4rem;
		user-select: none;
		pointer-events: none;
	}
	#main.quants .msBox .item02 .photoBox {
		margin: -1.1rem 4rem -12.9rem 0;
		gap: 1.5rem;
		justify-content: space-between;
	}
	#main.quants .msBox .item02 .photoBox .photo {
		width: 6.8rem;
		margin: 0 0 0 3.3rem;
	}
	#main.quants .msBox .item03 {
		margin-left: 6.7rem;
		padding: 1.9rem 2.6rem 2.7rem;
		width: 41.2rem;
		flex-direction: column-reverse;
		gap: 1.2rem;
	}
	#main.quants .msBox .item03 .photoBox {
		margin: 0;
		position: static;
	}
	#main.quants .msBox .item03 .photoBox .photo {
		margin: 0;
		width: 25.9rem;
		position: absolute;
		bottom: -12.7rem;
		left: -8.8rem;
	}
	#main.quants .msBox .item03 .photoBox .photo img {
		width: 100%;
	}
	#main.quants .msBox .item03 .textBox {
		margin-left: 15.5rem;
	}
	#main.quants .msBox .item04 {
		margin-top: 3.3rem;
		margin-left: -0.4rem;
		flex-direction: row;
	}
	#main.quants .msBox .item04 .photoBox {
		margin: -1.3rem -1.5rem -10rem 1.8rem;
		gap: 0.9rem;
	}
	#main.quants .msBox .item04 .photoBox .txt {
		text-align: right;
	}
	#main.quants .msBox .item04 .photoBox .photo {
		width: 8.1rem;
		margin: 0 0 0 3.5rem;
	}
	#main.quants .msBox .item04 .photoBox .photo img {
		width: 100%;
	}
}
@media all and (max-width: 896px) {
	#main.quants .pageLead img {
		max-height: 7rem;
	}
	#main.quants .introText {
		margin-bottom: 2.8rem;
	}
	#main.quants .what .subBox {
		margin-bottom: 1.7rem;
		padding-bottom: 1.3rem;
	}
	#main.quants .job {
		padding-top: 2.8rem;
		padding-bottom: 2.6rem;
	}
	#main.quants .job .heading02 {
		margin-bottom: 2.2rem;
		line-height: 1.18;
	}
	#main.quants .job .subBox {
		margin-bottom: 1.8rem;
		padding-bottom: 2.8rem;
	}
	#main.quants .heading04 {
		margin-bottom: 1.5rem;
	}
	#main.quants .heading04.mb01 {
		margin-bottom: 2rem;
	}
	#main.quants .skill .heading02 {
		font-size: 2.1rem;
	}
	#main.quants .skill .skillImg {
		margin: 0;
	}
	#main.quants .career .subBox {
		margin-bottom: 2.5rem;
		padding-bottom: 2.2rem;
	}
	#main.quants .heading03 {
		margin-bottom: 3rem;
	}
	#main.quants .msBox {
		gap: 3.4rem 0;
	}
	#main.quants .msBox .item01 .photoBox .photo {
		margin: 0 -1.9rem 0 0;
	}
	#main.quants .msBox .item01 .photoBox .photo img {
		width: 12.4rem;
	}
	#main.quants .msBox .item .textBox {
		margin-top: 0.3rem;
		margin-bottom: 2rem;
	}
	#main.quants .msBox .item .textBox p {
		line-height: 1.38;
	}
	#main.quants .msBox .item02 {
		flex-direction: row-reverse;
	}
	#main.quants .msBox .item02 .photoBox {
		margin: -0.7rem 2.5rem -2.8rem -0.6rem;
		flex-direction: column;
		gap: 1.3rem;
		justify-content: space-between;
	}
	#main.quants .msBox .item02 .photoBox .photo {
		margin: 0 0 0 2rem;
	}
	#main.quants .msBox .item02 .photoBox .photo img {
		width: 3.4rem;
	}
	#main.quants .msBox .item02 .image {
		width: 4.6rem;
		position: absolute;
		left: 9rem;
		bottom: -4.5rem;
		user-select: none;
		pointer-events: none;
	}
	#main.quants .msBox .item03 {
		margin-top: 1.7rem !important;
	}
	#main.quants .msBox .item03 .textBox {
		margin-bottom: 0;
	}
	#main.quants .msBox .item03 .photoBox {
		margin-right: 1.3rem;
		margin-bottom: -2.2rem;
		gap: 0;
	}
	#main.quants .msBox .item03 .photoBox .photo {
		margin: -0.3rem -3rem 0 -0.8rem;
	}
	#main.quants .msBox .item03 .photoBox .photo img {
		width: 12.9rem;
	}
	#main.quants .msBox .item04 {
		padding: 3.4rem 2.2rem 3.8rem;
		flex-direction: row;
		min-height: 19.5rem;
	}
	#main.quants .msBox .item04 .textBox {
		margin: 0;
	}
	#main.quants .msBox .item04 .photoBox {
		margin: -2.5rem -1rem -8rem 0;
		flex-direction: column;
		gap: 0.3rem;
		justify-content: flex-start;
	}
	#main.quants .msBox .item04 .photoBox .txt {
		text-align: right;
	}
	#main.quants .msBox .item04 .photoBox .photo {
		margin: 0 0 0 3.8rem;
	}
	#main.quants .msBox .item04 .photoBox .photo img {
		width: 4.55rem;
	}
}