@charset "utf-8";
/*------------------------------------------------------------
	home
------------------------------------------------------------*/
#container {
	padding-top: 8rem;
	overflow: inherit;
}
#gFooter {
	margin-top: 0;
}
#main .videoBg {
	padding: 9.1rem 0 5rem;
	position: relative;
}
#main .videoBg .stickVideo {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	clip-path: inset(0);
}
#main .videoBg .stickVideo video {
	width: 100%;
	height: 100vh;
	object-fit: cover;
	position: fixed;
	opacity: 0;
	top: 0;
	transition: .3s;
}
#main .videoBg .stickVideo.isShow video {
	opacity: 0.1;
}
#main .content {
	max-width: 113.4rem;
}
#main .mainImg {
	position: relative;
	z-index: 1;
}
#main .mainImg .imgUl {
	--h: 100%;
	font-size: 0;
	line-height: 1;
	overflow: hidden;
}
#main .mainImg .imgUl video,
#main .mainImg .imgUl img {
	width: 100%;
	aspect-ratio: 2.732;
	object-fit: cover;
}
#main .mainImg .imgUl video {
	transform: scale(1.01);
}
#main .mainImg .imgUl .item {
	clip-path: inset(0 0 0 100%);
	transform: scale(1.1);
	background-color: #fff;
}
#main .mainImg .imgUl a {
	display: block;
}
#main .mainImg.isplay .imgUl .item.animate {
	animation: mainimgshow 1s forwards;
}
#main .mainImg .imgUl .slick-slide {
	opacity: 1 !important;
}
@keyframes mainimgshow {
	0% {
		transform: scale(1.1);
		clip-path: inset(0 100% 0 0);
	}
	100% {
		transform: scale(1);
		clip-path: inset(0 0 0 0);
	}
}
#main .mainImg .dotsUl {
	width: 100%;
	position: absolute;
	bottom: -1rem;
	left: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: right;
    padding-right: 4.7rem;
}
#main .mainImg .dotsUl li {
	margin: 0 0.3rem;
    width: 2.5rem;
    height: 0.2rem;
	background-color: #D5D5D5;
	position: relative;
	cursor: pointer;
}
#main .mainImg .dotsUl li::before {
	width: 100%;
	height: calc(100% + 2rem);
	position: absolute;
	top: -1rem;
	left: 0;
	content: "";
}
#main .mainImg .dotsUl button {
	display: none;
}
#main .mainImg .dotsUl li::after {
	width: 0;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #BF0363;
	content: "";
}
#main .mainImg.isplay .dotsUl li.slick-active::after {
	animation: dotsline var(--time) linear forwards;
}
@keyframes dotsline {
	0% {
		width: 0;
	}
	100% {
		width: 100%;
	}
}
/*
@media all and (min-width: 1000px) {
	#main .mainImg .imgUl a.hover {
		opacity: 0.7;
	}
}
*/
@media all and (max-width: 999px) {
	#main .videoBg {
		padding: 7.9rem 0 5rem;
	}
	#container {
		padding-top: 6rem;
	}
	#main .mainImg .dotsUl {
		bottom: -1.7rem;
	}
	body:not(.pad) #main .mainImg .dotsUl {
		justify-content: center;
		padding-right: 0;
	}
	#main .mainImg .dotsUl li {
		margin: 0 0.2rem;
		width: 2.2rem;
		height: 0.2rem;
	}
	body:not(.pad) #main .mainImg .imgUl video,
	body:not(.pad) #main .mainImg .imgUl img {
		aspect-ratio: 75/86;
	}
	.pad #main .mainImg .imgUl img.pc {
		display: block !important;
	}
	.pad #main .mainImg .imgUl img.sp {
		display: none !important;
	}
	.pad #main .mainImg .dotsUl {
		bottom: -2rem;
        padding-right: 2rem;
	}
	
}




/* newsBox */
#main .newsBox {
	margin-bottom: 15rem;
	overflow: hidden;
}
#main .newsBox .content {
	display: flex;
	padding-right: 0.4rem;
}
#main .newsBox .leftBox {
	width: 18.2rem;
}
#main .newsBox .headLine03 {
	margin-bottom: 3.3rem;
	font-size: 1.8rem;
}
#main .newsBox .rightBox {
	margin-top: 0.9rem;
	flex: 1;
	position: relative;
}
#main .newsBox .comBtn {
	margin-left: 0.5rem;
}
#main .newsBox .headLine03 .en {
	font-size: 6rem;
}
#main .newsBox .headLine03 .jp {
	margin-top: 1.2rem;
}
#main .newsBox .comBtn02 a {
	font-size: 1.5rem;
}
#main .newsBox .comListUl03 .title {
	margin-bottom: 0;
}
#main .newsBox .comListUl03 {
	margin: 0 -2rem;
}
#main .newsBox .comListUl03 li {
	padding: 0 2rem;
}
#main .newsBox .comBtn04 {
	margin-left: 0.4rem;
}
@media all and (min-width: 1000px) {
	#main .newsBox .comListUl03.column .image {
		margin-bottom: 1.7rem;
		padding-bottom: 54.5%;
	}
	#main .newsBox .comListUl03.column .flexTxt {
		margin-bottom: 0.7rem;
	}
}
@media all and (max-width: 999px) {
	.pad #main .newsBox .content {
		padding-right: 0;
		margin: 0 3rem 0 6rem;
		width: auto;
		display: block;
		position: relative;
	}
	.pad #main .newsBox .comBtn04 {
		margin: 1.5rem 0 0 0;
	}
	.pad #main .newsBox .leftBox {
		width: auto;
		position: static;
	}
	.pad #main .newsBox .headLine03 .en {
		font-size: 6rem;
		position: absolute;
		top: 0.1rem;
    	left: -6.9rem;
		white-space: nowrap;
		-webkit-writing-mode: tb-rl;
		-webkit-writing-mode: vertical-rl;
		writing-mode: tb-rl;
		writing-mode: vertical-rl;
		background: linear-gradient(to top,#bf0562 0%, #79003b 100%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
	}
	.pad #main .newsBox .comListUl03 li {
		padding: 0 0.7rem;
		margin-bottom: 0;
		width: 33.33%;
	}
	.pad #main .newsBox .comListUl03 {
		margin: 0 -0.7rem;
	}
	.pad #main .newsBox .headLine03 .jp {
		margin: 0;
		display: block;
	}
	.pad #main .newsBox .headLine03 {
		margin-bottom: 2.3rem;
		font-size: 1.5rem;
	}
	.pad #main .videoBg {
		padding: 8.1rem 0 5rem;
	}
	.pad #main .newsBox .comListUl03 .image {
		width: 100%;
		padding-bottom: 55.2%;
	}
	.pad #main .newsBox .comListUl03 .titleBox .title {
		font-size: 1.2rem;
	}
	.pad #main .newsBox .comListUl03 .flexTxt {
		font-size: 1rem;
		margin-bottom: 0.8rem;
	}
	.pad #main .newsBox .comListUl03.column .titleBox {
		margin: 1.3rem 0 0 0;
	}
	.pad #main .newsBox {
		margin-bottom: 10.5rem;
		overflow: hidden;
	}
}
@media all and (min-width: 768px) and (max-width: 999px) {
	#main .newsBox .content {
		padding-right: 0;
		margin: 0 3rem 0 6rem;
		width: auto;
		display: block;
		position: relative;
	}
	#main .newsBox .comBtn04 {
		margin: 1.5rem 0 0 0;
	}
	#main .newsBox .leftBox {
		width: auto;
		position: static;
	}
	#main .newsBox .headLine03 .en {
		font-size: 6rem;
		position: absolute;
		top: 0.1rem;
		left: -6.9rem;
		white-space: nowrap;
		-webkit-writing-mode: tb-rl;
		-webkit-writing-mode: vertical-rl;
		writing-mode: tb-rl;
		writing-mode: vertical-rl;
		background: linear-gradient(to top,#bf0562 0%, #79003b 100%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
	}
	#main .newsBox .comListUl03 li {
		padding: 0 0.7rem;
		margin-bottom: 0;
		width: 33.33%;
	}
	#main .newsBox .comListUl03 {
		margin: 0 -0.7rem;
		display: flex;
	}
	#main .newsBox .headLine03 .jp {
		margin: 0;
		display: block;
	}
	#main .newsBox .headLine03 {
		margin-bottom: 2.3rem;
		font-size: 1.5rem;
	}
	#main .videoBg {
		padding: 8.1rem 0 6.7rem;
	}
	#main .newsBox .comListUl03 .image {
		width: 100%;
		padding-bottom: 55.2%;
	}
	#main .newsBox .comListUl03 .titleBox .title {
		font-size: 1.2rem;
	}
	#main .newsBox .comListUl03 .flexTxt {
		font-size: 1rem;
		margin-bottom: 0.8rem;
	}
	#main .newsBox .comListUl03.column .titleBox {
		margin: 1.3rem 0 0 0;
	}
	#main .newsBox {
		margin-bottom: 10.5rem;
		overflow: hidden;
	}
}
@media all and (max-width: 767px) {
	#main .newsBox .content {
		padding: 0 0 6.1rem;
		display: block;
		width: auto;
		position: relative;
	}
	#main .newsBox .rightBox::before {
		display: none;
	}
	#main .newsBox .rightBox {
		margin-top: 0;
		padding-left: 0;
	}
	#main .newsBox .leftBox {
		width: auto;
	}
	#main .newsBox .comBtn04 {
		margin-left: 0;
		position: absolute;
		bottom: 0;
		left: 0;
		text-align: right;
		width: 100%;
		box-sizing: border-box;
		padding: 0 2rem;
	}
	#main .newsBox .comListUl03 a {
		display: flex;
		padding-right: 2rem;
	}
	#main .newsBox .comListUl03 .titleBox {
		margin: 0 0 0 1.9rem;
		flex: 1;
	}
	#main .newsBox .comListUl03 .image {
		width: 36.66%;
		padding-bottom: 19.6%;
	}
	#main .newsBox .headLine03 .en {
		font-size: 5rem;
	}
	#main .newsBox .headLine03 {
		margin: 0 1.7rem 2.7rem;
		font-size: 1.5rem;
	}
	#main .newsBox .headLine03 .jp {
		margin: -2.1rem 0 0 1.3rem;
		vertical-align: middle;
	}
	#main .newsBox .comListUl03 .title {
		margin-bottom: 0;
		font-size: 1.2rem;
		line-height: 1.25;
	}
	#main .newsBox .comListUl03 .flexTxt {
		margin-bottom: 0.5rem;
	}
	#main .newsBox .comListUl03 li {
		margin-bottom: 2.6rem;
		padding: 0;
	}
	#main .newsBox .comListUl03 {
		margin: 0;
	}
	#main .newsBox {
		margin-bottom: 12rem;
	}
}


/* philosophyBox */
#main .philosophyBox {
	display: flex;
	align-items: flex-start;
	padding: 0 0.4rem;
	margin-bottom: 15rem;
}
#main .philosophyBox .photo {
	position: relative;
	width: 56.3rem;
	border: 1px solid #E8E8E8;
	font-size: 0;
}
#main .philosophyBox .photo.video {
	aspect-ratio: 16/9;
	overflow: hidden;
}
#main .philosophyBox .photo.video::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	content: "";
}
#main .philosophyBox .photo iframe {
	position: absolute;
	left: 0;
	top: -50%;
	width: 100%;
	height: 200%;
}
#main .philosophyBox .photo img {
	width: 100%;
}
#main .philosophyBox .textBox {
	flex: 1;
	font-size: 1.5rem;
	margin: -0.6rem 0 0 6.5rem;
	letter-spacing: 0.1em;
}
#main .philosophyBox .textBox .title {
	margin-bottom: 2.6rem;
	font-size: 3rem;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 0.14em;
}
#main .philosophyBox .textBox p {
	line-height: 2.133;
}
#main .philosophyBox .comBtn04 {
	margin-top: 3.7rem;
}
@media all and (max-width: 999px) {
	.pad #main .philosophyBox {
		padding: 0;
		margin-bottom: 10.5rem;
		width: calc(100% - 5.5rem);
	}
	.pad #main .philosophyBox .textBox .title {
		margin-bottom: 1.1rem;
		font-size: 2rem;
		line-height: 1.55;
		letter-spacing: 0.05em;
	}
	.pad #main .philosophyBox .textBox {
		margin: 1px 0 0 3rem;
		font-size: 1.2rem;
	}
	.pad #main .philosophyBox .photo {
		width: 50.2%;
	}
	.pad #main .philosophyBox .textBox p {
		line-height: 1.8;
		letter-spacing: 0.15em;
	}
	.pad #main .philosophyBox .comBtn04 {
		margin-top: 1.2rem;
	}
}
@media all and (min-width: 768px) and (max-width: 999px) {
	#main .philosophyBox {
		padding: 0;
		margin-bottom: 9.6rem;
		width: calc(100% - 5.5rem);
	}
	#main .philosophyBox .textBox .title {
		margin-bottom: 1.1rem;
		font-size: 2rem;
		line-height: 1.55;
		letter-spacing: 0.05em;
	}
	#main .philosophyBox .textBox {
		margin: 1px 0 0 3rem;
		font-size: 1.2rem;
	}
	#main .philosophyBox .photo {
		width: 50.2%;
	}
	#main .philosophyBox .textBox p {
		line-height: 1.8;
		letter-spacing: 0.15em;
	}
	#main .philosophyBox .comBtn04 {
		margin-top: 1.2rem;
	}
}
@media all and (max-width: 767px) {
	#main .philosophyBox {
		display: block;
		padding: 0;
		width: calc(100% - 4rem);
		margin-bottom: 12rem;
	}
	#main .philosophyBox .photo {
		width: auto;
		margin: 0 -2rem 2.5rem;
	}
	#main .philosophyBox .textBox {
		font-size: 1.3rem;
		margin: 0;
		letter-spacing: 0.1em;
	}
	#main .philosophyBox .comBtn04 {
		text-align: right;
		margin-top: 2.2rem;
	}
	#main .philosophyBox .textBox .title {
		font-size: 1.8rem;
		margin-bottom: 1.3rem;
		line-height: 1.66;
	}
	#main .philosophyBox .textBox p {
		line-height: 1.84;
	}
}

/* worksBox */
#main .worksBox {
	margin-bottom: 15rem;
}
#main .worksBox .topBox {
	margin-bottom: 3.9rem;
	display: flex;
	align-items: flex-end;
}
#main .worksBox .headLine03 {
	margin: 0;
	font-size: 1.8rem;
	display: flex;
	align-items: flex-end;
}
#main .worksBox .headLine03 .en {
	font-size: 6rem;
}
#main .worksBox .headLine03 .jp {
	margin: 0 0 1.2rem 3.6rem;
  	letter-spacing: 0.15em;
}
#main .worksBox .comBtn04 {
	margin: 0 0 1.2rem 15.5rem;
}
#main .worksBox .slideBox {
	position: relative;
}
#main .worksBox .slideBox .arrowUl {
	position: absolute;
	top: -5.7rem;
	right: 0.6rem;
	display: flex;
	gap: 0 1.2rem;
}
#main .worksBox .slideBox .arrowUl li {
	cursor: pointer;
}
#main .worksBox .slideBox .comBtn .comArrow03 {
	margin-top: 0;
	width: 4rem;
	height: 4rem;
	position: relative !important;
	left: auto;
	right: auto;
	top: auto;
	bottom: auto;
}
#main .worksBox .slideBox .arrowUl .prev {
	transform: rotateY(180deg);
}
#main .worksBox .slideBox .comList03 {
	margin: 0 -1.5rem;
	display: block;
}
#main .worksBox .slideBox .comList03 li {
	margin: 0 1.5rem;
	width: 25.8rem !important;
}
#main .worksBox .slideBox .comList03 li > a {
	display: block;
}
.pad #main .worksBox .slideBox .comList03 {
	margin: 0 -0.8rem;
}
.pad #main .worksBox .slideBox .comList03 li {
	width: 20rem !important;
	margin: 0 0.8rem;
}
.pad #main .worksBox {
	overflow: hidden;
}
@media all and (min-width: 1000px) {
	#main .worksBox {
		overflow: hidden;
	}
}
@media all and (max-width: 999px) {
	.pad #main .worksBox .comBtn04.sp {
		display: none !important;
	}
	.pad #main .worksBox {
		margin-bottom: 10.5rem;
		width: auto;
		padding-left: 3rem;
	}
	.pad #main .worksBox .headLine03 .en {
		font-size: 5rem;
	}
	.pad #main .worksBox .headLine03 {
		margin-left: -0.2rem;
		font-size: 1.5rem;
	}
	.pad #main .worksBox .headLine03 .jp {
		margin-left: 2.6rem;
	}
	.pad #main .worksBox .topBox .comBtn04 {
		display: block !important;
		margin: 0 0 0.9rem 7rem;
	}
	.pad #main .worksBox .slideBox .comBtn .comArrow03 {
		margin-top: 0;
		position: relative;
		top: auto;
		bottom: auto;
		left: auto;
		right: auto;
	}
	.pad #main .worksBox .topBox {
		margin-bottom: 4.1rem;
	}
	.pad #main .worksBox .slideBox .arrowUl .comArrow {
		width: 3.2rem;
		height: 3.2rem;
	}
	.pad #main .worksBox .slideBox .arrowUl {
		top: -7.9rem;
		right: 3rem;
		gap: 0 1.4rem;
	}
	.pad #main .worksBox .slideBox .comList03 {
		margin: 0 -0.8rem;
	}
	.pad #main .worksBox .slideBox .comList03 li {
		width: 20rem !important;
		margin: 0 0.8rem;
	}
	#main .worksBox .comBtn04 {
		margin: 1.5rem 1.9rem 0 0;
		text-align: right;
	}
}
@media all and (max-width: 767px) {
	#main .worksBox .headLine03 .en {
		font-size: 5.5rem;
		width: 5.6rem;
		position: absolute;
		top: -1.2rem;
    	left: -6.9rem;
		white-space: nowrap;
		-webkit-writing-mode: tb-rl;
		-webkit-writing-mode: vertical-rl;
		writing-mode: tb-rl;
		writing-mode: vertical-rl;
		background: linear-gradient(to top,#bf0562 0%, #79003b 100%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
	}
	#main .worksBox .topBox {
		margin-bottom: 2.8rem;
		display: block;
	}
	#main .worksBox .slideBox .comBtn .comArrow03 {
		margin-top: 0;
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		bottom: auto;
	}
	#main .worksBox .slideBox .comBtn-circle .comArrow03::before {
		margin: 0;
		display: block !important;
	}
	#main .worksBox .headLine03 .jp {
		margin: 0;
		letter-spacing: 0.15em;
	}
	#main .worksBox .headLine03 {
		font-size: 1.5rem;
		display: block;
	}
	#main .worksBox {
		margin: 0 0 12rem 0;
		padding-left: 6.1rem;
		width: auto;
		overflow-x: clip;
	}
	#main .worksBox .slideBox {
		margin-left: -1.1rem;
	}
	#main .worksBox .slideBox .arrowUl {
		top: -6rem;
		right: 1.9rem;
		gap: 0 0.9rem;
	}
	#main .worksBox .slideBox .comList03 {
		margin: 0 -1.1rem;
	}
	#main .worksBox .slideBox .comList03 li {
		margin: 0 1.1rem;
		width: 20.8rem !important;
	}
}


/* serviceBox */
#main .serviceBox {
	width: 100%;
	margin-bottom: 15rem;
	overflow: hidden;
}
#main .serviceBox .content {
	padding-left: 11.8rem;
	max-width: 111.4rem;
	position: relative;
}
#main .serviceBox .topBox {
	margin-bottom: 2.9rem;
	display: flex;
}
#main .serviceBox .topBox .txt {
	color: #79003B;
	font-size: 1.3rem;
	line-height: 2;
	text-align: right;
	flex: 1;
	letter-spacing: 0.12em;
}
#main .serviceBox .btmBox {
	padding-top: 0.3rem;
	position: relative;
}
#main .serviceBox .btmBox::before {
	width: calc(100vw + 3.6rem);
	height: 1px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(121,0,59, 0.8);
	content: "";
	transform: rotateY(90deg);
	transform-origin: left center;
	transition: .6s .25s;
}
#main .serviceBox .btmBox.visible::before {
	transform: translateY(0);
}
#main .serviceBox .comLinkUl02 li:nth-child(2),
#main .serviceBox .comLinkUl02 li:first-child {
	border-top-color: #fff;
}
#main .serviceBox .comLinkUl02 {
	margin: 0 -3rem;
	justify-content: flex-start;
}
#main .serviceBox .comLinkUl02 li {
	width: calc(33.33% - 6rem);
	margin: 0 3rem;
	border: none !important;
}
#main .serviceBox .comLinkUl02 a {
	border: none;
}
#main .serviceBox li a:before,
#main .serviceBox li a:after {
	content: "";
    height: 1px;
    background: rgba(121, 0, 59, .7);
    position: absolute;
    bottom: 0;
}
#main .serviceBox li a:before {
    width: 0%;
	transition: .2s;
	right: 0;
}
#main .serviceBox li a:after {
    width: 100%;
    background: rgba(121, 0, 59, 0.2);
	left: 0;
}
#main .serviceBox .comLinkUl02 .title {
	margin-bottom: 0.1rem;
	font-size: 1.6rem;
	letter-spacing: 0.08em;
}
#main .serviceBox .comLinkUl02 .en {
	color: #79003B;
	font-size: 1rem;
	display: block;
	letter-spacing: 0.05em;
}
#main .serviceBox .comLinkUl02 a {
	min-height: auto;
	padding: 2.4rem 3rem 1.8rem 0;
}
#main .serviceBox .comLinkUl02 .comArrow {
	transform: scale(0.85);
	margin-top: -2.2rem;
	right: -0.2rem;
}
#main .serviceBox h3.headLine03 {
	margin: 4.9rem 0 2.5rem;
	font-size: 1.8rem;
}
#main .serviceBox h3.headLine03 .jp {
	margin: 0;
	letter-spacing: 0.1em;
}
#main .serviceBox .comListUl02 a {
	padding-bottom: 1rem;
	font-size: 1.6rem;
	position: relative;
}
#main .serviceBox .comListUl02 {
	margin: 0;
	gap: 3rem 4.2rem;
}
#main .serviceBox .comListUl02 li {
	padding: 0;
	margin-top: 0;
	width: calc((100% - 12.6rem) / 4);
}
#main .serviceBox .comListUl02 .image {
	margin-bottom: 0.9rem;
	padding-bottom: 46.14%;
}
#main .serviceBox .comListUl02 .txt {
	padding-left: 0;
}
#main .serviceBox .comListUl02.row4 .en {
	margin-top: -0.1rem;
	letter-spacing: 0.02em;
}
#main .serviceBox .comListUl02 .comArrow {
	position: absolute;
	top: 1.2rem;
	left: auto;
	right: 0;
	width: 2.5rem;
	height: 2.5rem;
}
@media all and (min-width: 1000px) {
	#main .serviceBox li a.hover:before {
		width: 100%;
		left: 0;
	}
	#main .serviceBox .topBox .headLine03 {
		margin: 0.4rem 0 0 0;
		width: 34rem;
	}
	#main .serviceBox .topBox .headLine03 .en {
		position: absolute;
		top: 0;
		left: -1.7rem;
		white-space: nowrap;
		-webkit-writing-mode: tb-rl;
		-webkit-writing-mode: vertical-rl;
		writing-mode: tb-rl;
		writing-mode: vertical-rl;
		background: linear-gradient(to top,#bf0562 0%, #79003b 100%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
		width: 7.6rem;
		letter-spacing: 0;
		font-weight: 600;
		font-size: 7.6rem;
	}
	#main .serviceBox .topBox .headLine03 .jp {
		margin: 0;
		font-size: 2.2rem;
	}
}
@media all and (max-width: 999px) {
	#main .serviceBox {
		margin: 0 0 12rem 0;
	}
	#main .serviceBox .comLinkUl02 {
		margin: 0;
		display: flex;
		justify-content: space-between;
	}
	#main .serviceBox .comLinkUl02 li {
		width: calc(50% - 0.9rem);
		margin: 0;
	}
	#main .serviceBox .comLinkUl02 .comArrow {
		display: none;
	}
	#main .serviceBox .topBox {
		margin-bottom: 4svh;
		display: block;
	}
	#main .serviceBox .content {
		max-width: inherit;
		padding-left: 0;
		width: calc(100% - 4rem);
	}
	#main .serviceBox .topBox .txt {
		font-size: 1.3rem;
		line-height: 1.7;
		text-align: left;
		letter-spacing: 0.1em;
	}
	#main .serviceBox .headLine03 .jp {
		margin: -2.6rem 0 0 1.5rem;
		vertical-align: middle;
	}
	#main .serviceBox .headLine03 .en {
		font-size: 5.3rem;
	}
	#main .serviceBox .headLine03 {
		margin-bottom: 1.2rem;
        font-size: 1.5rem;
	}
	#main .serviceBox .btmBox {
		margin: 0 -2rem 0 0;
		padding-top: 0.2rem;
	}
	#main .serviceBox .btmBox::before {
		width: 100%;
	}
	#main .serviceBox .comLinkUl02 .title {
		margin-bottom: 0;
		font-size: 1.3rem;
		letter-spacing: 0.03em;
	}
	#main .serviceBox .comLinkUl02 a {
		padding: 1.7rem 0 1.5rem;
	}
	#main .serviceBox .comLinkUl02 li:nth-of-type(2n) a {
		padding-left: 0;
	}
	#main .serviceBox .comLinkUl02 .en {
		display: none;
	}
	#main .serviceBox .comLinkUl02 .noBor {
		border-bottom: none;
	}
	#main .serviceBox .comListUl03 .titleBox .title {
		font-size: 1.3rem;
		line-height: 1.7;
	}
	#main .serviceBox .comListUl02 {
		margin: 0;
		gap: 1.6rem 1rem;
	}
	#main .serviceBox .comListUl02 li {
		width: calc((100% - 2rem) / 3);
	}
	#main .serviceBox .comListUl02 .comArrow {
		display: none;
	}
	#main .serviceBox .comListUl02.row4 .en {
		display: none;
	}
	#main .serviceBox h3.headLine03 {
		margin: 4.2rem 0 1.4rem;
		font-size: 1.4rem;
	}
	#main .serviceBox .comListUl02 a {
		padding-bottom: 0.4rem;
		font-size: 1.3rem;
		min-height: 0;
	}
	#main .serviceBox .comListUl02 .image {
		margin-bottom: 0.4rem;
		padding-bottom: 46.1%;
	}
    #main .recruitBox{
        margin-bottom: 7.9rem !important;
    }
	.pad #main .serviceBox {
		margin: 0 auto 10.5rem;
		width: calc(100% - 13.6rem);
	}
	.pad #main .serviceBox .headLine03 .en {
		font-size: 5rem;
	}
	.pad #main .serviceBox .headLine03 .jp {
		margin: -1.6rem 0 0 1.8rem;
	}
	.pad #main .serviceBox .topBox .txt {
		font-size: 1.2rem;
	}
	.pad #main .serviceBox .headLine03 {
		margin-bottom: 1.6rem;
	}
	.pad #main .serviceBox .topBox {
		margin-bottom: 5.2rem;
	}
	.pad #main .serviceBox .btmBox {
		margin: 0;
	}
	.pad #main .serviceBox .comLinkUl02 a {
		padding: 2.2em 0 2.2rem;
		border-bottom: none;
	}
	.pad #main .serviceBox .comLinkUl02 li {
		width: calc(50% - 0.5rem);
	}
	.pad #main .serviceBox h3.headLine03 {
		margin: 2.7rem 0 1.3rem;
		font-size: 1.4rem;
	}
	.pad #main .serviceBox h3.headLine03 .jp {
		margin: 0;
	}
	.pad #main .serviceBox .comListUl02 {
		justify-content: flex-start;
		gap: 1.3em 1rem;
	}
	.pad #main .serviceBox .comListUl02 li {
		width: calc((100% - 3rem) / 4);
	}
	.pad #main .serviceBox .comListUl02 .image {
		margin-bottom: 0.6rem;
	}
}
@media all and (max-width: 374px) {
	#main .serviceBox .headLine03 .en {
		font-size: 4.8rem;
	}
	#main .serviceBox .headLine03 {
		font-size: 1.3rem;
	}
	#main .serviceBox .headLine03 .jp {
		margin: -1.6rem 0 0 1.5rem;
	}
	#main .serviceBox .comLinkUl02 .title {
		font-size: 1.2rem;
	}
}

/* .bannerBox */
#main .bannerBox {
	margin-bottom: 15rem;
	max-width: 112.5rem;
}
#main .bannerBox a {
	display: block;
	aspect-ratio: 2250/900;
	overflow: hidden;
}
#main .bannerBox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.3s;
}
@media all and (min-width: 1000px) {
	#main .bannerBox a.hover img {
		transform: scale(1.1);
	}
}
@media all and (max-width: 999px) {
	#main .bannerBox a {
		aspect-ratio: 670/950;
	}
	#main .bannerBox {
		margin-bottom: 10.5rem;
		max-width: inherit;
		width: calc(100% - 4rem);
	}
	.pad #main .bannerBox .image.sp {
		display: none !important;
	}
	.pad #main .bannerBox .image.pc {
		display: block !important;
	}
	.pad #main .bannerBox a {
		aspect-ratio: 2250/900;
	}
	.pad #main .bannerBox {
		width: calc(100% - 4.5rem);
	}
}

/* communityBox */
#main .communityBox {
	margin-bottom: 15rem;
	position: relative;
}
#main .communityBox .comBtn04 {
	position: absolute;
	top: 1.1rem;
	right: 4.9rem;
}
#main .communityBox .title {
	margin: 0 4.5rem 1.8rem;
	font-size: 3.9rem;
	font-weight: 300;
	font-style: italic;
}
#main .communityBox .title img {
	margin: -0.7rem 0.8rem 0 0;
	width: 11rem;
	display: inline-block;
	vertical-align: middle;
}
#main .communityBox .listUl {
	margin-right: 0.8rem;
	display: flex;
	flex-wrap: wrap;
}
#main .communityBox .listUl li {
	width: 50%;
	position: relative;
	border: 1px solid #E0E0E0;
	border-radius: 0.5rem 0 0 0.5rem;
}
#main .communityBox .listUl li:nth-child(2n) {
	margin-left: -1px;
	border-radius: 0 0.5rem 0.5rem 0;
}
#main .communityBox .listUl a {
	display: flex;
	align-items: flex-start;
	padding: 3rem 3.9rem;
	font-weight: 600;
}
#main .communityBox .listUl .txt {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
#main .communityBox .listUl .photo {
	width: 16.2rem;
	border-radius: 0.3rem;
	overflow: hidden;
	aspect-ratio: 322/201;
}
#main .communityBox .listUl .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.3s;
}
#main .communityBox .listUl .textBox {
	flex: 1;
	margin: 0.9rem 0 0 2rem;
	font-size: 1.5rem;
}
#main .communityBox .listUl .time {
	margin-bottom: 1.9rem;
	text-align: right;
	font-weight: 300;
	font-size: 1.2rem;
	font-style: italic;
	line-height: 1 !important;
	letter-spacing: 0.05em;
}
#main .communityBox .listUl p {
	line-height: 1.733;
	letter-spacing: 0.1em;
}
#main .communityBox .listUl li:nth-child(2n) .photo {
	order: 3;
}
#main .communityBox .listUl li:nth-child(2n) .textBox {
	margin: 0.9rem 2rem 0 0;
}
@media all and (min-width: 1000px) {
	#main .communityBox .listUl a.hover .photo img {
		transform: scale(1.1);
	}
}
@media all and (max-width: 999px) {
	#main .communityBox .comBtn04 {
		margin: 2rem 0 0 1rem;
		position: static;
		top: auto;
		right: auto;
	}
	#main .communityBox .listUl {
		display: block;
		margin-right: 0;
	}
	#main .communityBox .listUl li {
		width: auto;
		border-radius: 0.5rem 0.5rem 0 0;
		border-top: none;
	}
	#main .communityBox .listUl li:first-child {
		border-top: 1px solid #E0E0E0;
	}
	#main .communityBox .listUl li:last-child {
		margin: 0;
		width: auto;
		border-radius: 0 0 0.5rem 0.5rem;
	}
	#main .communityBox .listUl a {
		padding: 2.4rem 1.1rem 2.5rem;
	}
	#main .communityBox .title {
		margin: 0 1rem 2rem;
		font-size: 2.6rem;
	}
	#main .communityBox .title img {
		width: 7.9rem;
		margin: -0.5rem 0.6rem 0 0;
	}
	#main .communityBox .content {
		width: calc(100% - 2rem);
	}
	#main .communityBox .listUl .photo {
		width: 35%;
	}
	#main .communityBox .listUl .textBox {
		flex: 1;
		margin: 0.2rem 0 0 2rem;
		font-size: 1.3rem;
	}
	#main .communityBox .listUl .time {
		font-size: 1.1rem;
		margin-bottom: 1.1rem;
	}
	#main .communityBox .listUl p {
		line-height: 1.69;
	}
	#main .communityBox {
		margin-bottom: 12rem;
	}
	.pad #main .communityBox .content {
		width: calc(100% - 17.4rem);
	}
	.pad #main .communityBox .title {
		margin: 0 0 1.1rem;
		font-size: 2.3rem;
	}
	.pad #main .communityBox .title img {
		width: 7.2rem;
	}
	.pad #main .communityBox .listUl a {
		padding: 2.5rem 1.1rem 2.5rem;
	}
	.pad #main .communityBox .listUl .photo {
		width: 11.6rem;
	}
	.pad #main .communityBox .listUl .textBox {
		font-size: 1.2rem;
		margin: 0.1rem 2rem 0 3.5rem;
	}
	.pad #main .communityBox .listUl .time {
		margin-bottom: 0.5rem;
	}
	.pad #main .communityBox .comBtn04 {
		margin: 1.5rem 0 0 0;
	}
	.pad #main .communityBox {
		margin-bottom: 10.5rem;
	}
}

/* recruitBox */
#main .recruitBox {
	background-color: #F2F2F2;
    margin-bottom: 14.1rem;
}
#main .recruitBox .innerBox {
	position: relative;
	z-index: 10;
}
#main .recruitBox .content {
	padding: 6.8rem 0 7.7rem;
	max-width: 112.4rem;
	position: relative;
	text-align: center;
	z-index: 2;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
#main .recruitBox .leftBox {
	margin-top: -0.3rem;
	width: 45rem;
}
#main .recruitBox .rightBox {
	margin-top: 2.7rem;
	width: calc(100% - 45rem);
	max-width: 60rem;
}
#main .recruitBox .headLine03 {
	margin-bottom: 2.5rem;
	font-size: 1.6rem;
}
#main .recruitBox .headLine03 .btm {
	margin: 2.5rem 0 0 0.4rem;
	font-weight: 500;
	line-height: 2;
	display: block;
	letter-spacing: 0.12em;
}
#main .recruitBox .headLine03 .top {
	margin: 0.4rem 0 0 2.8rem;
	font-size: 1.8rem;
	letter-spacing: 0.25em;
	display: inline-block;
	vertical-align: middle;
}
#main .recruitBox .headLine03 .en {
	font-size: 6.2rem;
	letter-spacing: 0.02em;
	display: inline-block;
	vertical-align: middle;
}
#main .recruitBox .linkUl {
	margin-left: 5px;
	display: flex;
	justify-content: center;
	gap: 2.5rem;
}
#main .recruitBox .linkUl a {
	padding-bottom: 0.3rem;
	width: 13.2rem;
	height: 13.2rem;
	text-align: center;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 700;
	display: flex;
	align-items: center;
	border-radius: 50%;
	letter-spacing: 0.2em;
	position: relative;
	background-color: #79003B;
	overflow: hidden;
}
#main .recruitBox .linkUl .arrow {
	width: 3.6rem;
	position: absolute;
	bottom: 1.5rem;
	height: 0.7rem;
	left: 50%;
	transform: translateX(-50%);
	overflow: hidden;
}
#main .recruitBox .linkUl .comArrow02 {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	content: "";
	border-color: #fff;
}
#main .recruitBox .linkUl .comArrow02:after {
	background-color: #fff;
}
#main .recruitBox .linkUl a::before {
    position: absolute;
	left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid #79003B;
    content: "";
    z-index: 1;
    box-sizing: border-box;
    animation: roundout .4s linear forwards;
}
@keyframes roundin{
    from {
        clip-path: polygon(50% 50%, 0% 0%, 0% 0%);
        transform: rotate(45deg);
    }
    25% {
        clip-path: polygon(50% 50%, 0% 0%, 100% 0%);
    }
    25.01% {
        clip-path: polygon(50% 50%, 0% 0%, 100% 0%, 100% 0%);
    }
    50%{
        clip-path: polygon(50% 50%, 0% 0%, 100% 0%, 100% 100%);
    }
    50.01%{
        clip-path: polygon(50% 50%, 0% 0%, 100% 0%, 100% 100%, 100% 100%);
    }
    75%{
        clip-path: polygon(50% 50%, 0% 0%, 100% 0%, 100% 100%, 0% 100%);
    }
    75.01%{
        clip-path: polygon(50% 50%, 0% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 100%);
    }
    to{
        clip-path: polygon(50% 50%, 0% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
        transform: rotate(165deg);
    }
}
@keyframes roundout{
    from {
        clip-path: polygon(50% 50%, 0% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
        transform: rotate(165deg);
    }
    25% {
        clip-path: polygon(50% 50%, 0% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 100%);
    }
    25.01% {
        clip-path: polygon(50% 50%, 0% 0%, 100% 0%, 100% 100%, 0% 100%);
    }
    50%{
        clip-path: polygon(50% 50%, 0% 0%, 100% 0%, 100% 100%, 100% 100%);
    }
    50.01%{
        clip-path: polygon(50% 50%, 0% 0%, 100% 0%, 100% 100%);
    }
    75%{
        clip-path: polygon(50% 50%, 0% 0%, 100% 0%, 100% 0%);
    }
    75.01%{
        clip-path: polygon(50% 50%, 0% 0%, 100% 0%);
    }
    to{
        clip-path: polygon(50% 50%, 0% 0%, 0% 0%);
        transform: rotate(45deg);
    }
}
#main .recruitBox .linkUl p {
	width: 100%;
}
#main .recruitBox .linkUl .en {
	margin-top: 0.3rem;
	display: block;
	font-weight: 500;
	font-size: 0.9rem;
	letter-spacing: 0.05em;
}
#main .recruitBox .linkUl .btn02 a {
	background-color: #AC0155;
}
#main .recruitBox .linkUl .btn02 a::before {
	border-color: #AC0155;
}
@media all and (min-width: 1000px) {
	#main .recruitBox .linkUl a.hover::before {
		animation: roundin .4s linear forwards;
	}
	#main .recruitBox .linkUl a:hover {
		color: #79003B;
		background-color: #fff;
	}
	#main .recruitBox .linkUl a:hover .comArrow02 {
		border-color: #79003B;
		animation: arrow_slide .5s forwards;
	}
	#main .recruitBox .linkUl a:hover .comArrow02:after {
		background-color: #79003B;
	}

	#main .recruitBox .linkUl .btn02 a:hover {
		color: #AC0155;
		background-color: #fff;
	}
	#main .recruitBox .linkUl .btn02 a:hover .comArrow02 {
		border-color: #AC0155;
	}
	#main .recruitBox .linkUl .btn02 a:hover .comArrow02:after {
		background-color: #AC0155;
	}
}
@media all and (max-width: 767px) {
	#main .recruitBox .content {
		margin: 0 0 0 0;
		padding: 5.1rem 0 1rem;
		width: auto;
		display: block;
	}
	#main .recruitBox {
		margin-bottom: 7.9rem;
		overflow: hidden;
	}
	#main .recruitBox .leftBox {
		margin-top: 0;
		width: auto;
	}
	#main .recruitBox .rightBox {
		width: auto;
		max-width: inherit;
		margin: 3.2rem 1rem 0;
	}
	#main .recruitBox .imgUl .image {
		aspect-ratio: 600 / 510;
	}
	#main .recruitBox .headLine03 {
		margin: 0 0 2.1rem 0;
		font-size: 1.4rem;
		line-height: 2;
	}
	#main .recruitBox .headLine03 .jp {
		margin: 1.8rem 0 0 0;
		display: block;
		letter-spacing: 0.1em;
		line-height: 1.85;
	}
	#main .recruitBox .headLine03 .top {
		font-size: 1.5rem;
		letter-spacing: 0.15em;
		display: inline-block;
		margin: 0.7rem 0 0 1.7rem;
		line-height: 1;
	}
	#main .recruitBox .headLine03 .en {
		margin: 0;
		font-size: 5.3rem;
	}
	#main .recruitBox .linkUl {
		margin-right: 0.4rem;
		gap: 2.4rem;
	}
	#main .recruitBox .innerBox {
		margin: 0 auto;
		padding: 15.7rem 0 15.1rem;
		max-width: 31rem;
		z-index: 15;
	}
	#main .recruitBox .linkUl a {
		padding-bottom: 0.3rem;
		width: 9.8rem;
    	height: 9.8rem;
		font-size: 1.4rem;
		letter-spacing: 0.1em;
	}
	#main .recruitBox .linkUl .en {
		margin-top: 0.1rem;
	}
	#main .recruitBox .linkUl a::after {
		bottom: 2.6rem;
	}
	#main .recruitBox .linkUl .arrow {
		bottom: 1.7rem;
		height: 0.6rem;
	}
}


/* .recruitBox .imgUl */
#main .recruitBox .imgUl {
	display: flex;
}
#main .recruitBox .imgUl li {
	width: 50%;
}
#main .recruitBox .imgUl .image {
	width: 100%;
	aspect-ratio: 600 / 520;
	overflow: hidden;
}
#main .recruitBox .imgUl .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main .recruitBox .imgUl .fadeImg {
	font-size: 0;
	user-select: none;
	pointer-events: none;
}
#main .recruitBox .imgUl .fadeImg .item.animate {
	animation: imgshow 1s forwards;
}
#main .recruitBox .imgUl .fadeImg .slick-slide {
	opacity: 1 !important;
}
@keyframes imgshow {
	0% {
		transform: translateX(-1rem);
		clip-path: inset(0 100% 0 0);
	}
	100% {
		transform: translateX(0);
		clip-path: inset(0 0 0 0);
	}
}
@media all and (min-width: 768px) and (max-width: 999px) {
	#main .recruitBox .content {
		padding: 5.6rem 0 6.1rem;
		align-items: center;
		width: calc(100% - 6rem);
	}
	#main .recruitBox .leftBox {
		margin-top: -0.3rem;
		width: 35.8rem;
	}
	#main .recruitBox .rightBox {
		margin-top: 2.6rem;
		max-width: inherit;
		width: calc(100% - 35.8rem);
	}
	#main .recruitBox .headLine03 {
		margin-bottom: 1.7rem;
		font-size: 1.3rem;
	}
	#main .recruitBox .headLine03 .top {
		font-size: 1.5rem;
		margin: 0.8rem 0 0 1.5rem;
	}
	#main .recruitBox .headLine03 .en {
		font-size: 5rem;
	}
	#main .recruitBox .linkUl a {
		width: 11rem;
  		height: 11rem;
		font-size: 1.4rem;
	}
	#main .recruitBox .linkUl .en {
		font-size: 0.9rem;
	}
	#main .recruitBox .headLine03 .btm {
		margin: 1.9rem 0 0 0;
	}
	#main .recruitBox .linkUl {
		margin-left: -1.2rem;
		gap: 1.6rem;
	}
}
@media all and (max-width: 999px) {
	.pad #main .recruitBox .content {
		padding: 5.6rem 0 6.1rem;
		align-items: center;
		width: calc(100% - 6rem);
	}
	.pad #main .recruitBox .leftBox {
		margin-top: -0.3rem;
		width: 35.8rem;
	}
	.pad #main .recruitBox .rightBox {
		margin-top: 2.6rem;
		max-width: inherit;
		width: calc(100% - 35.8rem);
	}
	.pad #main .recruitBox .headLine03 {
		margin-bottom: 1.7rem;
		font-size: 1.3rem;
	}
	.pad #main .recruitBox .headLine03 .top {
		font-size: 1.5rem;
		margin: 0.8rem 0 0 1.5rem;
	}
	.pad #main .recruitBox .headLine03 .en {
		font-size: 5rem;
	}
	.pad #main .recruitBox .linkUl a {
		width: 11rem;
  		height: 11rem;
		font-size: 1.4rem;
	}
	.pad #main .recruitBox .linkUl .en {
		font-size: 0.9rem;
	}
	.pad #main .recruitBox .headLine03 .btm {
		margin: 1.9rem 0 0 0;
	}
	.pad #main .recruitBox .linkUl {
		margin-left: -1.2rem;
		gap: 1.6rem;
	}
}


/* relatedBox */
#main .relatedBox {
/*	padding-top: 16.2rem;*/
    margin-bottom: 15rem;
}
#main .relatedBox .content {
	max-width: 98.3rem;
}
#main .relatedBox .headLine04 {
	margin-bottom: 2.7rem;
	text-align: center;
	font-size: 1.6rem;
	letter-spacing: 0.2em;
}
#main .relatedBox .headLine04 .en {
	font-size: 3rem;
	margin: 0 0 0.9rem 0;
}
#main .relatedBox .linkUl {
	border-top: 1px solid #DBDBDB;
}
#main .relatedBox .linkUl a {
	display: flex;
	align-items: center;
	color: #222222;
	font-size: 1.5rem;
	padding: 4.1rem 7.2rem 3.6rem;
	position: relative;
	letter-spacing: 0.05em;
}
#main .relatedBox .linkUl li {
	border-bottom: 1px solid #DBDBDB;
}
#main .relatedBox .linkUl .ttl {
	margin-top: -0.5rem;
	width: 22.3rem;
	font-size: 1.7rem;
}
#main .relatedBox .linkUl .ttl img {
	margin: -0.2rem 1.3rem 0 0;
	display: inline-block;
	vertical-align: middle;
	width: 2.8rem;
}
#main .relatedBox .linkUl .txt {
	flex: 1;
}
#main .relatedBox .linkUl .comArrow {
	margin: 0;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	right: 3rem;
	width: 2.8rem;
	height: 2.8rem;
	left: auto;
	background: #fff;
	box-sizing: border-box;
}
#main .relatedBox .linkUl .comArrow::after {
	margin: 0;
	width: 100%;
	height: 100%;
	border: 1px solid rgba(226,208,217, 0.8);
	box-sizing: border-box;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50%;
}
#main .relatedBox .linkUl .comBtn-circle .comArrow03 span::before,
#main .relatedBox .linkUl .comBtn-circle .comArrow03 span::after {
	background-color: #79003B;
}
@media all and (min-width: 768px) {
	#main .newsBox .content {
		flex-wrap: wrap;
	}
	#main .newsBox .comBtn04 {
		width: 100%;
		margin: 2rem 0 0;
		display: flex;
		justify-content: flex-end;
	}
}
@media all and (max-width: 767px) {
	#main .relatedBox .linkUl a {
		display: block;
		padding: 1.9rem 5rem 1.8rem 0;
		font-size: 1.3rem;
	}
	#main .relatedBox .linkUl .ttl {
		margin: 0 0 1rem;
		width: auto;
		font-size: 1.4rem;
		display: block;
	}
	#main .relatedBox .linkUl .txt {
		width: auto;
	}
	#main .relatedBox .headLine04 .en {
		font-size: 2.6rem;
		margin: 0 0 0.7rem 0;
	}
	#main .relatedBox .headLine04 {
		margin-bottom: 2.3rem;
		font-size: 1.4rem;
		letter-spacing: 0.2em;
	}
	#main .relatedBox {
		margin-bottom: 12rem;
	}
	#main .relatedBox .content {
		max-width: inherit;
		width: calc(100% - 4rem);
	}
	#main .relatedBox .linkUl .ttl img {
		margin: -0.2rem 1.3rem 0 0;
		width: 2.6rem;
	}
	#main .relatedBox .linkUl .comArrow {
		margin: 0;
		transform: translateY(-50%);
		right: 0;
		width: 2.8rem;
		height: 2.8rem;
	}
}
@media all and (max-width: 999px) {
	.pad #main .relatedBox .content {
		max-width: 98.3rem;
		width: calc(100% - 16.8rem);
	}
	.pad #main .relatedBox .headLine04 .en {
		font-size: 2.5rem;
	}
	.pad #main .relatedBox .headLine04 {
		font-size: 1.2rem;
		margin-bottom: 2.9rem;
	}
	.pad #main .relatedBox .linkUl a {
		font-size: 1.2rem;
		padding: 2.2rem 3rem 1.7rem;
	}
	.pad #main .relatedBox .linkUl .ttl {
		font-size: 1.1rem;
		width: 12.3rem;
	}
	.pad #main .relatedBox {
		margin-bottom: 10.5rem;
	}
	.pad #main .relatedBox .linkUl .ttl img {
		margin: -0.2rem 0.5rem 0 0;
		width: 1.9rem;
	}
	.pad #main .relatedBox .linkUl .comArrow {
		margin: 0;
		transform: translateY(-50%);
		right: 0.8rem;
		width: 2.2rem;
		height: 2.2rem;
	}
}
/* 202512 */
#main .mainImg {
	position: relative;
	z-index: 2;
	height: auto;
	aspect-ratio: 1366/330;
	margin-bottom: -2rem;
}
#main .mainImg .graphics {
	position: relative;
	width: 100%;
	height: auto;
	aspect-ratio: 1366/330;
	overflow: hidden;
}
#main .mainImg .imgUl .item:not(.graphics) video,
#main .mainImg .imgUl .item:not(.graphics) img {
	aspect-ratio: 1366/330;
}
#main .mainImg .imgUl .item.graphics video,
#main .mainImg .imgUl .item.graphics img {
	aspect-ratio: auto;
}
#loading {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 99999;
	overflow: hidden;
	background-color: #fff;
}
#loading .logo {
	margin-top: -4px;
	margin-left: 5px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}
#loading .logo svg {
	/*width: 41px;*/
	width: 1630px;
	transform: translate3d(0,0,0) scale(0.025);
	height: auto;
	display: inline-block;
	will-change: transform, width;
	backface-visibility: hidden;
	-webkit-mask-image: -webkit-radial-gradient(white, black);
}
#loading.over .logo svg {
	animation: loadingzoom .7s forwards;
}
@keyframes loadingzoom {
	0% {
		/*width: 41px;*/
		transform: translate3d(0,0,0) scale(0.025);
	}
	100% {
		/*width: 1630px;*/
		transform: translate3d(-501px,calc(469px - var(--h) * 0.5 + 4px),0)  scale(1);
	}
}
#loading .txt {
	padding-top: 5.4rem;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 5rem;
	transform: translate(-50%,-50%);
}
#loading .txt svg {
	width: 100%;
	height: auto;
}
#main .mainTxt {
	position: relative;
	height: 100%;
	overflow: hidden;
}
#main .mainTxt .centerTxt {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 88.36%;
	transform: translate(-50%,-52.5%);
}
#main .mainTxt .centerTxt > div {
	opacity: 0;
	transform: translateX(60rem);
	transition: .4s .2s;
}
body.loadover #main .mainTxt .centerTxt > div {
	opacity: 1;
	transform: translateX(0);
}
#main .mainTxt .centerTxt .jp {
	width: 50%;
	margin: 0 0 2.8rem auto;
	transition-delay: .3s;
}
#main .mainTxt .centerTxt .en {
	width: 60.3%;
	margin: 0 auto 0 0;
	position: relative;
}
#main .mainTxt .centerTxt .en::before {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: -1;
	background: url(../img/index/main_txt_bg.png) no-repeat center / cover;
	content: "";
	width: 129.9rem;
	height: 38.5rem;
}
#main .mainVideo {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	mask-image: url(../img/index/loading_bg.png);
	mask-position: calc(50% - 501px + 5px) 0;
	mask-size: 1630px auto;
	mask-repeat: no-repeat;
}
#main .mainVideo video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media all and (max-width: 999px) {
	body:not(.pad) #main .mainImg {
		aspect-ratio: 375/430;
		margin-bottom: 0;
	}
	body:not(.pad) #main .mainImg .graphics {
		aspect-ratio: 375/430;
	}
	body:not(.pad) #main .mainImg .imgUl .item:not(.graphics) video,
	body:not(.pad) #main .mainImg .imgUl .item:not(.graphics) img {
		aspect-ratio: 375/430;
	}
	body:not(.pad) #loading.over .logo svg {
		width: 1350px;
		transform: translate3d(0,0,0) scale(0.03);
		animation: loadingzoom_sp .7s forwards;
	}
	body:not(.pad) #main .mainVideo {
		mask-position: calc(50% - 390px) calc(50% + 146px);
		mask-size: 1350px auto;
	}
	body:not(.pad) #main .mainTxt .centerTxt {
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		transform: translate(0,0);
	}
	body:not(.pad) #main .mainTxt .centerTxt .jp {
		width: 94.5%;
		margin: 0 0 0 auto;
		position: absolute;
		left: 0;
		top: 19.8%;
		transition-delay: 0s;
	}
	body:not(.pad) #main .mainTxt .centerTxt .en {
		width: 94.6%;
		margin: 0 auto 0 0;
		position: absolute;
		left: 0;
		bottom: 28.2%;
		transition-delay: .2s;
	}
	body:not(.pad) #main .mainTxt .centerTxt .en::before {
		display: none;
	}
}
@keyframes loadingzoom_sp {
	0% {
		transform: translate3d(0,0,0) scale(0.03);
	}
	100% {
		transform: translate3d(-390px,146px,0) scale(1);
	}
}