@charset "utf-8";
/*------------------------------------------------------------
汎用スタイル
------------------------------------------------------------*/
/* 81-JYJ */
/* clearfix */
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
/* flex */
.flex,
.flexA,
.flexB,
.flexC {
	display: flex;
	flex-wrap: wrap;
}
.flexA {
	justify-content: space-around;
}
.flexB {
	justify-content: space-between;
}
.flexC {
	justify-content: center;
}
.en {
	font-family: "Meiryo", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
}
.noClick {
	cursor: default;
	pointer-events: none;
}
p {
	line-height: 2;
	letter-spacing: 0.05em;
}
/*------------------------------------------------------------
common
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	width: 100rem;
}
.content.large {
	width: 112rem;
}
.content.middle {
	width: 110rem;
}
@media all and (max-width: 896px) {
	.content {
		margin: 0 2rem;
		width: auto !important;
	}
}
/* headLine01 */
.headLine01 {
	margin-bottom: 2.6rem;
	position: relative;
}
.headLine01 .en {
	width: auto;
	display: block;
	height: 16.9rem;
	position: absolute;
	left: -6.6rem;
	top: 0;
	transform: translateY(-82%);
}
.headLine01 img {
	width: auto;
	height: 100%;
}
.headLine01 .jp {
	padding: 1rem 3rem;
	display: block;
	width: fit-content;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.05em;
	border-radius: 10rem;
	background: #fff;
	box-sizing: border-box;
}
.headLine01.midHead {
	text-align: center;
}
.headLine01.midHead .en {
	width: 100%;
	height: 16.3rem;
	left: 50%;
	transform: translate(-48.5%, -67%);
}
.headLine01.midHead .jp {
	margin: 0 auto;
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 2rem;
	}
	.headLine01 .en {
		height: 9.9rem;
		left: -1.7rem;
	}
	.headLine01 .jp {
		padding: 0.7rem 2.1rem;
		font-size: 1.3rem;
	}
	.headLine01.midHead .en {
		width: 100vw;
		height: 9.4rem;
		transform: translate(-49.4%, -69%);
	}
}
/* headLine02 */
.headLine02 {
	margin-bottom: 4.2rem;
	color: #000;
	text-align: center;
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 1.7;
	letter-spacing: 0.13rem;
}
.headLine02.noLine::after {
	display: none;
}
.headLine02 .top {
	margin: 0 auto 3.2rem;
	padding: 1rem 3rem;
	display: block;
	width: fit-content;
	font-size: 2.2rem;
	line-height: 1.59;
	letter-spacing: 0.05em;
	border-radius: 2rem 0;
	color: #fff;
	background: linear-gradient(170deg, #e6002d 3.33%, #8e1427 98.84%);
}
.headLine02 .top:last-child {
	margin-bottom: 0;
}
.headLine02.white {
	color: #fff;
}
.headLine02::after {
	margin: 1.9rem auto 0;
	width: 3rem;
	height: 1px;
	content: "";
	display: block;
	background: currentColor;
}
@media all and (max-width: 896px) {
	.headLine02 {
		margin-bottom: 2.4rem;
		font-size: 2rem;
		line-height: 1.7;
	}
	.headLine02::after {
		margin-top: 1.4rem;
	}
	.headLine02 .top {
		margin-bottom: 2rem;
		padding: 0.8rem 1.5rem;
		font-size: 1.8rem;
		border-radius: 1rem 0;
	}
}
/* headLine03 */
.headLine03 {
	margin-bottom: 4.1rem;
	padding: 0 2rem 1.8rem;
	font-size: 2.6rem;
	line-height: 1.6;
	letter-spacing: 0.05em;
	text-align: center;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
.headLine03 .en {
	margin: -1rem auto 0.6rem;
	padding: 0 2rem;
	width: fit-content;
	display: block;
	color: #e6002d;
	font-size: 2.2rem;
	line-height: 1;
	letter-spacing: 0.05em;
	background: #fff;
}
@media all and (max-width: 896px) {
	.headLine03 {
		padding-bottom: 1.3rem;
		font-size: 2rem;
		line-height: 1.3;
	}
	.headLine03 .en {
		margin-bottom: 0.9rem;
		font-size: 1.4rem;
	}
}
/* headLine04 */
.headLine04 {
	margin: 0 auto 3.2rem;
	padding: 0.4rem 0;
	width: fit-content;
	font-size: 2.2rem;
	line-height: 1.2;
	letter-spacing: 0.05em;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
@media all and (max-width: 896px) {
	.headLine04 {
		margin-bottom: 2rem;
		font-size: 1.8rem;
	}
}
/* headLine05 */
.headLine05 {
	padding: 7.3rem 0 5.4rem;
	font-size: 2.2rem;
	text-align: center;
	line-height: 1.6;
	letter-spacing: 0.05em;
	background: url(../img/competence/about/icon01.png) no-repeat center top / 5.6rem;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.headLine05 span {
	margin: 0 auto;
	padding: 0 3rem;
	width: fit-content;
	display: block;
	background: #fff;
	position: relative;
}
.headLine05 span::after {
	width: 999rem;
	height: 1px;
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	background: #000;
	z-index: -1;
}
@media all and (max-width: 896px) {
	.headLine05 {
		padding: 5.1rem 0 4rem;
		background-size: 4.2rem;
		font-size: 1.8rem;
	}
	.headLine05 span {
		padding: 0 1.2rem;
	}
}
/* comText */
.comText {
	margin-bottom: 2.9rem;
	font-size: 3.4rem;
	line-height: 1.6;
	letter-spacing: 0.1em;
}
@media all and (max-width: 896px) {
	.comText {
		margin-bottom: 1.2rem;
		font-size: 2.4rem;
	}
}
/* comBtn */
.comBtn01 a {
	display: block;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 0.05em;
	position: relative;
	z-index: 1;
}
.comBtn01 .inner {
	padding: 0.8rem 3rem 0.8rem 2rem;
	width: fit-content;
	min-width: 21rem;
	border-radius: 4rem;
	display: block;
	background: #fff url(../img/common/arrow01.png) no-repeat center right 2rem / 1.4rem;
	position: relative;
	z-index: 1;
	transition: 0.3s;
}
.comBtn01.imageBtn a {
	overflow: hidden;
	border-radius: 2rem 0 2rem 0;
	position: relative;
}
.comBtn01.imageBtn img {
	transition: 0.3s;
}
.comBtn01.imageBtn .inner {
	padding: 1rem 6.2rem 1rem 1.5rem;
	min-width: inherit;
	position: absolute;
	left: 0;
	bottom: -1px;
	border-radius: 0 2rem 0 0;
	background-position: right 2.9rem center;
}
.comBtn02 a {
	padding: 1rem 3rem 1rem 1rem;
	width: 40rem;
	min-height: 10rem;
	display: flex;
	align-items: center;
	font-size: 2rem;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 0.05em;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background: url(../img/common/arrow01.png) no-repeat center right 1.9rem / 1.4rem;
}
ul.comBtn02 a {
	padding-left: 2rem;
	width: 49rem;
	border-color: rgba(0, 0, 0, 0.1);
}
ul.comBtn02 li + li a {
	border-top: none;
}
.comBtn03 a {
	margin: 0 auto;
	padding: 1rem 4rem 1rem 3rem;
	width: fit-content;
	height: 7rem;
	min-width: 24.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #e6002d;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: 0.05em;
	border-radius: 10rem;
	border: 1px solid currentColor;
	position: relative;
	overflow: hidden;
	z-index: 1;
	background: #fff;
}
.comBtn03 a::before {
	content: "";
	width: 1.4rem;
	height: 100%;
	position: absolute;
	top: 0;
	right: 2.9rem;
	background: url(../img/common/arrow01.png) no-repeat center right / 100%;
	z-index: 1;
	transition: 0.3s;
}
.comBtn03 a::after {
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	transition: 0.3s;
	opacity: 0;
	z-index: -1;
	background: linear-gradient(137deg, #e6002d 3.33%, #8e1427 98.84%);
}
.comBtn03.colorFliP a {
	color: #fff;
}
.comBtn03.colorFliP a::before {
	background-image: url(../img/common/arrow02.png);
}
.comBtn03.colorFliP a::after {
	opacity: 1;
}
.comBtn04 a {
	padding-right: 1rem;
	margin: 0 auto;
	width: fit-content;
	min-width: 50rem;
	height: 11rem;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	color: #fff;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.05em;
	border-radius: 10rem;
	border: 0.6rem solid #eeb200;
	background: #eeb200 url(../img/common/blank02.png) no-repeat center right 6rem / 1.2rem;
}
.comBtn04 a small {
	font-size: 1.4rem;
}
@media all and (min-width: 897px) {
	.comBtn01 a:hover .inner {
		background-position: center right 1rem;
	}
	.comBtn01.imageBtn a:hover .inner {
		background-position: center right 1.9rem;
	}
	.comBtn01.imageBtn a:hover img {
		transform: scale(1.1);
	}
	.comBtn02 a:hover {
		background-position: center right 0.9rem;
	}
	.comBtn03 a:hover {
		color: #fff;
	}
	.comBtn03 a:hover::before {
		right: 1.9rem;
		background-image: url(../img/common/arrow02.png);
	}
	.comBtn03 a:hover::after {
		opacity: 1;
	}
	.comBtn03.colorFliP a:hover {
		color: #e6002d;
	}
	.comBtn03.colorFliP a:hover::before {
		background-image: url(../img/common/arrow01.png);
	}
	.comBtn03.colorFliP a:hover::after {
		opacity: 0;
	}
	.comBtn04 a:hover {
		color: #eeb200;
		background: #fff url(../img/common/blank03.png) no-repeat center right 5rem / 1.2rem;
	}
}
@media all and (max-width: 896px) {
	.comBtn01 .inner {
		padding: 0.6rem 3rem 0.5rem 1.2rem;
		font-size: 1.3rem;
		min-width: 14.8rem;
		background-size: 1rem;
		background-position: right 1.3rem center;
	}
	.comBtn01.imageBtn a {
		border-radius: 1.4rem 0 1.4rem 0;
	}
	.comBtn01.imageBtn img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.comBtn01.imageBtn .inner {
		padding: 0.7rem 4.3rem 0.7rem 0.2rem;
		border-radius: 0 1.4rem 0 0;
		background-position: right 1.9rem center;
	}
	.comBtn02 a {
		padding-left: 1.5rem;
		width: 20rem;
		min-height: 6rem;
		font-size: 1.4rem;
		background-size: 1rem;
		background-position: right 1.3rem center;
	}
	ul.comBtn02 a {
		padding-left: 1.5rem;
		width: 30rem;
		background-position: right 1.5rem center;
	}
	.comBtn03 a {
		margin-right: 1.5rem;
		min-width: 15.8rem;
		height: 5rem;
		font-size: 1.4rem;
	}
	.comBtn03 a::before {
		width: 1rem;
		right: 1.4rem;
	}
	.comBtn03.colorFliP a::before {
		right: 2.9rem;
	}
	.comBtn04 a {
		min-width: 31rem;
		height: 7.8rem;
		border-width: 0.4rem;
		font-size: 1.6rem;
		background-size: 0.9rem;
		background-position: right 1.6rem center;
	}
	.comBtn04 a small {
		font-size: 1rem;
	}
}
/* comInterview */
.comInterview {
	margin-bottom: 10rem;
	position: relative;
}
.comInterview .slideUl {
	margin-bottom: 5.1rem;
}
.comInterview .slideUl a {
	display: block;
}
.comInterview .slideUl li {
	margin: 0 3rem;
	width: 32rem !important;
	display: block !important;
	flex-shrink: 0;
}
.comInterview .slideUl .photo {
	margin-bottom: 1.1rem;
	position: relative;
	border-radius: 2rem 0;
	aspect-ratio: 1/1;
	overflow: hidden;
}
.comInterview .slideUl .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.3s;
	display: block;
	border-radius: inherit;
	border-top-left-radius: 2.2rem;
}
.comInterview .slideUl .posTxt {
	padding: 1.4rem 1.4rem 1.4rem 0.9rem;
	width: fit-content;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	border-bottom-right-radius: 2rem;
}
.comInterview .slideUl .posTxt img {
	width: auto;
	height: 1.4rem;
	display: block;
	border-radius: 0;
}
.comInterview .slideUl .info {
	padding: 0.7rem 1.9rem;
	position: absolute;
	bottom: 0;
	right: 0;
	color: #fff;
	font-size: 2rem;
	letter-spacing: 0.05em;
	font-weight: 400;
	line-height: 1.8;
	border-radius: 2rem 0;
	background: linear-gradient(137deg, #e6002d 3.33%, #8e1427 98.84%);
}
.comInterview .slideUl .name {
	text-align: right;
	font-size: 2.4rem;
	font-weight: 400;
	line-height: 1.8;
}
.comInterview .slideUl .name small {
	display: block;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
}
.comInterview .arrowList {
	display: flex;
	gap: 2rem;
	position: absolute;
	left: 6rem;
	bottom: 0;
}
.comInterview .arrowList li {
	width: 7rem;
	height: 7rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 7rem;
	cursor: pointer;
	transition: 0.3s;
	background: linear-gradient(137deg, #e6002d 3.33%, #8e1427 98.84%);
}
.comInterview .arrowList img {
	width: 1.4rem;
}
.comInterview .arrowList .prev img {
	transform: scaleX(-1);
}
.comInterview .slick-list {
	overflow: visible;
}
@media all and (min-width: 897px) {
	.comInterview .arrowList li:hover {
		transform: scale(1.1);
	}
	.comInterview .arrowList li:hover img {
		transform: scale(1);
	}
	.comInterview .arrowList li.prev:hover img {
		transform: scaleX(-1) scale(1);
	}
	.comInterview .slideUl a:hover .photo > img {
		transform: scale(1.1);
	}
}
@media all and (max-width: 896px) {
	.comInterview {
		margin-bottom: 5rem;
	}
	.comInterview .slideUl {
		margin-bottom: 3rem;
	}
	.comInterview .slideUl li {
		margin: 0 1.5rem;
		width: 25rem !important;
	}
	.comInterview .slideUl .photo {
		margin-bottom: 0.5rem;
		aspect-ratio: 250/260;
		border-radius: 1rem 0;
	}
	.comInterview .slideUl .photo img {
		border-top-left-radius: 1.2rem;
	}
	.comInterview .slideUl .posTxt {
		padding: 1rem 1rem 0.8rem 0.9rem;
		border-radius: 1rem 0;
	}
	.comInterview .slideUl .posTxt img {
		height: 1.1rem;
	}
	.comInterview .slideUl .info {
		padding: 0.2rem 1rem;
		font-size: 1.4rem;
		border-radius: 1rem 0;
	}
	.comInterview .slideUl .name {
		font-size: 2rem;
	}
	.comInterview .slideUl .name small {
		font-size: 1.2rem;
	}
	.comInterview .arrowList li {
		width: 5rem;
		height: 5rem;
	}
	.comInterview .arrowList li img {
		width: 1.2rem;
	}
	.comInterview .arrowList {
		left: 1.5rem;
		gap: 1rem;
	}
}
/* comLogoBox */
.comLogoBox {
	padding: 2.5rem 2rem 2.5rem 3rem;
	width: 100%;
	height: 9rem;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 1rem;
}
.comLogoBox .logo {
	margin-right: auto;
	width: fit-content;
	flex-shrink: 0;
}
.comLogoBox .logo a {
	width: 49.9rem;
	display: block;
}
.comLogoBox .button a {
	width: 18rem;
	min-height: 4.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1rem;
	font-size: 1.2rem;
	letter-spacing: 0.02em;
	line-height: 1.2;
	color: #eeb200;
	border-radius: 4rem;
	border: 1px solid currentColor;
}
.comLogoBox .button .ico {
	display: block;
}
.comLogoBox .button .ico img {
	width: auto;
	height: 2.2rem;
}
.comLogoBox .linkList {
	display: flex;
}
.comLogoBox .linkList a {
	width: 14rem;
	color: #e6002d;
	border-radius: 0 4rem 4rem 0;
	border-left: none;
}
.comLogoBox .linkList .item a {
	border-radius: 4rem 0 0 4rem;
	border-left: 1px solid currentColor;
	border-right: none;
	position: relative;
}
.comLogoBox .linkList .item a::after {
	width: 1px;
	content: "";
	position: absolute;
	top: 1rem;
	bottom: 1rem;
	right: 0;
	border: 1px dashed;
	border-width: inherit;
	box-sizing: border-box;
}
@media all and (min-width: 897px) {
	.comLogoBox .button a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.comLogoBox {
		margin-right: -1rem;
		padding: 0.5rem 1rem 0.5rem 1.5rem;
		height: 6rem;
		justify-content: space-between;
		gap: 3rem 0.5rem;
	}
	.comLogoBox .logo a {
		width: 29rem;
	}
	.comLogoBox .button {
		margin-right: -1rem;
	}
	.comLogoBox .button a {
		width: 15rem;
		min-height: 5rem;
		font-size: 1.1rem;
		line-height: 1.2;
		gap: 0.5rem;
	}
	.comLogoBox .button .ico img {
		height: 2rem;
	}
	.comLogoBox .linkList {
		margin: 0;
	}
	.comLogoBox .linkList a {
		width: 9.8rem !important;
	}
}
/* comNaviBox */
.comNaviBox {
	padding: 0 10.8rem 5.8rem 0;
	display: flex;
	gap: 9.9rem;
	justify-content: flex-end;
	font-feature-settings: "palt";
	position: relative;
}
.comNaviBox .navUl {
	width: fit-content;
	min-width: 20.5rem;
}
.comNaviBox .navUl:first-child {
	margin-right: auto;
}
.comNaviBox .navUl > li > a,
.comNaviBox .navUl .title {
	margin-bottom: 1.5rem;
	color: #e6002d;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.2;
	display: block;
}
.comNaviBox .navUl > li > a {
	padding-right: 2.2rem;
	width: fit-content;
	background: url(../img/common/arrow01.png) no-repeat center right / 1.4rem;
}
.comNaviBox .navUl > li + li {
	margin-top: 3.8rem;
}
.comNaviBox .subNavi li + li {
	margin-top: 1.5rem;
}
.comNaviBox .subNavi a {
	padding-right: 2rem;
	display: block;
	width: fit-content;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.2;
	background: url(../img/common/arrow03.png) no-repeat center right / 0.9rem;
}
.comNaviBox .subNavi a[target="_blank"] {
	background-image: url(../img/common/blank.png);
	background-size: 1rem;
}
.comNaviBox .subNavi .noClick {
	color: #9a9a9a;
}
@media all and (min-width: 897px) {
	.comNaviBox .subNavi a:hover {
		margin-right: -1rem;
		padding-right: 3rem;
	}
	.comNaviBox .navUl > li > a:hover {
		margin-right: -1rem;
		padding-right: 3.2rem;
	}
}
@media all and (max-width: 896px) {
	.comNaviBox {
		padding: 0;
		display: block;
	}
	.comNaviBox .navUl {
		width: 100%;
	}
	.comNaviBox .navUl > li > a,
	.comNaviBox .navUl .title {
		margin-bottom: 0;
		padding: 2.1rem 1rem 2.1rem 1rem;
		font-size: 1.4rem;
		border-top: 1px solid #d9d9d9;
		position: relative;
	}
	.comNaviBox .navUl > li > a {
		width: 100%;
		background-size: 1.1rem;
		background-position: right 0.9rem center;
	}
	.comNaviBox .navUl > li + li {
		margin: 0;
	}
	.comNaviBox .navUl .title::before,
	.comNaviBox .navUl .title::after {
		width: 1.1rem;
		height: 1px;
		content: "";
		position: absolute;
		top: 50%;
		right: 1rem;
		background: #e6002d;
		transform: translateY(-100%);
		transition: 0.3s;
	}
	.comNaviBox .navUl .title::after {
		transform: translateY(-50%) rotate(-90deg);
	}
	.comNaviBox .navUl .title.on::after {
		transform: translateY(-100%) rotate(0);
	}
	.comNaviBox .subNavi {
		display: none;
	}
	.comNaviBox .subNavi li {
		margin: 0 !important;
	}
	.comNaviBox .subNavi a {
		padding: 1.8rem 3rem 1.8rem 2.4rem;
		width: 100%;
		background-size: 1rem;
		background-position: right 1rem center;
		border-top: 1px solid #fff;
		background-color: #f2f2f2;
		background-image: url(../img/common/arrow06.png);
	}
}
/* comLink */
.comLink {
	display: flex;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 2;
	gap: 1.2rem;
}
.comLink a {
	padding: 0 1.7rem 0 0.7rem;
	width: fit-content;
	display: block;
	position: relative;
	background: url(../img/common/blank.png) no-repeat center right / 1rem;
}
.comLink a::before {
	content: "｜";
	font-size: 1.2rem;
	top: 0;
	left: -0.5rem;
	position: absolute;
}
.comLink li:last-child a::after {
	content: "｜";
	font-size: 1.2rem;
	top: 0;
	right: -1.9rem;
	position: absolute;
}
@media all and (min-width: 897px) {
	.comLink a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.comLink {
		display: block;
	}
	.comLink li + li {
		margin-top: 1rem;
	}
	.comLink a {
		padding: 0 2rem 0 0;
		font-size: 1.2rem;
	}
	.comLink a::before,
	.comLink a::after {
		display: none;
	}
}
/* comBox */
.comBox {
	margin-top: 10rem;
	padding: 10rem 0 28.3rem;
	border-top-left-radius: 20rem;
	background: url(../img/common/bg02.jpg) no-repeat center top / cover;
}
.comBox .headLine01 {
	margin-bottom: 4.9rem;
}
.comBox .headLine01 .en {
	height: 8rem;
	transform: translate(-49.3%, -82%);
}
.comBox .headLine01 .jp {
	font-size: 1.4rem;
}
.comBox .content {
	width: 74.5rem;
}
.comBox .list {
	display: flex;
	flex-wrap: wrap;
	gap: 1.99rem;
	justify-content: center;
	position: relative;
}
.comBox .list li {
	width: calc((100% - 4rem) / 3);
}
.comBox .list .inner {
	padding: 0.7rem 3.6rem 0.7rem 1rem;
	font-size: 1.3rem;
	background-size: 1rem;
	background-position: right 2rem center;
}
.comBox .posBtn {
	width: 24.2rem !important;
	position: absolute;
	left: calc(100% - 10rem);
  	top: -5.8rem;
}
.comBox .posBtn a {
	aspect-ratio: 1/1;
	display: block;
}
.comBox .posBtn a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.comBox .posBtn a {
	aspect-ratio: 1/1;
	display: block;
}
.comBox .posBtn a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media all and (min-width: 897px) {
	.comBox .list a:hover .inner {
		background-position: right 1rem center;
	}
	.comBox .posBtn a:hover {
		opacity: 0.7;
	}
	.comBox .posBtn a:hover img {
		transform: none;
	}
}
@media all and (max-width: 896px) {
	.comBox {
		margin-top: 5rem;
		padding: 7rem 0 25.4rem;
		border-top-left-radius: 7rem;
	}
	.comBox .content {
		margin: 0 2.5rem !important;
	}
	.comBox .headLine01 {
		margin-bottom: 3.2rem;
	}
	.comBox .headLine01 .jp {
		font-size: 1.2rem;
	}
	.comBox .headLine01 .en {
		height: 5.8rem;
		transform: translate(-49.3%, -78%);
	}
	.comBox .list {
		justify-content: flex-start;
	}
	.comBox .list li {
		width: calc(50% - 1rem);
	}
	.comBox .comBtn01 a {
		border-radius: 1rem 0 1rem 0;
	}
	.comBox .comBtn01 .inner {
		padding: 0.5rem 2.3rem 0.5rem 0.5rem;
		max-width: calc(100% - 1rem);
		min-width: calc(100% - 2rem);
		font-size: 1rem;
		line-height: 1.3;
		border-top-right-radius: 1rem;
		background-position: right 0.9rem center;
		width: fit-content;
	}
	.comBox .posBtn {
		margin: 0 auto;
		width: 41.76% !important;
		position: initial;
	}
}
/* pageTitle */
.pageTitle {
	margin-bottom: 6rem;
	position: relative;
}
.pageTitle .mainImg {
	height: 55rem;
}
.pageTitle .mainImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0 0 0 20rem;
}
.pageTitle .inner {
	position: absolute;
	left: calc(50% - 60rem);
	bottom: 0;
}
.pageTitle .headLine01 {
	margin-bottom: 7rem;
	text-align: center;
}
.pageTitle .headLine01 .jp {
	margin: 0 0 1rem;
	padding: 0.7rem 2rem;
	font-size: 1.4rem;
}
.pageTitle .headLine01 .en {
	width: max-content;
	height: 10.5rem;
	left: -1rem;
	transform: translateY(-82%);
}
.pageTitle .headLine01 .text {
	color: #fff;
	font-size: 3rem;
	color: #fff;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.3rem;
}
@media (min-width: 897px) and (max-width: 1340px) {
	.pageTitle .inner {
		left: 7rem;
	}
}
@media all and (max-width: 896px) {
	.pageTitle {
		margin-bottom: 2rem;
	}
	.pageTitle .mainImg {
		height: 31rem;
	}
	.pageTitle .mainImg img {
		border-radius: 0 0 0 7rem;
	}
	.pageTitle .inner {
		left: 4rem;
	}
	.pageTitle .headLine01 {
		margin-bottom: 3rem;
		text-align: left;
	}
	.pageTitle .headLine01 .en {
		height: 6.3rem;
		left: -0.8rem;
	}
	.pageTitle .headLine01 .jp {
		margin: 0 0 0.7rem;
		padding: 0.5rem 1rem;
		font-size: 1rem;
	}
	.pageTitle .headLine01 .text {
		font-size: 1.8rem;
	}
}
/* comAnchorList */
.comAnchorList {
	margin-bottom: 8rem;
	display: flex;
	justify-content: center;
}
.comAnchorList li {
	width: 33.3rem;
	border-right: 1px dashed #aaa;
}
.comAnchorList li:first-child {
	border-left: 1px dashed #aaa;
}
.comAnchorList a {
	padding: 1.6rem 0 3.2rem;
	height: 100%;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	color: #000;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 0.07rem;
	background: url(../img/common/arrow04.png) no-repeat center bottom 0.8rem / 1.1rem;
}
@media all and (min-width: 897px) {
	.comAnchorList a:hover {
		background-position: center bottom;
	}
}
@media all and (max-width: 896px) {
	.comAnchorList {
		margin: 0 3rem 4rem;
	}
	.comAnchorList a {
		padding: 0.5rem 0 2.9rem;
		min-height: 5.7rem;
		font-size: 0.994rem;
		line-height: 1.2;
		background-size: 0.8rem;
	}
}
@media all and (max-width: 896px) {}
/* comTab01 */
.comTab01 table {
	width: 100%;
	border-collapse: collapse;
}
.comTab01 th,
.comTab01 td {
	padding: 2.7rem 2rem 2.4rem 4.8rem;
	vertical-align: top;
	text-align: left;
	line-height: 1.8;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	letter-spacing: 0.05em;
	word-break: break-all;
}
.comTab01 th {
	padding-left: 4rem;
	width: 16rem;
	border-color: #e6002d;
}
@media all and (max-width: 896px) {
	.comTab01 th,
	.comTab01 td {
		padding: 1.5rem 1rem 0.8rem;
		display: block !important;
		width: 100% !important;
		border: none;
		position: relative;
	}
	.comTab01 tr:last-child td::after,
	.comTab01 th::after {
		content: "";
		height: 1px;
		width: 100%;
		position: absolute;
		left: 0;
		top: 0;
		background: linear-gradient(to right, #e6002d 18%, #aaa 18%);
	}
	.comTab01 tr:last-child td::after {
		top: auto;
		bottom: 0;
	}
	.comTab01 td {
		padding: 0 1rem 1.2rem;
	}
}
@media all and (max-width: 896px) {}
/* comRecruitTitle */
.comRecruitPage .pageTitle .headLine01 .en {
	height: 6.8rem;
	left: -1.7rem;
	transform: translateY(-78%);
}
.comRecruitPage .comBox .headLine01 .en {
	height: 6.8rem;
	left: 2rem;
	transform: translateY(-78%);
}
@media all and (max-width: 896px) {
	.comRecruitPage .pageTitle .headLine01 .en {
		height: 4.2rem;
		left: -0.6rem;
		transform: translateY(-81%);
	}
	.comRecruitPage .comBox .headLine01 .en {
		height: 4.9rem;
		left: -1.3rem;
		transform: translateY(-72%);
	}
}
@media all and (max-width: 896px) {}
/* comEentry */
.mfp-bg {
	background: rgba(255, 255, 255, 0.9) !important;
}
.mfp-fade.mfp-bg {
	opacity: 0;
	transition: opacity 0.3s ease;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 1;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	transition: opacity 0.3s ease;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}
.comEentry {
	margin: 0 auto;
	width: fit-content;
}
.comEentry .innerList {
	margin: 0 auto;
	width: fit-content;
	display: flex;
	justify-content: center;
	gap: 10rem;
}
.comEentry .innerList > li {
	width: 27rem;
}
.comEentry .subList li + li {
	margin-top: 2rem;
}
.comEentry .innerList a {
	width: 100%;
	height: 7rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.8rem;
	font-weight: 700;
	border-radius: 7rem;
	letter-spacing: 0.05em;
	color: #fff;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	background: linear-gradient(137deg, #e6002d 3.33%, #8e1427 98.84%);
}
.comEentry .innerList a::after {
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	transition: 0.3s;
	background: linear-gradient(137deg, #e6002d 3.33%, #8e1427 98.84%);
}
.comEentry .innerList span {
	padding: 0.4rem 0 0.4rem 4rem;
	transition: 0.3s;
	background: url(../img/common/icon04.png) no-repeat center left / auto 3.4rem;
}
.comEentry .innerList .item span {
	background-image: url(../img/common/icon05.png);
}
.comEentry .innerList .noClick span {
	opacity: 0.5;
}
.comEentry .headLine03 {
	padding: 0.9rem 1rem;
}
@media all and (min-width: 897px) {
	.comEentry .innerList a:hover {
		border: 1px solid #e6002d;
		background: #fff;
	}
	.comEentry .innerList a:hover::after {
		opacity: 0;
	}
	.comEentry .innerList a:hover span {
		color: #e6002d;
		background-image: url(../img/common/icon01.png);
	}
	.comEentry .innerList .item a:hover span {
		background-image: url(../img/common/icon02.png);
	}
}
@media all and (max-width: 896px) {
	.comEentry .innerList {
		display: block;
	}
	.comEentry .headLine03 {
		margin-bottom: 2.8rem;
		font-size: 1.82rem;
	}
	.comEentry .innerList a {
		font-size: 1.26rem;
		height: 4.9rem;
	}
	.comEentry .innerList > li {
		margin: 0 auto 4rem;
		width: 18.9rem;
	}
	.comEentry .innerList > li:last-child {
		margin-bottom: 0;
	}
	.comEentry .innerList span {
		padding-left: 3rem;
		background-size: auto 2.3rem;
	}
	.comEentry .subList li + li {
		margin-top: 1.5rem;
	}
}
@media all and (max-width: 896px) {}

/* comFaqDlBox */
.comFaqDlBox dl {
	margin-bottom: 3rem;
}
.comFaqDlBox dl:last-child {
	margin-bottom: 0;
}
.comFaqDlBox .en {
	color: #E6002D;
	font-size: 3rem;
}
.comFaqDlBox dt {
	padding: 1rem 2.6rem;
	min-height: 10rem;
	display: flex;
	align-items: center;
	font-size: 2rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.05em;
	border-radius: 1rem;
	background: #fff;
	gap: 2.8rem;
	border: 1px solid #E6002D;
	position: relative;
	cursor: pointer;
}
.comFaqDlBox dt::before,
.comFaqDlBox dt::after {
	width: 1.1rem;
	height: 1px;
	content: "";
	position: absolute;
	right: 2.3rem;
	top: 50%;
	background: #E6002D;
	transform: translateY(-50%);
	transition: 0.3s;
}
.comFaqDlBox dt::after {
	transform: rotate(90deg) translateY(-50%);
}
.comFaqDlBox dt.on::before {
	background: #fff;
	opacity: 0;
}
.comFaqDlBox dt.on::after {
	background: #fff;
	transform: rotate(180deg) translateY(-50%);
}
.comFaqDlBox dt.on {
	color: #FFF;
	background: #E6002D;
	border-radius: 1rem 1rem  0 0;
}
.comFaqDlBox dt.on .en {
	color: #fff;
}
.comFaqDlBox dd {
	padding: 3rem 8rem;
	position: relative;
	border-radius: 0 0 1rem 1rem;
	border-right: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
	border-left: 1px solid #AAA;
	display: none;
}
.comFaqDlBox dd .en {
	position: absolute;
	left: 2.7rem;
	top: 1.6rem;
}
.comFaqDlBox .inner {
	line-height: 1.8;
	letter-spacing: 0.05em;
}
.comFaqDlBox .inner p {
	line-height: 1.8;
}
@media all and (max-width: 896px) {
	.comFaqDlBox {
		margin: 0 3rem;
	}
	.comFaqDlBox dl {
		margin-bottom: 2rem;
	}
	.comFaqDlBox dt {
		padding: 1rem 4rem 1rem 2.1rem;
		font-size: 1.8rem;
		border-radius: 0.7rem;
		gap: 2rem;
	}
	.comFaqDlBox dt::before,
	.comFaqDlBox dt::after {
		right: 1.9rem;
	}
	.comFaqDlBox dt.on {
		border-radius: 0.7rem 0.7rem 0 0;
	}
	.comFaqDlBox .en {
		font-size: 2.2rem;
	}
	.comFaqDlBox dd {
		padding: 3.1rem 4rem 3.2rem 6rem;
	}
	.comFaqDlBox dd .en {
		left: 2.1rem;
		top: 2.3rem;
	}
}
/* comCompetence */
.comCompetence .pageTitle .headLine01 .en {
	height: 7.7rem;
	left: -1.6rem;
}
.comCompetence .pageTitle .comBox .headLine01 .en {
	height: 8rem;
	left: 50%;
}
.comCompetence .comAnchorList {
	margin-bottom: 5.1rem;
}
.comCompetence .comAnchorList a {
	padding: 1rem 0 2.5rem;
	align-items: center;
}
@media all and (max-width: 896px) {
	.comCompetence .pageTitle .headLine01 .en {
		height: 4.7rem;
  		left: -0.6rem;
	}
}
/* comImgBox */
.comImgBox {
	margin-bottom: 5.1rem;
	gap:  8rem;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.comImgBox .photoBox {
	margin-top: 7.5rem;
	width: 40rem;
	border-radius: 2rem 0;
	overflow: hidden;
}
.comImgBox .photoBox img {
	width: 100%;
}
.comImgBox .textBox {
	flex: 1;
	text-align: justify;
}
.comImgBox .headLine02 {
	margin-bottom: 2.1rem;
	text-align: left;
	font-size: 2rem;
	line-height: 1.7;
}
.comImgBox .headLine02::after {
	margin: 1.9rem 0 0;
}
@media all and (max-width: 896px) {
	.comImgBox {
		margin-bottom: 3.1rem;
		display: block;
	}
	.comImgBox .headLine02 {
		margin-bottom: 2.8rem;
		text-align: center;
		font-size: 1.8rem;
		line-height: 1.7;
	}
	.comImgBox .headLine02::after {
		margin: 2rem auto 0;
	}
	.comImgBox .photoBox {
		margin-top: 2.1rem;
		width: auto;
		border-radius: 1rem 0;
	}
}
@media all and (max-width: 896px) {}
/* comCareer */
.comCareer .headLine01 .en {
	height: 10.2rem;
	transform: translate(-46.3%, -78%);
}
.comCareer  .pageTitle .headLine01 .en {
	left: -2.1rem;
	transform: translateY(-86%);
}
@media all and (max-width: 896px) {
	.comCareer .pageTitle .headLine01 {
		margin-bottom: 2.3rem;
	}
	.comCareer .pageTitle .headLine01 .en {
		height: 6.1rem;
		left: -1.7rem;
		transform: translateY(-83%);
	}
	.comCareer .headLine01 .en {
		height: 7.3rem;
		transform: translate(-48.7%, -78%);
	}
	.comCareer .comAnchorList {
		margin-bottom: 5.9rem;
	}
}
/* pageTop */
.pageTop {
	position: fixed;
	right: 2rem;
	bottom: 2rem;
	z-index: 666;
	display: none;
}
.pageTop a {
	width: 7rem;
	height: 7rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 7rem;
	transform: rotate(-90deg);
	background: linear-gradient(-137deg, #E6002D 3.33%, #8E1427 98.84%);
}
.pageTop a img {
	width: 1.4rem;
}
@media all and (min-width: 897px) {
	.pageTop a:hover {
		transform: rotate(-90deg) scale(1.1);
	}
	.pageTop a:hover img {
		transform: scale(1);
	}
}
@media all and (max-width: 896px) {
	.pageTop {
		bottom: 7.2rem;
	}
}
/* comOpenBtn */
.comOpenBtn {
	width: 5rem;
	height: 5rem;
	border-radius: 1rem 0 0 1rem;
	border-top: 2px solid #E6002D;
	border-bottom: 2px solid #E6002D;
	border-left: 2px solid #E6002D;
	background: #FFF;
	position: fixed;
	right: 0;
	top: 9rem;
	z-index: 900;
	opacity: 0;
	visibility: hidden;
	transition: all ease 0.5s;
}
.comOpenBtn.show {
	opacity: 1;
	visibility: visible;
}
.comOpenBtn span {
	width: 1.6rem;
	height: 0.2rem;
	display: block;
	transform: 0.3s;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	background: #E6002D;
}
.comOpenBtn span:nth-of-type(1) {
	top: 1.5rem;
}
.comOpenBtn span:nth-of-type(2) {
	top: 2.2rem;
}
.comOpenBtn span:nth-of-type(3) {
	top: 2.9rem;
}
.comOpenBtn.on span {
	width: 2.1rem;
	top: 50% !important;
}
.comOpenBtn.on span:nth-of-type(1) {
	transform: translate(-50%,-50%) rotate(-45deg);
}
.comOpenBtn.on span:nth-of-type(2) {
	opacity: 0;
}
.comOpenBtn.on span:nth-of-type(3) {
	transform: translate(-50%,-50%) rotate(45deg);
}
/* comFixedBtn */
.comFixedBtn {
	width: 15rem;
	position: fixed;
	right: 0;
	top: 17rem;
	border-radius: 2rem 0 0 2rem;
	overflow: hidden;
	border: 2px solid #E6002D;
	border-right: none;
	z-index: 888;
	opacity: 0;
	visibility: hidden;
	transition: all ease 0.5s;
}
.comFixedBtn.on {
	opacity: 1;
	visibility: visible;
}
.comFixedBtn li {
	text-align: center;
}
.comFixedBtn a {
	padding: 1.9rem 1rem 1.5rem;
	font-weight: 700;
	display: block;
	background: #fff;
	letter-spacing: 0.05em;
	font-size: 1.3rem;
	line-height: 1.3;
	text-align: center;
	border-bottom: 2px solid #E6002D;
}
.comFixedBtn li:last-child a {
	border-bottom: none;
}
.comFixedBtn .text01 {
	margin: 0 auto 0.9rem;
	padding: 0.5rem 1.1rem;
	width: fit-content;
	display: block;
	border-radius: 1.6rem 0;
	color: #FFF;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.15;
	background: linear-gradient(137deg, #E6002D 3.33%, #8E1427 98.84%);
	transition: 0.3s;
}
@media all and (min-width: 897px) {
	.comFixedBtn a.on {
		color: #fff;
		border-color: #fff;
		background: linear-gradient(137deg, #E6002D 3.33%, #8E1427 98.84%);
	}
	.comFixedBtn a.on .text01 {
		color: #E6002D;
		background: #fff;
	}
	.comFixedBtn a:hover {
		color: #fff;
		border-color: #fff;
		background: linear-gradient(137deg, #E6002D 3.33%, #8E1427 98.84%);
	}
	.comFixedBtn a:hover .text01 {
		color: #E6002D;
		background: #fff;
	}
}
@media all and (max-width: 896px) {
	.comFixedBtn {
		padding: 24.3rem 3rem;
		width: 100%;
		height: 100%;
		position: fixed;
		left: 0;
		top: 0;
		background: #fff;
		overflow-y: auto;
		box-sizing: border-box;
		z-index: 888;
		border: none;
		border-radius: 0;
		opacity: 1;
		visibility: visible;
		display: none;
		transition: none;
	}
	.comFixedBtn a {
		padding: 1rem 0;
		display: flex;
		align-items: center;
		min-height: 9rem;
		font-size: 1.2rem;
		line-height: 1.3;
		gap: 2rem;
		border-bottom: 2px solid #E6002D;
	}
	.comFixedBtn li:first-child a {
		border-top: 2px solid #E6002D;
	}
	.comFixedBtn li:last-child a {
		border-bottom: 2px solid #E6002D;
	}
	.comFixedBtn .text01 {
		padding: 0.7rem 1.4rem;
		margin: 0;
		font-size: 1.3rem;
		border-radius: 1.6rem 0;
	}
	.comFixedBtn .text02 {
		text-align: left;
	}
}
/* comBtnList */
.comBtnList {
	margin-top: 8.7rem;
	gap: 4.5rem 2.899rem;
	display: flex;
	flex-wrap: wrap;
}
.comBtnList li {
	width: calc((100% - 5.8rem) / 3);
}
.comBtnList a {
	padding: 1px 2rem 1.5rem;
	display: block;
	font-size: 2rem;
	letter-spacing: 0.05em;
	border-radius: 2rem 0;
	border: 2px solid #E6002D;
	background: #FFF;
}
.comBtnList .text01 {
	margin: -1.9rem auto 1.2rem;
	padding: 0.4rem 1.4rem;
	display: block;
	width: fit-content;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	border-radius: 2rem 0;
	color: #fff;
	font-weight: 700;
	background: linear-gradient(137deg, #E6002D 3.33%, #8E1427 98.84%);
}
.comBtnList .text02 {
	padding-right: 2rem;
	display: inline-block;
	position: relative;
}
.comBtnList .text02::after {
	width: 1.1rem;
	height: 1.3rem;
	content: "";
	position: absolute;
	right: 0;
	top: 0.7rem;
	background: url(../img/common/arrow04.png) no-repeat left top / 100%;
	transition: 0.3s;
}
@media all and (min-width: 897px) {
	.comBtnList a:hover .text02::after {
		top: 1.7rem;
	}
}
@media all and (max-width: 896px) {
	.comBtnList {
		margin-top: 4.5rem;
		gap: 3rem 1.99rem;
	}
	.comBtnList li {
		width: calc(50% - 1rem);
	}
	.comBtnList a {
		padding: 1.9rem 0.5rem 0.9rem;
		height: 100%;
		min-height: 6.5rem;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 1rem 0;
		border: 1.4px solid #E6002D;
		text-align: center;
		position: relative;
	}
	.comBtnList .text01 {
		margin:0;
		width: auto;
		padding: 0.4rem 0.8rem;
		font-size: 1rem;
		border-radius: 1rem 0;
		position: absolute;
		left: 0.6rem;
		right: 0.5rem;
		top: -1.3rem;
	}
	.comBtnList .text02 {
		margin: 0 auto;
		padding-right: 1.2rem;
		width: fit-content;
		font-size: 1.4rem;
		line-height: 1.3;
		display: block;
	}
	.comBtnList .text02::after {
		top: 50%;
		transform: translateY(-50%);
		width: 0.8rem;
  		height: 0.9rem;
	}
}
/* fadeInUp */
.fadeInUp {
	opacity: 0;
	transform: translateY(40px);
	transition: all ease 0.5s;
}
.fadeInUp.on {
	opacity: 1;
	transform: translateY(0);
}
/* comWlb */
.comWlb .pageTitle .headLine01 .en {
	height: 10.5rem;
    left: -2.3rem;
	transform: translateY(-84%);
}
.comWlb .comBox .headLine01 .en {
	height: 9.6rem;
	transform: translate(-47%,-78%);
}
@media all and (max-width: 896px) {
	.comWlb .pageTitle .headLine01 .en {
		height: 6.3rem;
    	left: -0.9rem;
	}
	.comWlb .comBox .headLine01 .en {
		height: 6.9rem;
		transform: translate(-43%,-79%);
	}
}
/* comSpecial */
.comSpecial .headLine01 .en {
	height: 9.5rem;
	transform: translate(-46.3%, -81%);
}
.comSpecial .comBox .posBtn01 {
	width: 23.9rem !important;
	left: -13.7rem;
	top: -22.2rem;
}
.comSpecial .comBox .posBtn02 {
	width: 23rem !important;
	left: calc(100% - 9.3rem);
	top: -1.4rem;
}
.comSpecial .comBox .posBtn a {
	aspect-ratio: inherit;
}
@media all and (max-width: 896px) {
	.comSpecial .headLine01 .en {
		height: 6.8rem;
		transform: translate(-46.3%, -73%);
	}
	.comSpecial .comBox .posBtn {
		margin: 0;
	}
	.comSpecial .comBox .list {
		justify-content: center;
		align-items: flex-end;
	}
	.comSpecial .comBox .posBtn02 {
		margin: 0 0 0 1.8rem;
    	width: 40.58% !important;
	}
	.comSpecial .comBox .posBtn01 {
		width: 41.76% !important;
		margin: -0.8rem 0 0;
	}
}
.mfp-wrap  {
	max-width: 100vw;
	overflow: hidden auto !important;
	scrollbar-width: 0;
	-ms-overflow-style: none;
}
.mfp-wrap::-webkit-scrollbar {
	display: none;
}