@charset "utf-8";
/*------------------------------------------------------------
	interview
------------------------------------------------------------*/
.comBox {
	margin-top: -10.2rem;
	padding: 0;
	overflow: clip;
}
#main .comStickyBgBox .outImg {
	padding-bottom: 10rem;
	position: sticky;
	top: calc(100svh - 28rem);
	width: 100%;
}
#main .comStickyBgBox .enImg {
	width: 100%;
}
#main .comStickyBgBox .enImg img {
	margin-right: 2rem;
	width: 233.7rem;
	max-width: inherit;
	display: block;
}
#main .comStickyBgBox .inner {
	margin: calc(-100svh - 29.4rem) auto 0;
	padding: 25.1rem 0 32.1rem;
	max-width: 128rem;
}
#main .comStickyBgBox .inner .en {
	color: #FFF;
	margin-bottom: 9.1rem;
	font-size: 1.9rem;
	font-weight: 600;
	font-family: "Instrument Sans", sans-serif;
}
#main .comStickyBgBox .inner .hTitle {
	color: #FFF;
	margin-bottom: 9.1rem;
	font-size: 5.3rem;
	font-weight: 700;
	line-height: 1.75;
}
#main .comStickyBgBox .inner .text {
	color: #FFF;
	margin-bottom: 1.8rem;
	font-size: 2.3rem;
	font-weight: 700;
}
#main .comStickyBgBox .inner .textUl {
	margin-bottom: 18.4rem;
	padding: 0 0.5rem;
}
#main .comStickyBgBox .inner .textUl li {
	color: #FFF;
	padding-left: 1em;
	font-size: 2.2rem;
	font-weight: 500;
	line-height: 2.5;
	text-indent: -1em;
}
#main .comStickyBgBox .inner .textImg {
	margin-bottom: 18.4rem;
	width: 70.6rem;
}
#main .comStickyBgBox .inner .textArea .area {
	margin-bottom: 2.5rem;
	padding: 5.9rem 6.4rem 4.5rem;
	width: 70.6rem;
	border-radius: 1.6rem;
	background: rgba(255, 255, 255, 0.9);
	box-sizing: border-box;
}
#main .comStickyBgBox .inner .textArea .area:last-child {
	margin-bottom: 0;
}
#main .comStickyBgBox .inner .textArea .area .enTitle {
	margin-bottom: 5.1rem;
	padding-left: 2.5rem;
	position: relative;
}
#main .comStickyBgBox .inner .textArea .area .enTitle::before {
	position: absolute;
	top: 1rem;
	left: 0;
	width: 1rem;
	height: 1rem;
	background: #0620A3;
	border-radius: 50%;
	content: '';
}
#main .comStickyBgBox .inner .textArea .area .enTitle .number {
	font-size: 2.1rem;
	font-weight: 600;
	font-family: "Instrument Sans", sans-serif;
}
#main .comStickyBgBox .inner .textArea .area .enTitle .subEn {
	margin-left: 1.6rem;
	font-size: 1.5rem;
	font-family: "Instrument Sans", sans-serif;
	font-weight: 500;
	vertical-align: 0.3rem;
}
#main .comStickyBgBox .inner .textArea .area .h3Title {
	margin-bottom: 1.8rem;
	font-size: 3.1rem;
	font-weight: 700;
}
#main .comStickyBgBox .inner .textArea .area .text {
	color: #141516;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.75;
}
#main .work {
	margin-top: -5rem;
	padding: 22rem 0 16.4rem;
	background: url(../img/business/work_bg.webp) no-repeat center center / cover;
	border-radius: 3.2rem;
	overflow: clip;
	position: relative;
	z-index: 5;
}
#main .work .topBox {
	margin-bottom: 7.4rem;
}
#main .work .hTitle {
	color: #FFF;
}
#main .work .hTitle .en {
	margin-bottom: -1rem;
	display: block;
	font-size: 8.2rem;
	font-weight: 600;
	font-family: "Instrument Sans", sans-serif;
}
#main .work .hTitle .jp {
	font-size: 2.2rem;
	font-weight: 500;
}
#main .work .comPageBox {
	margin-top: 7.8rem;
	width: calc(100% - 68rem);
}
#main .work .comPageBox .swiper-scrollbar {
	width: calc(100% - 23.2rem);
	height: 1px;
}
#main .work .comPageBox .swiper-scrollbar .swiper-scrollbar-drag {
	height: 0.3rem;
	top: -1px;
	background: #FFF;
}
#main .work .comPageBox .arrowBox .swiper-button-prev,
#main .work .comPageBox .arrowBox .swiper-button-next {
	border-color: #FFF;
}
#main .work .comPageBox .arrowBox .swiper-button-prev .arrow {
	background-image: url(../img/common/icon02_back.webp);
}
#main .work .comPageBox .arrowBox .swiper-button-next .arrow {
	background-image: url(../img/common/icon02.webp);
}
@media all and (min-width: 897px) {
	#main .work .comPageBox .arrowBox .swiper-button-prev:hover,
	#main .work .comPageBox .arrowBox .swiper-button-next:hover {
		background: #FFF;
	}
	#main .work .comPageBox .arrowBox .swiper-button-prev:hover .arrow {
		background-image: url(../img/common/icon06_back.webp);
	}
	#main .work .comPageBox .arrowBox .swiper-button-next:hover .arrow {
		background-image: url(../img/common/icon06.webp);
	}
}
#main .work .workList li {
	margin-right: 2.8rem;
	width: 44rem;
	background: #F6FAFC;
}
#main .work .workList li .textBox {
	padding: 3.1rem 4rem 2rem;
	min-height: 36.6rem;
	box-sizing: border-box;
}
#main .work .workList li .textBox .number {
	margin-bottom: 2.1rem;
}
#main .work .workList li .textBox .number .num {
	color: #FF8400;
	font-size: 3.9rem;
	font-weight: 600;
	font-family: "Instrument Sans", sans-serif;
	letter-spacing: 0.195rem;
}
#main .work .workList li .textBox .number .en {
	margin-left: 0.7rem;
	font-family: "Instrument Sans", sans-serif;
	font-size: 1.1rem;
	font-weight: 500;
	vertical-align: 1.1rem;
	letter-spacing: 0.055rem;
}
#main .work .workList li .textBox .title {
	margin-bottom: 1.1rem;
	font-size: 2.4rem;
	font-weight: 700;
}
#main .work .workList li .textBox .text {
	font-size: 1.5rem;
}
#main .job {
	padding: 17rem 2rem 29.4rem;
}
#main .job .content {
	padding: 0;
}
#main .job .topBox {
	margin-bottom: 15.4rem;
}
#main .job .topBox .headLine06 .en {
	margin-bottom: -1.6rem;
	color: #0620A3;
	font-size: 11.4rem;
}
#main .job .topBox .headLine06 .jp {
	color: #333;
	font-size: 2.4rem;
}
#main .job .topBox .textBox {
	width: calc(100% - 60rem);
}
#main .job .topBox .textBox .text {
	margin: 7.1rem 0 0 auto;
	width: fit-content;
	font-weight: 500;
	line-height: 2;
}
#main .job .itemBox {
	margin: 0 auto;
	max-width: 182.4rem;
	position: sticky;
	top: 9.6rem;
	height: calc(100svh - 9.6rem);
	border-radius: 0.8rem;
	overflow: clip;
}
#main .job .itemBox02 {
	top: 15rem;
}
#main .job .itemBox a {
	display: block;
	background-color: #0620A3;
	height: 100%;
}
#main .job .itemBox02 a {
	background-color: #0080FF;
}
#main .job .itemBox03 a {
	background-color: #FF8400;
}
#main .job .itemBox a span {
	display: block;
}
#main .job .itemBox .imgBox {
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .job .itemBox .imgBox .textBox {
	padding: 6rem 0;
	width: 39.1%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
#main .job .itemBox .imgBox .textBox .enTitleBox {
	position: absolute;
	top: 2rem;
	left: 2.4rem;
	color: #FFF;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	right: 2.4rem;
}
#main .job .itemBox .imgBox .textBox .enTitleBox .number {
	font-weight: 500;
	font-family: "Instrument Sans", sans-serif;
	letter-spacing: 0.09rem;
}
#main .job .itemBox .imgBox .textBox .enTitleBox .rBox {
	width: calc(100% - 4.4rem);
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
}
#main .job .itemBox .imgBox .textBox .enTitleBox .rBox .en {
	margin-right: 2.3rem;
	padding-right: 2.5rem;
	position: relative;
	font-size: 1.6rem;
	font-weight: 500;
	font-family: "Instrument Sans", sans-serif;
	letter-spacing: 0.08rem;
}
#main .job .itemBox .imgBox .textBox .enTitleBox .rBox .en::before {
	position: absolute;
	top: 0.4rem;
	right: 0;
	bottom: 0.1rem;
	width: 1px;
	background: #FFF;
	content: '';
}
#main .job .itemBox .imgBox .textBox .enTitleBox .rBox .big {
	flex: 1;
	font-size: 2rem;
	font-family: "Instrument Sans", sans-serif;
	font-weight: 700;
	letter-spacing: 0.1rem;
}
#main .job .itemBox .imgBox .textBox .subBox {
	margin: 0 auto;
	max-width: 39.4rem;
}
#main .job .itemBox .imgBox .textBox .subBox .headLine03 {
	margin-bottom: 5.6rem;
	color: #FFF;
	font-size: 4rem;
}
#main .job .itemBox .imgBox .textBox .subBox .headLine03::before {
	bottom: -2.3rem;
	width: 4rem;
	background: rgba(255, 255, 255, 0.5);
}
#main .job .itemBox .imgBox .textBox .subBox .text {
	margin-bottom: 5.7rem;
	color: #FFF;
	font-weight: 500;
	line-height: 1.75;
}
#main .job .itemBox .imgBox .textBox .subBox .link {
	width: 27.8rem;
	padding: 0 7rem 0 3.5rem;
	min-height: 6.6rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	background: #FFF;
	border-radius: 0.6rem;
	color: #0620A3;
	font-weight: 500;
	position: relative;
	transition: all 0.3s ease;
}
#main .job .itemBox .imgBox .textBox .subBox .link .comArrow {
	right: 4rem;
}
#main .job .itemBox .imgBox .textBox .subBox .link .comArrow .arrow {
	background-image: url(../img/common/icon06.webp);
}
#main .job .itemBox .imgBox .photoBox {
	margin-right: -1px;
	width: 60.9%;
	height: 100%;
}
#main .job .itemBox .imgBox .photoBox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main .job .itemBox02 .imgBox .textBox .subBox .link {
	color: #0080FF;
}
#main .job .itemBox02 .imgBox .textBox .subBox .link .comArrow .arrow {
	background-image: url(../img/common/icon09.webp);
}
#main .job .itemBox03 .imgBox .textBox .subBox .link {
	color: #FF8400;
}
#main .job .itemBox03 .imgBox .textBox .subBox .link .comArrow .arrow {
	background-image: url(../img/common/icon14.webp);
}
@media all and (min-width: 897px) {
	#main .job .itemBox a:hover .link {
		opacity: 0.6;
	}
}
@media all and (min-width: 1200px) and (max-height: 650px) {
	#main .job .itemBox .imgBox .textBox .subBox .headLine03 {
		margin-bottom: 6vh;
		font-size: 5vh;
	}
	#main .job .itemBox .imgBox .textBox .subBox .headLine03::before {
		bottom: -3.5vh;
		font-size: 6.1vh;
	}
	#main .job .itemBox .imgBox .textBox .subBox .text {
		margin-bottom: 8.7vh;
		font-size: 2.77vh;
	}
	#main .job .itemBox .imgBox .textBox .subBox .link {
		width: 42.7vh;
	}
	#main .job .itemBox .imgBox .textBox .subBox .link a {
		padding: 0 10.7vh 0 5.38vh;
		min-height: 10.1vh;
		border-radius: 0.9vh;
		font-size: 2.77vh;
	}
	#main .job .itemBox .imgBox .textBox .subBox .link .comArrow {
		right: 6.1vh;
	}
}
@media all and (max-width: 896px) {
	.comBox {
		margin-top: -3.3rem;
	}
	#main .comStickyBgBox .outImg {
        padding-bottom: 15rem;
        top: calc(100svh - 24rem);
	}
	#main .comStickyBgBox .enImg {
		top: 64rem;
	}
	#main .comStickyBgBox .enImg img {
		width:  103.6rem;
	}
	#main .comStickyBgBox .inner {
		margin: -100svh 0 0;
		padding: 14.1rem 2rem 23rem;
		max-width: inherit;
	}
	#main .comStickyBgBox .inner .en {
		margin-bottom: 8.5rem;
		font-size: 1.3rem;
	}
	#main .comStickyBgBox .inner .hTitle {
		margin-bottom: 8.5rem;
		font-size: 2.6rem;
		font-weight: 500;
	}
	#main .comStickyBgBox .inner .text {
		margin-bottom: 1.2rem;
		font-size: 1.7rem;
	}
	#main .comStickyBgBox .inner .textUl {
		margin-bottom: 12rem;
		padding: 0 0.3rem;
	}
	#main .comStickyBgBox .inner .textUl li {
		font-size: 1.5rem;
		line-height: 2;
	}
	#main .comStickyBgBox .inner .textImg {
		margin: 0 -2rem 12rem;
		width: auto;
	}
	#main .comStickyBgBox .inner .textImg img {
		width: 100%;
	}
	#main .comStickyBgBox .inner .textArea .area {
		margin: 0 -2rem 4.8rem;
		padding: 3.6rem 4rem 2.8rem;
		width: auto;
		border-radius: 0.6rem;
		background: #FFF;
	}
	#main .comStickyBgBox .inner .textArea .area .enTitle {
		margin-bottom: 4.4rem;
		padding-left: 1.8rem;
	}
	#main .comStickyBgBox .inner .textArea .area .enTitle::before {
		top: 0.7rem;
	}
	#main .comStickyBgBox .inner .textArea .area .enTitle .number {
		font-size: 1.7rem;
	}
	#main .comStickyBgBox .inner .textArea .area .enTitle .subEn {
		margin-left: 0.9rem;
		font-size: 1.1rem;
		vertical-align: 0.2rem;
	}
	#main .comStickyBgBox .inner .textArea .area .h3Title {
		margin-bottom: 1.6rem;
		font-size: 2rem;
	}
	#main .comStickyBgBox .inner .textArea .area .text {
		font-size: 1.3rem;
		font-weight: 500;
	}
	#main .work {
		padding: 7rem 0 8rem;
		background-image: url(../img/business/work_bg_sp.webp);
	}
	#main .work .topBox {
		margin-bottom: 5.3rem;
		display: block;
	}
	#main .work .hTitle {
		text-align: center;
	}
	#main .work .hTitle .en {
		margin-bottom: -0.3rem;
		font-size: 4rem;
	}
	#main .work .hTitle .jp {
		display: block;
		font-size: 1.3rem;
	}
	#main .work .comPageBox {
		margin: 3.3rem 4.5rem 0;
		width: auto;
	}
	#main .work .comPageBox .swiper-scrollbar {
		width: calc(100% - 14.5rem);
	}
	#main .work .comPageBox .arrowBox {
		gap: 1.6rem;
	}
	#main .work .workList li {
		margin-right: 1.6rem;
		width: 30rem;
	}
	#main .work .workList li .textBox {
		padding: 4.2rem 2.4rem 2rem;
		min-height: 37.1rem;
	}
	#main .work .workList li .textBox .number {
		margin-bottom: 2.6rem;
	}
	#main .work .workList li .textBox .number .num {
		font-size: 2.7rem;
		letter-spacing: 0.135rem;
	}
	#main .work .workList li .textBox .number .en {
		font-size: 1.1rem;
		vertical-align: 0.6rem;
		letter-spacing: 0.055rem;
	}
	#main .work .workList li .textBox .title {
		margin-bottom: 1.2rem;
		font-size: 1.8rem;
	}
	#main .work .workList li .textBox .text {
		font-size: 1.3rem;
	}
	#main .job {
		padding: 10.9rem 2rem 12rem;
	}
	#main .job .topBox {
		margin-bottom: 8rem;
		display: block;
	}
	#main .job .topBox .headLine06 {
		margin-bottom: 5.3rem;
	}
	#main .job .topBox .headLine06 .en {
		margin-bottom: 0.3rem;
		font-size: 4rem;
	}
	#main .job .topBox .headLine06 .jp {
		font-size: 1.3rem;
	}
	#main .job .topBox .textBox {
		width: auto;
	}
	#main .job .topBox .textBox .text {
		margin: 0;
		width: auto;
	}
	#main .job .itemBox {
		max-width: inherit;
		top: 6.8rem;
		height: calc(100svh - 6.8rem);
	}
	#main .job .itemBox02 {
		top: 12rem;
		height: calc(100svh - 12rem);
	}
	#main .job .itemBox .imgBox {
		height: 100%;
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
		flex-direction: column;
	}
	#main .job .itemBox .imgBox .textBox {
		padding: 10.3rem 0 7.2rem;
		width: auto;
		display: block;
	}
	#main .job .itemBox .imgBox .textBox .enTitleBox {
		top: 2.1rem;
		right: 0;
	}
	#main .job .itemBox .imgBox .textBox .enTitleBox .number {
		font-size: 1.3rem;
		letter-spacing: 0.065rem;
	}
	#main .job .itemBox .imgBox .textBox .enTitleBox .rBox {
		width: calc(100% - 3.1rem);
	}
	#main .job .itemBox .imgBox .textBox .enTitleBox .rBox .en {
		margin-right: 1.5rem;
		padding-right: 1.7rem;
		font-size: 1.3rem;
		letter-spacing: 0.065rem;
	}
	#main .job .itemBox .imgBox .textBox .enTitleBox .rBox .en::before {
		top: 0.4rem;
		bottom: 0.3rem;
	}
	#main .job .itemBox .imgBox .textBox .enTitleBox .rBox .big {
		font-size: 1.3rem;
		letter-spacing: 0.065rem;
	}
	#main .job .itemBox .imgBox .textBox .subBox {
		margin: 0 4rem;
		max-width: inherit;
	}
	#main .job .itemBox .imgBox .textBox .subBox .headLine03 {
		margin-bottom: 4.4rem;
		font-size: 2.4rem;
		text-align: left;
	}
	#main .job .itemBox .imgBox .textBox .subBox .headLine03::before {
		bottom: -1.9rem;
		left: 0;
		transform: none;
	}
	#main .job .itemBox .imgBox .textBox .subBox .text {
		margin-bottom: 4.1rem;
		font-size: 1.3rem;
	}
	#main .job .itemBox .imgBox .textBox .subBox .link {
		width: 18.8rem;
		padding: 0 4rem 0 2rem;
		min-height: 4.5rem;
		border-radius: 0.4rem;
		font-size: 1.25rem;
	}
	#main .job .itemBox .imgBox .textBox .subBox .link .comArrow {
		right: 2.2rem;
		width: 1.4rem;
	}
	#main .job .itemBox .imgBox .photoBox {
		margin-right: 0;
		width: 100%;
		height: 37.5vh;
		min-height: 20rem;
	}
}
@media all and (max-width: 896px) and (max-height: 800px) {
	#main .job .itemBox02 {
		top: 10.5rem;
		height: calc(100svh - 10.5rem);
	}
	#main .job .itemBox .imgBox .textBox .enTitleBox {
		top: 2.6vw;
	}
	#main .job .itemBox .imgBox .textBox {
		padding: 7.8vh 0 5vh;
	}
	#main .job .itemBox .imgBox .textBox .subBox .headLine03 {
		margin-bottom: 5.5vh;
        font-size: 3vh;
	}
	#main .job .itemBox .imgBox .textBox .subBox .headLine03::before {
		bottom: -2.37vh;
	}
	#main .job .itemBox .imgBox .textBox .subBox .text {
		margin-bottom: 3.1vh;
	}
}