body {
	background: linear-gradient(45deg, #FF004F, #00F2EA);
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
}

/* index */
header {
	display: flex;
	justify-content: space-between;
	height: 88rem;
	background-color: rgba(255, 255, 255, 0.5);
	backdrop-filter: blur(10px);
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 50;
}

.header-left {
	display: flex;
	justify-content: space-between;
	margin-left: 64rem;
	align-self: center;
}

.header-left img:nth-child(1) {
	width: 72rem;
	height: 72rem;
}

.header-left img:nth-child(2) {
	width: 140rem;
	height: 32rem;
	align-self: center;
	margin-left: 24rem;
}

nav {

	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 65rem;
}

nav a {
	font-size: 20rem;
	color: #333;
	transition: all 0.2s liner;
	text-shadow:1rem 1rem 1rem transparent;
}

nav a:hover {
	transform: scale(1.05);
	color: #00F2EA;
	font-family: 'GenSekiGothic JP';
	text-shadow:1rem 1rem 1rem rgba(0, 0, 0, 1);
	transition: all 0.3rem;
}
nav a.active{
	color: #00F2EA;
	font-family: 'GenSekiGothic JP';
	text-shadow:1rem 1rem 1rem rgba(0, 0, 0, 1);
}
.header-right {
	width: 196rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-right: 64rem;
}

.header-right img {
	width: 44rem;
	height: 44rem;
}

/* banner */
.index-banner {
	height: 890rem;
	width: 100%;
	position: relative;
	padding-top: 200rem;
}

/* 3d轮播 */
.tagcloud {
  position: relative;
  /* margin-top: 200rem; */
  width: 733rem;
  height: 600rem;
}
.tagcloud a {
  display: block;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
  text-align: center;
  width: 120rem;
  height: 117rem;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tagcloud a>img{
	min-width: 120rem;
	min-height: 117rem;
	height: auto;
	object-fit: cover

}


/* 3d轮播 end*/

.index-banner .banner-bg {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: auto;
	z-index: 2;
}

/* .index-banner img:nth-child(2) {
	width: 800rem;
	height: 1084rem;
	z-index: 3;
	position: absolute;
	left: 0;
} */

.index-banner .text {
	position: absolute;
	width: 774rem;
	height: 42rem;
	margin-left: -387rem;
	left: 68%;
	top: 415rem;
	text-align: center;

}

.index-banner-img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	z-index: 5;
}

.swiper-pagination {
   width: 100%;
    display: flex;
    justify-content: center;
    margin-top:85rem;
}

.swiper-pagination .detailed{
    width: 170rem;
    height: 56rem;
    line-height: 56rem;
    color: #000;
}

/* ライバー募集 */
.index-raise {
	margin-top: 140rem;
}

.index-raise h2,
.index-raise p {
	text-align: center;
	color: #fff;
}

.index-raise h2 {
	font-size: 116rem;
	font-weight: 900;
}

.index-raise p {
	font-size: 36rem;
	font-weight: 400;
	/*font-family: cursive;*/
	margin-top: 15rem;
}

.index-raise-img {
	width: 1354rem;
	height: 1138rem;
	margin: 216rem auto 280rem;
	position: relative;
}

.index-raise-img a.detailed{
	position: absolute;
	width: 200rem;
	height: 64rem;
	position: absolute;
	left: 50%;
	top:50%;
	z-index: 5;
	margin-left: -100rem;
	margin-top: -32rem;
}


a.detailed>img {
	width: 32rem;
	height: 32rem;
}

a.detailed>span {
	font-size: 36rem;
	margin-left: 5rem;
	margin-bottom: 5rem;
}

.muji-bg01 {
	width: 1354rem;
	height: 1138rem;
	position: absolute;
	left: 50%;
	margin-left: -677rem;
	top: 0;
	z-index: 3;
}

.muji-bg02 {
	width: 1194rem;
	height: 1004rem;
	position: absolute;
	left: 50%;
	margin-left: -597rem;
	top: 60rem;
	z-index: 4;
}

.muji {
	width: 1036rem;
	height: 842rem;
	position: absolute;
	left: 50%;
	margin-left: -518rem;
	top: 50%;
	margin-top: -421rem;
	z-index: 5;
}


.index-raise-ask {
	width: 100%;
	position: relative;
	z-index: 5;
}

.muji2-bg {
	width: 100%;
	height: 1176rem;
	opacity: 0.2;
	position: absolute;
	top: -502rem;
	left: 50%;
	margin-left: -960rem;
	z-index: 1;
	border-radius: 500rem 500rem 0 0;
}

.index-raise-ask .ask {
	width: 707rem;
	margin-left: auto;
	margin-right: 370rem;
	text-align: center;
	position: relative;
	z-index: 5;
}

.index-raise-ask h2 {
	font-size: 96rem;
	font-family: 900;
	color: #fff;
}

.index-raise-ask a {
	display: inline-block;
	width: 320rem;
	height: 72rem;
	line-height: 72rem;
	text-align: center;
	color: #000;
	border: 1rem solid #000;
	border-radius: 10000rem;
	background-color: #FFCF00;
	margin-top: 35rem;
}

/* inxex-main1 */
.title1 {
	color: #fff;
	font-size: 110rem;
}

.title2 {
	color: #fff;
	font-size: 34rem;
	font-weight: 400;
	/*font-family: cursive;*/
}

.index-main1,
.index-main2 {
	width: 1186rem;
	margin: 380rem auto;

}

.index-main1-position {
	position: relative;
	height: 680rem;
}

.index-main1-contentbg {
	width: 850rem;
	height: 200rem;
	background-size: cover;
	background-position: center;
	position: absolute;
	border-radius: 28rem;
	opacity: 0.2;
	z-index: 2;
	left: 154rem;
	top: 0;
}

.index-main1-content,
.index-main1-content2,
.index-main1-content3 {
	width: 850rem;
	height: 200rem;
	padding: 40rem 50rem;
	background-color: transparent;
	background-size: cover;
	background-position: center;
	border: 8rem solid #FFCF00;
	border-radius: 28rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	z-index: 3;
	left: 154rem;
	top: 0;
}

.index-main1-content2,
.index-main1-contentbg2 {
	left: 252rem;
	top: 240rem
}

.index-main1-content3,
.index-main1-contentbg3 {
	left: 347rem;
	top: 480rem;
}




.index-main1-position .text p {
	color: #fff;
	font-size: 26rem;
	font-weight: 600;
}

.index-main1-position .text>div {
	font-size: 24rem;
	font-weight: 400;
	color: #fff;
	margin-top: 18rem;
}

.detailed {
	width: 260rem;
	height: 48rem;
	border: 1rem solid #000;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 10000rem;
	background-color: #FFCF00;
	text-align: center;
}

.detailed>img {
	width: 24rem;
	height: 24rem;
}

.detailed>span {
	font-size: 24rem;
	color: #000;
	font-weight: 400;
	display: inline-block;
}

.index-main1{
	margin-bottom: 192rem !important;
}

/* index-main2 */
/* .index-main2-title {
	margin-top: 210rem;
}

.index-main2-title>div {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.index-main2-title img {
	width: 100rem;
	height: 100rem;
	margin-right: 10rem;
} */

/* index-main3 */
.index-main3 {
	margin: 0 auto;
	width: 100%;
}

.index-main3-title {
	width: 100%;
	position: relative;
	display: flex;
	justify-content: flex-end;
	margin-right: 360rem;
}
.index-main3-title>div{
	margin-right: 160rem;
}
.index-main3-title img {
	width: 344rem;
	height: 188rem;
	position: absolute;
	top: 0;
	left: -180rem;
}

.index-outer-box {
	width: 100%;
	height: 597rem;
	overflow: hidden;
	position: relative;
	background-image: linear-gradient(to bottom, rgba(251, 1, 130, 0.81), rgba(204, 138, 232, 0.87));
	margin: 60rem auto 374rem;
}

.index-scrolling-container div.employee {
	min-width: 300rem;
	height: 400rem;
	border: none;
	border-radius: 20rem;
	box-shadow: none;

}

.index-scrolling-container div.employee>img {
	width: 200rem;
	height: 200rem;
	margin-bottom: 50rem;
}

.index-scrolling-container div.employee>.t2409 {
	font-size: 24rem;
	font-weight: 700;
	color: #2B2727;
}

.index-scrolling-container div.employee>.t1604 {
	font-size: 16rem;
	font-weight: 400;
	color: #959393;
}


/* footer */
footer {
	position: relative;
}

footer>img {
	position: absolute;
	width: 1775rem;
	height: 194rem;
	left: 50%;
	margin-left: -888rem;
	top: -170rem;
}

.footer {
	height: 508rem;
	background-color: #fff;
	border-radius: 80rem 80rem 0 0;
	display: flex;
	justify-content: space-between;
	padding: 173rem 64rem 58rem;
}

.foot-logo>img {
	width: 352rem;
	height: 84rem;
}

.consulting {
	display: inline-block;
	width: 279rem;
	height: 60rem;
	line-height: 60rem;
	color: #000;
	background-color: #FF014F;
	border-radius: 30rem;
	font-size: 24rem;
	margin-top: 60rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.consulting>img{
	width: 24rem;
	height: 24rem;
	margin-left: 13rem;
}
.foot-content {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	height: 145rem;
	margin-left: auto;
}
.foot-content div{
    padding-right:100rem;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-around;
}
.foot-content a {
	font-size: 26rem;
	color: #000;
	display: block;
}

.foot-right {
	display: flex;
	flex-wrap: wrap;
	width: 200rem;
	align-content: flex-start;
}

.foot-right>a {
	background-color: #00F2EA;
	width: 200rem;
	height: 60rem;
	line-height: 60rem;
	border-radius: 30rem;
	color: #fff;
	text-align: center;
}

.foot-right a:nth-child(2) {
	margin-top: 25rem;
}

/* 悬浮二维码 */

.erweima {
	position: fixed;	
	width: 145rem;
	height: 48rem;
	border-radius: 90rem;
	background-color: #FFCF00;
	border: none;
	top: 424rem;
	right: 0;
	cursor: pointer;
	z-index: 10;
}

.erweima .text{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.erweima .text span{
	font-weight: 400;
	font-size: 16rem;
	color: #333;
}
.erweima .text>img{
	width: 24rem;
	height: 24rem;
}
.erweima-img{
    width: 145rem;
    height: 145rem;
    position: absolute;
    top: -155rem;
    display: none;
    right: 0;
}
.erweima-img>img{
	width: 145rem;
	height: 145rem;
	
}
/* スター */


.star-main1-centent {
	width: 1186rem;
	margin: 158rem auto 0;
	display: flex;
	justify-content: space-between;
}

.star-mian1-left {
	width: 430rem;
	height: 860rem;
	background-image: url("../images/star/Group2835.png");
	background-repeat: no-repeat;
	background-size: cover;
	padding: 48rem;
	position: relative;
}

.star-mian1-left .main1-src-avatar {
    width: 180rem;
    height: 180rem;
    object-fit: cover;
    border-radius: 50%;
    position: absolute;
    top: 221rem;
    left: 50%;
    transform: translate(-50%, -50%);
	z-index: 1;
}

.star-mian1-left .main1-src-avatar-bg {
    width: 320rem;
    height: 320rem;
    object-fit: cover;
    position: absolute;
    top: 51rem;
    left: 50%;
    z-index: 2;
    transform: translateX(-50%);
}

.star-mian1-left .mian1-left-detail-name {
	position: absolute;
    top: -82rem;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10rem;
    color: #FFCF00;
    white-space: nowrap;
}

.star-mian1-left .uniform {
	width: 200rem;
	height: 24rem;
	line-height: 19rem;
	position: absolute;
	top: -35rem;
	left: 50%;
	margin-left: -100rem;
	text-align: center;
}

.star-mian1-left .uniform img {
	width: 24rem;
	height: auto;
	position: absolute;
	left: 0;
}

.star-mian1-left .uniform a {
	font-family: "GenYoGothic JP";
	font-size: 14rem;
	font-weight: 400;
	color: #FFCF00;
	text-align: center;
}

.mian1-left-detail {
	margin-top: 450rem;
	position: relative;
}

.star-main1 .detail-top {
	display: flex;
	justify-content: space-between;
	padding: 30rem 0;
}

.star-main1 .detail-top>div:nth-child(2) {
	margin-right: 35rem;
}

.mian1-left-detail h3 {
	font-weight: 900 !important;
}

.detail-top>div>p {
	font-size: 16rem;
	color: #666;
	margin-top: 24rem;
	font-weight: 700;
}

.mian1-left-detail>p {
	font-size: 16rem;
	font-weight: 700;
	color: #666;
	line-height: 32rem;
	margin-top: 15rem;
}

.star-mian1-right {
	text-align: right;
}

.title3 {
	font-size: 96rem;
}

.title4 {
	font-size: 36rem;
}

.yellow-box {
	width: 430rem;
	height: 680rem;
	background-color: #FFCF00;
	border-radius: 32rem;
	margin-top: 13rem;
	position: relative;
	z-index: 3;
	display: flex;
	justify-content: flex-end;
	margin-left: auto;
}

.yellow-box .big-head {
	width: 320rem;
	height: 569rem;
	border-radius: 24rem;
	background-color: #fff;
	border: 8rem solid #fff;
	position: absolute;
	top: 50rem;
	left: -114rem;
	z-index: 4;
	overflow: hidden;
}

.yellow-box .big-head>img {
	width: 100%;
    height: 569rem;
    object-fit: cover;
}

.small-head {
	width: 120rem;
	height: 569rem;
	margin-top: 50rem;
	margin-right: 49rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;

}

.small-head .small-box {
	width: 120rem;
	height: 120rem;
	border-radius: 12rem;
	box-shadow: 0rem 4rem 4rem 0rem rgba(0, 0, 0, 0.25);
	overflow: hidden;
	cursor: pointer;
	/* border:8rem solid transparent; */
}

.small-head .small-box.active{
	border: 8rem solid #fff;
	transition: all 0.1s;
}

.small-head .small-box img {
	width: 120rem;
	height: auto;
	object-fit: cover;
}

.star-main2,
.star-main3 {
	width: 1800rem;
	margin: 106rem auto 0;
	text-align: center;
}


.star-main2-centent {
    overflow: hidden;
    padding-top: 184rem;
}

.star-main2-centent  .swiper-slide {
    display: flex;
    justify-content: center;
}

.star-main2-centent .main2-content-head {
	width: 340rem;
	height: 436rem;
	border: 4rem solid #fff;
	border-radius: 32rem;
	text-align: center;
	position: relative;
	background: linear-gradient(to bottom, #FFEEA7, #FFCF00);
}

.avatar-frame {
	width: 240rem;
	height: 240rem;
	position: absolute;
	top: -115rem;
	left: 50%;
	margin-left: -120rem;
	z-index: 3;
}

.avatar-frame .frame {
	position: absolute;
	left: 0;
	width: 240rem;
	height: auto;
	z-index: 5;
}

.avatar-frame .headImg {
	position: absolute;
	top: 32rem;
	width: 168rem;
	height: 168rem;
	z-index: 4;
	left: 50%;
	margin-left: -84rem;
	border-radius: 30rem;
	object-fit: cover;
}

.title-h3 {
	margin-top: 132rem;
	font-size: 34rem;
	color: #333;
}

.text-p {
	font-size: 16rem;
	color: #333;
}

div.text-p {
	padding: 25rem 25rem 25rem 40rem;
	width: 100%;
	position: relative;
	height: 120rem;
	/* 4行 */
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

div.text-p::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 3rem;
	top: 0;
	left: 0;
	background-image: linear-gradient(to right, #fff 50%, transparent 0);
	background-size: 15rem 2rem;
	background-repeat: repeat-x;
}

.red-p {
	color: #FE2B54;
}

/* star 弹框 */
#modalOverlay{
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.25);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10000;
	display: none;
}
.bullet-frame {
	width: 1000rem;
    height: auto;
    background-color: #fff;
    border-radius: 24rem;
    padding: 50rem;
    position: fixed;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 5rem 4rem rgba(0, 0, 0, 0.25);
    z-index: 9;
	display: none;
}
#mask{
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.6);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 8;
	display: none;
}
.close{
	position: absolute;
	right: 20rem;
	top:20rem;
	width: 35rem;
	height: 35rem;
	border-radius: 50%;
	line-height: 30rem;
	text-align: center;
	font-weight: 400;
	background-color: #FFCF00;
	border: 1rem solid #000;
	cursor: pointer;
}
.bullet-frame-top {
	width: 918rem;
	display: flex;
	justify-content: space-between;
}

/* .bullet-frame-top .left-img{
	width: 440rem;
	height: 440rem;
	border-radius: 24rem;
	border: 1px solid red;
	overflow: hidden;
} */
.bullet-frame-top .left-img img {
	width: 440rem;
	height: 440rem;
	border-radius: 24rem;
	object-fit: cover;
}

.bullet-frame .right-content {
	width: 426rem;
}

.bullet-frame .right-content>div {
	display: flex;
	justify-content: space-between;
}

.bullet-frame .right-content a {
	width: 240rem;
	height: 40rem;
	background-color: #FFCF00;
	border-radius: 200rem;
	text-align: center;
}

.bullet-frame .right-content a>img {
	width: 100rem;
	height: auto;

}

.right-content p {
	font-weight: 400 !important;
}

.introduction {
	line-height: 28rem;
	width: 420rem;
	height: 160rem;
}

.bullet-frame-bottom {
	width: 914rem;
	margin-top: 27rem;
	display: flex;
	gap: 15rem;
}

.bullet-frame-bottom .small-img {
	width: 88rem;
	height: 88rem;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 12rem;
	border: 4rem solid transparent;
	cursor: pointer;
	background-color: #ddd;
}

.bullet-frame-bottom .small-img>img {
	width: 88rem;
	height: auto;
}


.small-img:hover{
	border: 4rem solid #FFCF00;
	transition: all 0.3s;
}
.small-img.active{
	border: 4rem solid #FFCF00;
}

/* star 弹框 end */


.star-main3 {
	width: 1490rem;
	margin-top: 173rem;
}

.star-main3-content {
	width: 1489rem;
	/*height: 640rem;*/
	margin: 120rem auto 0;
	background-color: #00F2EA;
	border: 2rem solid #000;
	border-radius: 32rem;
	padding: 32rem;
	position: relative;
}

.star-main3-content div.star-main3-container{
	background-image: url("../images/star/main3bg.png");
	width: 1425rem;
	/*height: 576rem;*/
	background-size: cover;
	background-repeat: no-repeat;
	border: 2rem solid #000;
	border-radius: 32rem;
	padding: 58rem 64rem;
	overflow: hidden;
}


.star-main3-content .star-main3-container>p {
	color: #000;
	font-size: 14rem;
	margin-top: 8rem;
	font-weight: 700;
}

.star-mian3-top {
	width: 314rem;
	margin: auto;
	display: flex;
}

.star-mian3-top .tab-btn,
.star-mian3-top .mian4-tab-btn {
	width: 154rem;
	height: 48rem;
	line-height: 48rem;
	background-color: #D9D9D9;
	border: 1rem solid #000;
	border-radius: 100rem 0 0 100rem;
	font-size: 24rem;
	color: #000;
	margin: 0 !important;
}

.star-mian3-top .tab-btn:nth-child(2),
.star-mian3-top .mian4-tab-btn:nth-child(2) {
	border-radius: 0 100rem 100rem 0;
}

.star-mian3-top .tab-btn.active {
	background-color: #00F2EA;
}

.star-mian3-top .mian4-tab-btn.active {
	background-color: #00F2EA;
}

.tab-content,
.main4-tab-content {
	display: none;
}

.tab-content.active,
.main4-tab-content.active {
	display: block;
}

.star-mian3-bottom {
	display: flex;
	justify-content: space-between;
	animation: fadeIn 0.5s ease;
}

/* tab 平滑效果 */
@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(10px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}



.star-mian3-bottom .main3-p {
	width: 240rem !important;
	height: auto;
	border: 1rem solid #000;
	border-radius: 24rem;
	background-color: #ECFEFE;
	text-align: center;
	 padding: 25rem 38rem; 
	cursor: pointer;
	box-shadow: none !important;

}
.star-mian3-bottom .employee{
    min-width: 240rem !important;
}
.star-mian3-bottom .main3-p.active{
    box-shadow: none !important;
}

.yound-bg {
	width: 163rem;
	height: 163rem;
	border-radius: 50%;
	background: linear-gradient(to bottom, #00F2EA, #fff);
	padding: 22rem;
	position: relative;
	margin: 0 auto;
}

.main3-head-img {
	width: 116rem;
	height: 116rem;
	border-radius: 50%;
	margin: 0 auto;
	object-fit: cover;

}


.yound-bg>p,
.main3-p .yound-bg-p {
	background-color: #ECFEFE;
	width: 100%;
	padding: 10rem 0;
	line-height: 24rem;
	font-weight: 700;
	text-align: center;
	margin-top: 0;
	font-size: 20rem;
}

.main3-p>p {
	    font-size: 14rem;
    /* line-height: 24rem; */
    height: 40rem;
    font-weight: 700;
    color: #333;
    display: flex;
    flex-direction: column;

    justify-content: center;
}
.main3-p>button {
	display: inline-block;
	width: 140rem;
	height: 36rem;
	line-height: 36rem;
	font-size: 16rem !important;
	color: #00F2EA;
	text-align: center;
	border: 2rem solid #00F2EA;
	background-color: transparent;
	border-radius: 24rem;
	margin-top: 16rem;
}

.star footer {
	margin-top: 294rem;
}



/* よくある質問 */
.question-containt {
	width: 1185rem;
	height: 1794rem;
	border-radius: 32rem;
	border: 36rem solid #FFCF00;
	margin: 322rem auto 391rem;
	padding: 55rem 150rem 0;
	background-color: #fff;
	position: relative;
}

.question-containt>img {
	width: 182rem;
	height: 200rem;
	position: absolute;
	left: 50%;
	margin-left: -91rem;
	top: -204rem;
	z-index: 1;
}

.question-containt>div {
	position: absolute;
	font-family: "GenYoGothic JP";
	font-size: 88rem;
	width: 534rem;
	/* -webkit-text-stroke: 2rem #000; */
	text-shadow:3rem 3rem 1rem rgba(0, 0, 0, 1);
	color: #fff;
	left: 50%;
	margin-left: -267rem;
	top: -122rem;
	z-index: 2;
}

.question-containt>ul>li {
	margin-top: 35rem;
}

.question-containt>ul>li>div {
	color: #333;
	font-weight: 900;
	line-height: 43rem;
}

.question-containt>ul>li>p>span {
	font-weight: 700;
	font-size: 24rem;
	color: #333;
}

.question-containt P {
	font-weight: 400;
	color: #666;
	font-size: 16rem;
	line-height: 43rem;
}


/* 会社概要 */

/* 社員一覧 */
.company-h1 {
	font-family: "Gen Shin Gothic P";
	color: #fff;
	font-weight: 900;
	text-align: center;
	margin: 186rem auto 140rem;
	font-size: 116rem;
}


.company-employee {
	width: 1186rem;
	height: 478rem;
}

/* 外部容器 */
.company-employee div.outer-box {
	width: 1114rem;
	height: 399rem;
	overflow: hidden;
	position: relative;
}

.employee {
	min-width: 200rem;
	height: 240rem;
	border: 1rem solid #000;
	border-radius: 24rem;
	box-shadow: 14rem 14rem 0rem 0rem rgba(0, 0, 0, 1);
	text-align: center;
	margin: 0 18rem;
	background-color: #fff;
}

.employee>img {
	width: 126rem;
	height: 126rem;
	margin-top: 22rem;
	border-radius: 50%;
	margin-bottom: 12rem;
	object-fit: cover;
}


/* 滚动容器样式 */
.scrolling-container {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	animation: scroll 15s linear infinite;
	cursor: pointer;
}

/* 暂停滚动的悬停效果 */
.outer-box:hover .scrolling-container {
	animation-play-state: paused;
}


/* 光框悬停效果 */
.employee:hover {
	box-shadow: 14rem 14rem 0rem 0rem rgba(0, 0, 0, 1);
	transition: .3;
}

/* 滚动动画 */
@keyframes scroll {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(calc(-150px * 7 - 15px * 14));
	}
}

.company-outline {
	height: 1288rem;
}

.company-outline>div.star-main3-container {
	width: 1114rem;
	height: 1200rem;
}

.company-outline-list {
	margin-top: 35rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.company-outline-list>span {
	width: 288rem;
	font-size: 36rem;
	font-weight: 900;
	display: inline-block;
}

.company-outline-list>p {
	width: 640rem;
	font-weight: 400;
}


/* 会社照片轮播 */
/* 外部容器样式 */
.photo-container {
	width: 1734rem;
	height: 225rem;
	margin: 0 auto 350rem;
	overflow: hidden;
	position: relative;
	border-left: 10rem solid #fff;
	border-right: 10rem solid #fff;
	cursor: pointer;
}

/* 滚动轨道 */
.photo-container .scroller {
	display: flex;
	height: 100%;
	align-items: center;
	animation: scroll 20s linear infinite;
}

/* 悬停暂停 */
.photo-container:hover .scroller {
	animation-play-state: paused;
}

/* 内部方框样式 */
.photo-container .item {
	width: 300rem;
	height: 225rem;
	background-color: #fff;
	flex-shrink: 0;
	transition: all 0.3s ease;
	overflow: hidden;
}

.photo-container .item>img {
	width: 280rem;
	height: 205rem;
	border: 10rem solid #fff;
}

.photo-container div.special>img {
	width: 130rem !important;
}

/* 无限循环滚动动画 */
@keyframes scroll {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-50%);
	}
}


/* ライバー募集 */

.recruit-main1 {
	width: 1060rem;
	height: 640rem;
	border-radius: 35rem;
	background-color: #fff;
	margin: 260rem auto 110rem;
	position: relative;
}

.recruit-main1-content {
	width: 1092rem;
	height: 464rem;
	position: absolute;
	top: 81rem;
	left: -126rem;
	display: flex;
	justify-content: space-between;
	padding-top: 10rem;
}

.recruit-main1-content .left {
	width: 505rem;
	height: 446rem;
	border-radius: 20rem;
	border: 8rem solid #00F2EA;
	overflow: hidden;
	display: flex;
	align-content: center;
	align-items: center;
}

.recruit-main1-content img {
	width: 530rem;
	height: auto;

}

.recruit-main1-content .right {
	width: 432rem;
}

.recruit-main1-content .right h3 {
	font-size: 48rem;
	color: #20184E;
	margin-top: 10rem;
}

.recruit-main1-content .right p {
	font-size: 16rem;
	color: #666;
	font-weight: 400;
	line-height: 28rem;
	margin-top: 32rem;
	height: 257rem;
}
/*.recruit-title {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-items: center;*/
/*    margin: 30rem;*/
/*}*/
/*.recruit-title .title1{*/
/*    font-size: 36rem;*/
/*}*/

/*.recruit-title .title2{*/
/*    font-size: 26rem;*/
/*    margin-top: 10rem;*/
/*}*/

.contact {
	width: 136rem;
	height: 50rem;
	border-radius: 40rem;
	background-color: #FF014F;
	text-align: center;
	line-height: 50rem;
	color: #fff;
	font-size: 18rem;
	font-weight: 400;
}
.contact:hover{
	transform: scale(1.1);
	transition: all 0.3s;
}
.contact-frame{
	width: 100%;
	height: 100vh;
	background-image: url("https://xlolic-1258803261.cos.ap-chengdu.myqcloud.com/%09jp_parksonlive_com/bg.gif");
	position: fixed;
	top:0;
	left: 0;
	background-size: cover;
	z-index: 50;
	display: none;
}
.contact-frame>div{
	width: 900rem;
	height: 600rem;
	box-shadow: 2rem 2rem 2rem rgba(0,0,0,0.25);
	border-radius: 24rem;
	background-color: #fff;
	text-align: center;
	position: relative;
	left: 50%;
	margin-left: -450rem;
	top:50%;
	margin-top: -300rem;
}
.contact-frame>div>img{
	width: 320rem;
	height: 320rem;
	object-fit: cover;
	margin: 73rem auto 38rem;
}
.contact-frame>div>p{
	font-size: 24rem;
	color: #333;
	font-weight: 400;
}
.recruit-main2 {
	font-size: 64rem;
	margin-top: 110rem !important;
	margin-bottom: 55rem !important;
}

.recruit-main2-content {
	width: 1187rem;
	/*height: 1539rem;*/
	margin-top: 50rem !important;
}

.recruit-main2-content div.star-main3-container {
	width: 1129rem;
	/*height: 1466rem;*/
	padding: 76rem 71rem !important;

}

.recruit-main2-content .list {
	width: 1002rem;
	height: 150rem;
	display: flex;
	justify-content: space-between;
	margin-top: 48rem;
}

.recruit-main2-content .left {
	width: 200rem;
	height: 150rem;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	border-radius: 8rem;
}

.recruit-main2-content .left>img {
	/* width: 200; */
	height: 150rem;

}

.recruit-main2-content .left>img.special {
	width: 200rem;
	height: auto;
}

.recruit-main2-content .right {
	width: 724rem;
}

.recruit-main2-content .right>h4 {
	color: #333;
	margin-top: 5rem;
}

.recruit-main2-content .right>p {
	color: #666;
	font-size: 16rem;
	font-weight: 400;
	line-height: 36rem;
	margin-top: 8rem;
}

.recruit-main3 {
	font-size: 96rem;
	margin-top: 136rem !important;
	margin-bottom: 0 !important;
}

.recruit-main3-p {
	font-size: 48rem;
	color: #fff;
	font-weight: 400;
	text-align: center;
	margin-top: 5rem;
}

.recruit-main3-content {
	width: 1044rem;
	height: 740rem;
	display: flex;
	justify-content: space-between;
	margin: 77rem auto 143rem;
}

.recruit-main3-content>div {
	width: 300rem;
	height: 600rem;
	align-self: flex-end;
	display: flex;
	align-items: center;
	background-image: url("../images/recruit/phone.png");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
	overflow: hidden;
}

.recruit-main3-content>div>img {
	width: 270rem;
	height: 574rem;
	margin: auto;
	border-radius: 30rem;
}

.recruit-main3-content>div>video {
	height: 488rem;
	margin: 0 auto;
	border-radius: 30rem;
	transform: scaleY(1.18);
}

.recruit-main3-content>div:nth-child(2) {
	align-self: flex-start;
}

.recruit-main4 {
	background-image: url("../images/recruit/main4bg.png");
	height: 880rem;
	background-size: cover;
	margin-bottom: 348rem;
}



.wave-slider {
	width: 100%;
	height: 684rem;
	margin-top: 101rem;
	display: flex;
	justify-content: space-between;
	padding-top: 108rem;
}

.wave-slide {
	width: 284rem;
	height: 427rem;
	border-radius: 24rem;
	border: 8rem solid #00F2EA;
	overflow: hidden;
	box-shadow: 0 4px 3px rgba(0, 0, 0, 0.25);
	flex-shrink: 0;
}

.wave-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* NEWSdetails_first */
.newsdetails {
	width: 1188rem;
	padding: 32rem;
	margin: 252rem auto 405rem;
	border: 1rem solid #000;
	border-radius: 12rem;
	background-color: #00F2EA;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.newsdetails-container {
	width: 1126rem;
	background-color: #fff;
	border: 1rem solid #000;
	border-radius: 12rem;
	padding: 83rem 47rem 58rem;
}

.position-head {
	width: 1186rem;
	/*height: 128rem;*/
	border: 2rem solid #000;
	border-radius: 1000rem;
	background-color: #00F2EA;
	position: absolute;
	left: 50%;
	margin-left: -593rem;
	top: -64rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 80rem;
}

.position-head .text {
	font-size: 48rem;
	font-weight: 900;
	color: #333;
}

.position-head .date {
	font-size: 32rem;
	font-weight: 700;
	color: #333;
}

.newsdetails-container h3 {
	font-size: 32rem;
	font-weight: 400;
	color: #333;
	letter-spacing: -2rem;
	line-height: 48rem;
	margin-bottom: 52rem;
}

.newsdetails-content {
	display: flex;
}

.newsdetails-content .img {
    width: 300rem;
    height: 472rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-right: 25rem;
    flex-shrink: 0;
}

.newsdetails-content .img>img {
	width: 100%;
}

.newsdetails-content ul {
	margin-left: 56rem;
}

.newsdetails-content ul li {
	font-size: 20rem;
	font-weight: 400;
	line-height: 28rem;
	color: #666;
	padding: 15rem 0;

}

.newsdetails-third>img {
	width: 300rem !important;
	height: auto;
}


/* NEWS */
.news-banner {
	width: 1186rem;
	margin: 158rem auto 90rem;
	height: 100%;
}

.news-banner-title {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.news-banner-title h1 {
	color: #fff;
	font-size: 180rem;
	font-weight: 400;
	font-family: 'Courier New', Courier, monospace;
}

.news-banner-title p {
	font-size: 36rem;
	color: #fff;
	font-weight: 400;
	padding: 0 40rem 42rem 0;

}

/* 翻页 */
.banner-container {
	width: 1186rem;
	max-height: 708rem;
	margin-top: 40rem;
}

.banner-container .dots-container {
	width: 1186rem;
	height: 200rem;
	margin-top: 24rem;
}

.banner-wrapper {
	height: 200rem;
	position: relative;
	transition: height 0.3s ease;
	overflow: hidden;
}

.banner-container .banner-wrapper img {
	width: 1186rem;
	height: 200rem;
}

/* .banner-page {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: none;
	transform: translateX(20rem);
	transition: all 0.4s ease;
	display: grid;
} */

.banner-page.active {
	position: relative;

	display: block;
	transform: translateX(0);
}

.banner-item {
	margin-top: 24rem;
	border-radius: 30rem;
	overflow: hidden;
	transition: all 0.3s ease;
	overflow: hidden;
}

.banner-item:hover {
	box-shadow: 0 5rem 15rem rgba(0, 0, 0, 0.5);
}

.banner-item img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
}

.banner-controls {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 100%;
	margin-top: 51rem;
	padding-right: 65rem;
}

.next-btn {
	width: 80rem;
	height: 32rem;
	line-height: 32rem;
	background-color: #FFCF00;
	color: #000;
	font-weight: 700;
	border: none;
	border-radius: 100rem;
	cursor: pointer;
	font-size: 20rem;
	transition: all 0.3s ease;
	font-style: italic;
	margin-left: 28rem;
}

.next-btn:hover {
	background: #3a5a8f;
}

.next-btn:disabled {
	background: #cccccc;
	cursor: not-allowed;
}

.dots-container {
	display: flex;
	justify-content: center;
	gap: 12rem;
}

.dot {
	width: 32rem;
	height: 32rem;
	border-radius: 50%;
	background: #fff;
	cursor: pointer;
	transition: all 0.3s ease;
	text-align: center;
	font-size: 20rem;
	box-shadow: 0 3rem 4rem rgba(0, 0, 0, 0.6);
}

.dot.active {
	background-color: #FFCF00;
	transition: all 0.3s;
}

@media (max-width: 790px) {
	#banner-wrapper {
		max-height: 680rem !important;

	}
}

/* @media (max-width: 600px) {
	.banner-page {
		grid-template-columns: 1fr;
	}

	.banner-controls {
		flex-direction: column-reverse;
		gap: 15rem;
	}

	.next-btn {
		width: 100%;
		padding: 12rem;
	}
} */

/* news-mian */

.news-main {
	width: 1180rem;
	margin: 0 auto;
	padding-right: 108rem;
	justify-content: flex-end;
	display: flex;
}

.news-main>div {
	width: 432rem;
	text-align: center;
}

.news-main h2 {
	font-size: 116rem;
	font-weight: 900;
	color: #fff;
}

.news-main p {
	font-size: 36rem;
	font-weight: 400;
	color: #fff;
}

.new-main2-img {
	width: 100%;
	height: 800rem;
	margin: 120rem auto 354rem;
}