@charset "utf-8";


/* -----------------------------------------------------------
    ページ共通
-------------------------------------------------------------- */
.deco-img {
  transition: transform 0.3s ease-out;
  will-change: transform;
}

/* -----------------------------------------------------------
    mv
-------------------------------------------------------------- */
.mv-area {
	margin:0 auto 80px;
    padding: 200px 0 80px;
	position: relative;
	max-width: 1800px;
}

.mv-area .txt-wrap {
	position: relative;
	z-index: 10;
}

.mv-area .txt-wrap .mv-catch {
	font-size: 8rem;
	line-height: 1.5;
	font-weight: 700;
}

.deco-en {
	position: absolute;
	top: 140px;
	left: 360px;
	line-height: 1.8;
}


/*------写真エリア------*/
.img-area .img {
	position: absolute;
}
.img-area .img01 {
	top: 233px;
    right: 170px;
}
.img-area .img02 {
	top: -236px;
    right: -47px;
}
.img-area .img03 {
	top: 254px;
    right: -119px;
}
.img-area .img04 {
	top: 604px;
    right: -18px;
}
.img-area .img05 {
	top: 127px;
    right: 552px;
}

.img-area .deco01 {
	top: -266px;
    right: 493px;
}
.img-area .deco02 {
	top: -179px;
    right: -133px;
}
.img-area .deco03 {
	top: 289px;
    right: 664px;
}
.img-area .deco04 {
	top: 260px;
    right: 800px;
}
.img-area .deco05 {
	top: 153px;
    right: -306px;
}
.img-area .deco06 {
	top: 795px;
    right: 246px;
}
.img-area .deco07 {
	top: 589px;
    right: -81px;
}
.img-area .deco08 {
	top: 660px;
    left: -90px;
}


@media screen and (max-width: 768px){
	.mv-area {
		margin:0 auto 0px;
		padding: 90px 0 0px;
		position: relative;
		max-width: 500px;
	}

	.mv-area .txt-wrap {
		position: relative;
		z-index: 10;
	}

	.mv-area .txt-wrap .mv-catch {
		font-size: 3.3rem;
		line-height: 1.5;
	}

	.deco-en {
		position: absolute;
		top: 60px;
		left: 150px;
		line-height: 1.8;
	}	
	.deco-en img {
		width: 70px;
	}

	/*------写真エリア------*/
	
	.img-area .img img {
		width: 100%;
	}
	.img-area .img01 {
		top: 125px;
        right: -75px;
        width: 255px;
	}
	.img-area .img02 {
		top: -39px;
        right: -108px;
        width: 215px;
	}
	.img-area .img03 {
		top: 32px;
        right: -287px;
        width: 284px;
	}
	.img-area .img04 {
		/*top: 272px;
        right: 102px;
        width: 186px;*/
		display: none;
	}
	.img-area .img05 {
		/*top: 352px;
        right: -92px;
        width: 173px;*/
		display: none;
	}

	.img-area .deco01 {
		top: -160px;
        right: -5px;
        width: 230px;
	}
	.img-area .deco02 {
		top: -127px;
        right: -205px;
        width: 190px;
	}
	.img-area .deco03 {
		top: 102px;
        right: 54px;
        width: 50px;
	}
	.img-area .deco04 {
		/*top: -30px;
        right: auto;
        left: -30px;
        width: 80px;*/
		display: none;
	}
	.img-area .deco05 {
		top: 33px;
		right: -406px;
		width: 190px;
	}
	.img-area .deco06 {
		top: 339px;
        right: -37px;
        /* left: -50px; */
        width: 89px;
	}
	.img-area .deco07 {
		top: 252px;
        right: -160px;
        width: 166px;
	}
	.img-area .deco08 {
		top: 292px;
        left: -147px;
        width: 131px;
	}
	}



/*------採用バナー------*/
.mv-r-banner {
	width: 445px;
	height: 210px;
	background: url("../img/r-banner-bg.jpg")no-repeat center;
	border-radius: 15px;
	margin-top: 50px;
	position: relative;
	z-index: 10;
}

.mv-r-banner a {
	height: 100%;
	width: 100%;
	display: block;
	position: relative;
	padding: 25px 35px;
}

.mv-r-banner a .r-txt-wrap .ttl {
	font-size: 3.4rem;
	font-weight: 700;
	color: #fff;
	margin-bottom: 15px;
}

.mv-r-banner a .r-txt-wrap .txt {
	font-size: 2.1rem;
	font-weight: 600;
	line-height: 1.5;
	color: #fff;
	margin-bottom: 15px;
	width: 50%;
}

.mv-r-banner a .r-txt-wrap .button {
	font-weight: 700;
	padding: 10px 0px 8px 17px;
	border-radius: 30px;
	background-color: #fff;
	width: 205px;
	color: #1CCF92;
	font-size: 1.8rem;
	text-align: center;
}

.mv-r-banner a .r-txt-wrap .button::after {
	content: "\f0da";
	font-family: "Font Awesome 5 Free";
	margin-left: 15px;
	color: #1CCF92;
}

.mv-r-banner a .deco-txt {
	position: absolute;
	color: #fff;
	font-size: 1.1rem;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-o-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	top: 25px;
	left: 10px;
	display: flex;
	align-items: center;
	gap: 10px;
}

.mv-r-banner a .deco-txt::after {
	content: "";
	height: 50px;
	width: 1px;
	background-color: #fff;
	position: relative;
	display: block;
}

@media screen and (max-width: 768px){
	/*------採用バナー------*/
	.mv-r-banner {
		width: 100%;
		max-width: 350px;
		height: 180px;
		background: url("../img/r-banner-bg.jpg")no-repeat right center / cover;
		border-radius: 15px;
		margin-top: 50px;
		position: relative;
		z-index: 10;
	}

	.mv-r-banner a {
		height: 100%;
		width: 100%;
		display: block;
		position: relative;
		padding: 20px 35px;
	}

	.mv-r-banner a .r-txt-wrap .ttl {
		font-size: 2.5rem;
		margin-bottom: 15px;
	}

	.mv-r-banner a .r-txt-wrap .txt {
		font-size: 1.6rem;
		margin-bottom: 15px;
		width: 60%;
	}

	.mv-r-banner a .r-txt-wrap .button {
		padding: 10px 0px 8px 17px;
		width: 130px;
		font-size: 1.2rem;
	}

	.mv-r-banner a .r-txt-wrap .button::after {
		content: "\f0da";
		font-family: "Font Awesome 5 Free";
		margin-left: 15px;
	}

	.mv-r-banner a .deco-txt {
		position: absolute;
		color: #fff;
		font-size: 1.1rem;
		-webkit-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		-o-writing-mode: vertical-rl;
		writing-mode: vertical-rl;
		top: 25px;
		left: 10px;
		display: flex;
		align-items: center;
		gap: 10px;
	}

	.mv-r-banner a .deco-txt::after {
		content: "";
		height: 50px;
		width: 1px;
		background-color: #fff;
		position: relative;
		display: block;

	}
	}


/* -----------------------------------------------------------
	MV下採用エリア
--------------------------------------------------------------*/
@media screen and (max-width: 768px){
	.mv-under-recruit {
		background: linear-gradient(180deg, #D0EDF6, #DBE4F6, #E3E8F4, #F3ECF0, #F3F2EA);
		padding: 40px 20px;
		z-index: -1;
		position: relative;
		border-radius: 30px;
		margin: 40px auto 0;
		display: block;
	}

	.mv-under-recruit .glass-bg {
		background-color: #fff;
	}
}



/* -----------------------------------------------------------
	イマジテックについて
--------------------------------------------------------------*/
.top-aboutus-area {
	margin: 200px auto 150px;
	position: relative;
}

.top-aboutus-area .titlebox::before {
    content: none;
}

.top-aboutus-area .img-txt-area {
	display: flex;
	position: relative;
	align-items: center;
	text-align: center;
}

.top-aboutus-area .txt-wrap {
	text-align: center;
}

/*デコレーション*/
.top-aboutus-area .decoimg-wrap .deco-img {
	position: absolute;
	will-change: transform;
	transition: transform 0.4s ease-out;
}
.top-aboutus-area .decoimg-wrap .deco-img.deco01 {
	top: 150px;
	left: -300px;
	z-index: -1;
}
.top-aboutus-area .decoimg-wrap .deco-img.deco02 {
	top: -100px;
	right: -200px;
}

/* 回転用 */
.rotate-deco {
  display: inline-block;
  animation: spinZ 6s ease-in-out infinite;
}
.rotate-deco.delay-1 {
  animation-delay: 5s;
}
.rotate-deco.delay-2 {
  animation-delay: 5s;
}
@keyframes spinZ {
  0% {
    transform: rotateZ(0deg);
  }
  20% {
    transform: rotateZ(90deg);
  }
  100% {
    transform: rotateZ(90deg);
  }
}


@media screen and (max-width: 768px){
	.top-aboutus-area {
		padding-bottom: 0px;
		margin: 60px auto;
	}
	
	.top-aboutus-area .titlebox {
		margin: 0 0 20px;
	}
	
	.top-aboutus-area .img-txt-area {
		flex-direction: column;
	}

	.top-aboutus-area .img-txt-area .img-wrap {
		max-width: 100%;
		width: 90%;
		height: 200px;
	}

	.top-aboutus-area .img-txt-area .img-wrap.abs {
		max-width: 100%;
		width: 35%;
		height: 150px;
		position: absolute;
		top: 100px;
		left: auto;
		right: 0;
	}

	.top-aboutus-area .img-txt-area .img-wrap img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.top-aboutus-area .img-txt-area .txt-wrap {
		padding: 30px 20px 0px;
		z-index: 0;
	}
	
	.top-aboutus-area .img-txt-area .txt-wrap::before {
		width: 254px;
		height: 186px;
		background: url("../img/loco-deco-img.png")no-repeat center;
		background-size: contain;
		right: 10px;
		top: -20px;
	}
	
	/*オブジェクト回転*/
	.top-aboutus-area .decoimg-wrap .deco-img {
		position: absolute;
		will-change: transform;
		transition: transform 0.4s ease-out;
	}
	.top-aboutus-area .decoimg-wrap .deco-img.deco01 {
		top: 180px;
		left: -80px;
		z-index: -1;
	}
	.top-aboutus-area .decoimg-wrap .deco-img.deco01 img {
		width: 150px;
	}
	.top-aboutus-area .decoimg-wrap .deco-img.deco02 {
		top: -90px;
		right: -100px;
	}
	.top-aboutus-area .decoimg-wrap .deco-img.deco02 img {
		width: 150px;
	}
	
	
	}





/* -----------------------------------------------------------
	サービス
--------------------------------------------------------------*/
.top-service-area {
	z-index: -2;
    position: relative;
	background: #F5F6F8;
	border-radius: 110px;
	padding: 100px 0;
	margin: 0 0 80px;
}
.top-service-area .triangle-light-blue{
	position: absolute;
    right: -80px;
    margin: -120px 0 0;
}
.top-service-area .ttl-catch-wrap{
	text-align: center;
}

.top-service-area .catch {
	font-size: 3rem;
	margin: 0 0 50px;
}

/* 切り替わり画像 */
.slide-wrap {
	display: flex;
	margin: 0px auto 0;
	justify-content: center;
    max-width: 1600px;
}

.slide-image {
	list-style: none;
	display: grid;
	padding: 0;
	margin: 0;
	overflow: hidden;
    width: 50%;
	border-radius: 0px 110px 110px 0px;
	flex-shrink: 0;
  }

.slide-image__item {
	grid-column: 1/-1;
	grid-row: 1/-1;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-20px);
	transition: opacity 0.45s cubic-bezier(0.65, 0, 0.35, 1), visibility 0.45s cubic-bezier(0.65, 0, 0.35, 1), transform 0.45s cubic-bezier(0.65, 0, 0.35, 1);
	transform: translateX(-20px);
}
.slide-image__item.current {
	opacity: 1;
	visibility: visible;
	transition: opacity 0.45s cubic-bezier(0.65, 0, 0.35, 1), visibility 0.45s cubic-bezier(0.65, 0, 0.35, 1), transform 0.45s cubic-bezier(0.65, 0, 0.35, 1);
	transform: translateY(0);
	transform: translateX(0);
}

.slide-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 110px;

}

/*テキスト、リンク*/
.slide-text .ttl-area {
	position: relative;
}

.txt-area-wrap {
	padding: 0 0px 0 40px;
}

.slide-text {
	display: flex;
	position: relative;
	flex-wrap: wrap;
	padding: 40px;
	align-content: flex-start;
	background-color: #002060;
	border-radius: 20px;
}
.slide-text:nth-child(2) {

	margin-top: 20px;
}

.icon-ttl-wrap {
	display: flex;
	gap: 30px;
	align-items: center;
	border-bottom: solid 1px #002060;
	width: 100%;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.service02 .icon-ttl-wrap {
	border-bottom: solid 1px #22C7EF;
}

.icon-ttl-wrap .en {
	font-family: "Space Grotesk", sans-serif;
	font-size: 1.4rem;
	margin-bottom: 10px;
	color: #002060;
}
.icon-ttl-wrap .ttl {
	font-size: 3rem;
	color: #002060;
	font-weight: bold;
}
.service02 .icon-ttl-wrap .en,
.service02 .icon-ttl-wrap .ttl {
	color: #22C7EF;
}
.service-title {
font-size: 2.5rem;
    letter-spacing: .05em;
    margin: 0 0 20px 0;
    line-height: 1.4;
    font-weight: 700;
}
.service-link {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.slide-text__text {
	align-items: center;
	transition: padding-left 0.25s cubic-bezier(0.65, 0, 0.35, 1);
	will-change: transform;
	background: #fff;
	width: calc((100% - 15px) / 2);
	width: 100%;
    padding: 0px 0;
    transition: .3s;
    box-sizing: border-box;
    position: relative;
    margin: 20px 0 0;
	border-radius: 20px;
	padding: 40px 50px;
}
.top-service-area .service-link a {
    padding: 30px 30px;
	width: 100%;
	height: 100%;
	display: block;
}

.top-service-area .service-link a .s-ttl {
    font-weight: 700;
	text-align: center;
	margin-bottom: 15px;
	font-size: 2rem;
}
.slide-text ul li {
	position: relative;
	padding: 0.5em 0;
	line-height: 1.4;
}
.slide-text ul li::after {
	content: "";
	display: block;
	position: absolute;
	width: 5px;
	height: 5px;
	border-radius: 3px;
	background-color: aqua;
	top: 15px;
	left: -10px;
}

.top-service-area .c-btn a{
	margin: 20px 0 0;
	width: 260px;
	background: #002060;
}

.top-service-area .service02 .c-btn a{
	background: #22C7EF;
}

@media screen and (min-width:769px) and ( max-width:1400px) {
	.slide-image {
		width: 580px;
	}
	.slide-text {
		display: flex;
		position: relative;
		/*width: calc(100% - 580px);*/
		flex-wrap: wrap;
		/*padding: 0px calc((100% - 1180px) / 2) 0px 40px;*/
		align-content: flex-start;
	}
}

@media screen and (max-width: 768px){
	.top-service-area{
		border-radius: 20px;
		padding: 50px 0 30px;
		margin: 0 0 40px;
	}
	.top-service-area .titlebox {
		margin: 0 0 20px;
	}
	.top-service-area .triangle-light-blue{
        width: 120px;
        right: -60px;
        margin: 0 0 0;
        z-index: -1;
	}
	.top-service-area .catch {
		font-size: 2rem;
		margin: 0 0 20px;
	}
	
	.top-service-area .txt-area-wrap{
		padding: 0;
	}
	
	.icon-ttl-wrap img{
		width: 60px;
		margin: 0;
	}
	.icon-ttl-wrap .ttl {
		font-size: 2rem;
	}
	.icon-ttl-wrap .en{
		margin-bottom: 5px;
	}
	
/* 切り替わり画像 */
	.slide-wrap {
		display: block;
	}

	.slide-image {
		display: none;
	}


	/*テキスト、リンク*/
	.slide-text .ttl-area .deco {
		position: absolute;
		right: -40px;
    	top: 25px;
		width: 17px;
	}
	
	.slide-text .ttl-area {
		position: absolute;
		top: -334px;
	}

	.slide-text .ttl-area .rotate-img {
		height: 93px;
		width: 93px;
		right: -78px;
		top: -12px;
	}

	.slide-text {
		display: flex;
		position: relative;
		width: 100%;
		flex-wrap: wrap;
		padding: 0px;
		align-content: flex-start;
	}

	.service-link {
		margin-top: 0px;
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
	}

	.slide-text__text {
		align-items: center;
		transition: padding-left 0.25s cubic-bezier(0.65, 0, 0.35, 1);
		will-change: transform;
		background: #fff;
		width: 100%;
		padding: 15px;
		transition: .3s;
		box-sizing: border-box;
		position: relative;
		margin: 0;
	}
	
	.slide-text__text .img-wrap{
		width: 100%;
		height: 200px;
		border-radius: 10px;
		margin: 0 0 15px;
	}
	
	.slide-text__text .service-img{
		width: 100%;
		height: 200px;
		object-fit: cover;
	}
	
	.icon-ttl-wrap {
		display: flex;
		gap: 20px;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}

	.slide-text__text h4 {
		display: flex;
		font-size: 1.7rem;
	}
	
	.slide-text .catch {
		margin-top: 20px;
	}
}



/* -----------------------------------------------------------
	採用情報
--------------------------------------------------------------*/
.top-recruit-area {
	/*width: 100vw;*/
	height: 100%;
	background:linear-gradient(180deg, #D0EDF6,#DBE4F6,#E3E8F4,#F3ECF0,#F3F2EA);/*グラデーションを定義*/
	background-size: 100% 100%;
	animation: bggradient 15s ease infinite;
	margin-top: 0px;
	position: relative;
	z-index: 0;
	padding-bottom: 100px;
	border-radius: 110px;
}

.top-recruit-area .mv-img.img-wrap {
	width: 100%;
	height: 720px;
	border-radius: 110px 110px 0 0;
}

.top-recruit-area .mv-img.img-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.rec-top-area{
	margin: 110px 0 0;
	position: relative;
}
.rec-top-area::before{
	content: '';
	position: absolute;
	width: 820px;
	height: 875px;
	top: -110px;
	right: -100px;
	background: url("../img/rec-top-triangle.png") no-repeat top center / contain;
	z-index: 1;
}

.rec-top-area .inner{
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	margin: 0 auto 80px;
}

.rec-top-area .txt{
	width: 700px;
}
.rec-top-area .catch{
	margin: 0 0 40px;
	font-feature-settings: "palt";
}

.rec-top-area .rec-top-img {
  display: flex;
  justify-content: center;
	position: relative;
	z-index: 1;
}

.rec-top-area .rec-top-img li { 
	transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    -webkit-transform: rotate(-6deg);
}
.rec-top-area .rec-top-img li:nth-child(2){ 
	transform: rotate(8deg);
    -moz-transform: rotate(8deg);
    -webkit-transform: rotate(8deg);
	margin: 140px 0 0 0;
	position: relative;
	right: 50px;
}

.rec-top-area ul li div {
}

/* ulタグ */
.rec-top-area .scroll-list {
	display: flex;
  list-style: none;
  padding-inline: 0;
  margin-inline: 0;
  gap: 0;

  /* 幅を全画面に広げる */
  position: relative;
  left: calc(50% - 50vw);
  width: 100vw;
}
.rec-top-area .scroll-list.reverse{
	flex-direction: row-reverse;
}

/* liタグ */
.rec-top-area .scroll-list li {
  color: #002060;
  font-size: 13.2rem;
  font-weight: bold;
  white-space: nowrap;
  padding: 0 20px 0 0;
  margin: 0;
  animation: marquee-left 16s linear infinite;
}
.rec-top-area .scroll-list.reverse li {
  animation: marquee-right 16s linear infinite;
  color: transparent;
	color: #DBE4F6;
	text-shadow    : 
       3px  3px 0px #003366,
      -3px  3px 0px #003366,
       3px -3px 0px #003366,
      -3px -3px 0px #003366,
       3px  0px 0px #003366,
       0px  3px 0px #003366,
      -3px  0px 0px #003366,
       0px -3px 0px #003366; 
}

/* アニメーション */
@keyframes marquee-left {
  100% {
    transform: translateX(-100%);
  }
}

@keyframes marquee-right {
  100% {
    transform: translateX(100%);
  }
}

@media screen and (max-width: 1450px){
	.rec-top-area .txt {
		width: 100%;
	}
	.rec-top-area .rec-top-img{
		margin: 0 -30px 0 30px;
	}
}


/*各title*/
.top-recruit-area .rec-contents-wrap .titlebox {
    margin-bottom: 40px;
}
.top-recruit-area .rec-contents-wrap .titlebox .title-en {
    font-size: 5rem;
}
.top-recruit-area .rec-contents-wrap .titlebox .title-jp {
    font-size: 1.8rem;
}
.top-recruit-area .rec-contents-wrap .catch {
    font-size: 2.8rem;
}

/*グラスモーフィズム背景*/
.glass-bg {
	background: rgba(255, 255, 255, 0.2); /* 透明背景色 */
	border-radius: 40px; /* 角丸 */
	-webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1); /* 影 */
	box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1); /* 影 */
	-webkit-backdrop-filter: blur(5px); /* ぼかし */
	backdrop-filter: blur(5px); /* ぼかし */
}


/*--------------働く環境--------------*/
.rec-enviroment {
	padding: 75px 50px;
	display: flex;
	justify-content: center;
	gap: 140px;
	align-items: center;
}

.rec-enviroment .enviroment-list {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.rec-enviroment .enviroment-list li a {
	background-color: #fff;
	display: block;
	padding: 10px;
	border-radius: 40px;
	min-width: 500px;
	position: relative;
}
.rec-enviroment .enviroment-list li a::after {
	content: "";
    background: url(../img/arrow01.svg) no-repeat;
    width: 42px;
    height: 8.5px;
    background-size: contain;
    position: absolute;
    right: 30px;
    bottom: 30px;
}
.rec-enviroment .enviroment-list li a p {	
	ont-size: 2rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
}

/*-----------評価制度・メッセージ・仕事-----------*/
.top-rec-layout2 {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	position: relative;
	margin-top: 80px;
	z-index: 0;
}

.top-rec-layout2 .glass-bg {
	border-radius: 40px 0 0px 40px; 
}

.top-rec-layout2 .txt-area {
	padding: 90px calc((100% - 1300px) / 2) 90px 320px;
}

.top-rec-layout2 .img-area {
	margin-right: -200px;
	z-index: 5;
	border-radius: 40px;
	overflow: hidden;
}

/*反対向き*/
.top-rec-layout2.reverse {
	display: flex;
	flex-direction: row-reverse;
}

.top-rec-layout2.reverse .glass-bg {
	border-radius: 0px 40px 40px 0px; 
}

.top-rec-layout2.reverse .txt-area {
	padding: 90px 320px 90px calc((100% - 1300px) / 2);
}

.top-rec-layout2.reverse .img-area {
	margin-right: auto;
	margin-left: -200px
}


/*-----------インタビュー・クロストーク-----------*/
.rec-interview-crosstalk {
	margin-top: 80px;
}

.rec-interview-crosstalk .int-xt-list {
	display: flex;
	justify-content: center;
	gap: 50px;
}

.rec-interview-crosstalk .int-xt-list li a {
	width: 575px;
	min-height: 640px;
	display: block;
	padding: 385px 40px 0;
	border-radius: 40px;
	position: relative;
}
.rec-interview-crosstalk .int-xt-list li.int a {
	background: url("../img/top-interview-img.jpg")no-repeat top center / cover;
}
.rec-interview-crosstalk .int-xt-list li.xt a {
	background: url("../img/top-crosstalk-img.jpg")no-repeat top center / cover;
	margin-top: 50px;
}

.rec-interview-crosstalk .int-xt-list li a .titlebox,
.rec-interview-crosstalk .int-xt-list li a .catch {
	color: #fff;
	z-index: 1;
}
.rec-interview-crosstalk .int-xt-list li a .catch {
	position: relative;
}

.rec-interview-crosstalk .int-xt-list li a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 70%;
    bottom: 0;
    left: 0;
	border-radius: 0 0 40px 40px;
    background: linear-gradient(0deg, #000, transparent);
	z-index: 0;
}

/*もっと見る*/
.rec-interview-crosstalk .more-txt {
	color: #fff;
	position: absolute;
	right: 0px;
	bottom: 20px;
	display: flex;
	gap: 20px;
	align-items: center;
	font-size: 1.4rem;
}
.rec-interview-crosstalk .more-txt::after {
	content: "";
	width: 60px;
	height: 1px;
	background-color: #fff;
	display: block;
	position: relative;
	right: 0px;
	transition: .3s;
}
.rec-interview-crosstalk .int-xt-list li a:hover .more-txt::after {
	right: -10px;
}

/*-----------下層ページへの小さいリンク-----------*/
.rec-lower-link {
	margin-top: 80px;
	position: relative;
}

.rec-lower-link .link-list {
	display: flex;
	justify-content: center;
    gap: 30px;
}

.rec-lower-link .link-list li a {
	padding: 15px;
	display: flex;
	align-items: center;
	border-radius: 20px;
	width: 380px;
	gap: 20px;
	position: relative;
}

.rec-lower-link a::after,
.rec-lower-link .okinawa-link a::after {
	content: "";
	width: 62px;
	height: 1px;
	background-color: #000;
	position: absolute;
	right: 0px;
	bottom: 30px;
	transition: .3s;
}
.rec-lower-link a:hover::after,
.rec-lower-link .okinawa-link a:hover::after {
	right: -10px;
}

.rec-lower-link .link-list li a .img-wrap {
	border-radius: 20px;
}


.rec-lower-link .link-list li a .titlebox,
.rec-lower-link .okinawa-link a .titlebox {
    margin-bottom: 0px;
}
.rec-lower-link .link-list li a .titlebox .title-en,
.rec-lower-link .okinawa-link a .titlebox .title-en {
    font-size: 3rem;
}


/*沖縄オフィス*/
.rec-lower-link .okinawa-link {
	margin-top: 30px;
}

.rec-lower-link .okinawa-link a {
	display: flex;
	align-items: center;
	gap: 30px;
	padding: 15px;
	position: relative;
}
 
.rec-lower-link .okinawa-link a .img-wrap {
	border-radius: 20px;
}


/*もっと見るボタン*/
.top-recruit-area .button {
	margin-top: 70px;
}


/* ------- rec-menu-area ------------ */
.recruit-menu-area {
	margin: -80px 0 0;
}

.recruit-menu-area #recruit-menu {
	position: relative;
	margin-top: 50px;
}

#recruit-menu .map-for {
	position: absolute;
	left: auto;
	top: 0px;
	transition: .3s;
	z-index: 5;
	width: 540px;
	margin: 0 0 0 170px;
}
#recruit-menu .map-for a{
	
}

#recruit-menu .map-for.follow-fix {
	position: fixed;
	top: 100px;
	margin: 0 0 0 170px;
	transition: .3s all;
}
#recruit-menu .map-for.follow-fade {
	position: absolute;
    top: initial;
    margin: 0 0 0 170px;
    bottom: 0;
	height: 705px;
	transition: .3s all;
}
#recruit-menu .map-for.follow-fade img{
	height: 705px;
}
#recruit-menu .swiper-creative .swiper-slide{
	border-radius: 0;
	transition: .3s all;
}
#recruit-menu .swiper-creative .swiper-slide.swiper-slide-active{
	padding: 0 0 0 20px;
	border-radius: 0 50px 50px 0;
	transition: .3s all;
}

#recruit-menu .map-for.follow-fix img{
	height: calc(100vh - 150px);
	width: 100%;
	object-fit: cover;
}

#recruit-menu .map-for-txt {
	align-items: center;
	color: #b3c1d4;
	display: flex;
	font-size: 1.6rem;
	width: 100%;
	height: 50px;
}

#recruit-menu .map-for-txt{
	display: none;
}

#recruit-menu .map-for-txt.nav-active {
	display: block;
}


/*----- 右側共通-----------------------------------*/
.recruit-wrap {
	width: 630px;
	margin: 0 0 0 auto;
	min-height: 850px;
	background: #fff;
	padding: 70px 70px 50px;
	border-radius: 40px;
	position: relative;
}
.recruit-wrap::before{
	content: '';
	position: absolute;
	width: 207px;
	height: 207px;
	top: -50px;
	right: -50px;
	background: url("../img/rec-environment-icon.png") no-repeat top center / contain;
}
#assessment .recruit-wrap::before{
	background: url("../img/rec-assessment-icon.png") no-repeat top center / contain;
}
#messsage .recruit-wrap::before{
	background: url("../img/rec-messsage-icon.png") no-repeat top center / contain;
}
#rec-job .recruit-wrap::before{
	background: url("../img/rec-job-icon.png") no-repeat top center / contain;
}
.recruit-wrap .img-area{
	display: none;
}

#recruit-menu .anchor {
	margin-bottom:110px;
}
#recruit-menu .anchor.nurse-contact{
	margin: 0;
}

.recruit-wrap .titlebox .title-en{
	font-size: 5rem;
		display: flex;
}
.recruit-wrap .titlebox .title-jp{
	display: flex;
}
.recruit-wrap .titlebox .title-jp.sp-display{
	display: none;
}
.recruit-wrap .catch{
	font-size: 2.8rem;
	font-weight: bold;
	margin: 0 0 55px;
	line-height: 1.8;
}

.enviroment-list {
	margin-top: 20px;
}

.enviroment-list li a{
	background:#ECEEF1;
	margin: 0 0 10px ;
	padding: 10px;
	border-radius: 50px;
	width: 100%;
	display: block;
	position: relative;
}
.enviroment-list li a::before{
	content: '';
	position: absolute;
	width: 43px;
	height: 9px;
	top: 0;
	right: 10px;
	background: url("../img/line-arrow.svg") no-repeat top center / contain;
	top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	transition: .3s all;
}
.enviroment-list li a:hover {
	background-color: #00ccff;
	color: #fff;
}

.enviroment-list li a:hover::before{
	right: 0px;
}
.enviroment-list li a p{
	display: flex;
	align-items: center;
	font-weight: bold;
	font-size: 2rem;
}
.enviroment-list li a img{
	margin: 0 10px 0 0;
}
.enviroment-list li:last-of-type{
	margin:0;
}


/*飾り*/
.rec-contents-wrap {
	position: relative;
}
.rec-contents-wrap .deco-img {
	position: absolute;
}

.rec-contents-wrap .deco-img.deco01 {
	right: -5%;
	bottom: 30%;
	z-index: -1;
}
.rec-contents-wrap .deco-img.deco02 {
	left: -40%;
	bottom: -700px;
	z-index: -1;
}


@media screen and (max-width: 1450px) {
	#recruit-menu .map-for{
		margin: 0;
	}
	#recruit-menu .map-for.follow-fix {
		margin: 0;
	}
	#recruit-menu .map-for.follow-fade {
		margin: 0;
	}
}


@media screen and (max-width: 768px){
	
	.top-recruit-area {
		margin: 50px 0 0;
		padding-bottom: 20px;
		border-radius: 30px;
	}
	.top-recruit-area .mv-img.img-wrap {
		width: 100%;
		height: 250px;
		border-radius: 30px 30px 0 0;
	}
	
	.rec-top-area {
		margin: 50px 0 0;
	}
	.rec-top-area::before{
		width: 250px;
		height: 270px;
		top: -50px;
		right: -50px;
	}

	.rec-top-area .inner{
		display: block;
		margin: 0 auto 40px;
	}

	.rec-top-area .txt{
		width: 100%;
	}
	.rec-top-area .catch{
		margin: 0 0 20px;
	}

	.rec-top-area .rec-top-img {
		margin: 0 0 30px
	}

	.rec-top-area .rec-top-img li { 
	}
	.rec-top-area .rec-top-img li:nth-child(2){ 
		margin: 30px 0 0;
		right: 0;
	}

	.rec-top-area ul li div {
	}
	
	.rec-top-area .rec-top-img li img{
		width: 90%;
	}
	.rec-top-area .scroll-list li{
		font-size: 8rem;
	}
	
	.rec-top-area .scroll-list.reverse li {
		color: #DBE4F6;
		text-shadow    : 
		   1px  1px 0px #003366,
		  -1px  1px 0px #003366,
		   1px -1px 0px #003366,
		  -1px -1px 0px #003366,
		   1px  0px 0px #003366,
		   0px  1px 0px #003366,
		  -1px  0px 0px #003366,
		   0px -1px 0px #003366; 
	}
	

	.recruit-menu-area {
		margin: 40px 0 0;
	}

	.recruit-menu-area #recruit-menu {
		margin-top: -50px;
	}

	#recruit-menu .map-for {
		display: none !important;
	}

	.recruit-wrap {
		width: 100%;
		margin: 0 auto;
		border-radius: 20px;
		padding: 15px;
		min-height: 100%;
	}
	.recruit-wrap::before{
		width: 100px;
		height: 100px;
		right: -10px;
		top: -30px;
	}
	.recruit-wrap .img-area{
		display: block;
	}
	.recruit-wrap .img-area img{
		width: 100%;
		height: 250px;
		object-fit: cover;
		margin: 0 0 20px;
		border-radius: 10px;
	}

	.recruit-wrap .titlebox .title-en{
		font-size: 3rem;
		margin: 0 0 5px;
	}
	.recruit-wrap .titlebox .title-jp.sp-display{
		display: flex;
		margin: 0 0 5px;
	}
	.recruit-wrap .titlebox .title-jp.pc-display{
		display: none;
	}
	.recruit-wrap .catch{
		font-size: 2.5rem;
		margin: 0 0 20px;
		line-height: 1.6;
	}
	.recruit-wrap .c-btn a{
		margin: 20px 0 0;
	}
	
	#recruit-menu .anchor{
		margin: 40px 0 0px;
		padding: 0;
	}
	
	
	.enviroment-list {
		margin: 10px 0;
	}
	
	.enviroment-list li a p {
		font-size: 1.6rem;
	}
	
	.enviroment-list li a::before{
		margin: 15px 0 0;
	}
	
	

	/*各title*/
	.top-recruit-area .rec-contents-wrap .titlebox {
		margin-bottom: 20px;
	}
	.top-recruit-area .rec-contents-wrap .titlebox .title-en {
		font-size: 3rem;
	}
	.top-recruit-area .rec-contents-wrap .titlebox .title-jp {
		font-size: 1.6rem;
	}
	
	/*-----------インタビュー・クロストーク-----------*/
	.rec-interview-crosstalk {
		margin-top: 20px;
	}

	.rec-interview-crosstalk .int-xt-list {
		display: flex;
		justify-content: center;
		gap: 20px;
		flex-direction: column;
	}

	.rec-interview-crosstalk .int-xt-list li a {
		width: 100%;
		min-height: 100%;
		display: block;
		padding: 100px 20px 0;
		border-radius: 20px;
		height: 180px;
	}
	.rec-interview-crosstalk .int-xt-list li.int a {
		background: url("../img/top-interview-img.jpg")no-repeat top 35% center / cover;
	}
	.rec-interview-crosstalk .int-xt-list li.xt a {
		background: url("../img/top-crosstalk-img.jpg")no-repeat center / cover;
		margin-top: 0;
	}

	.rec-interview-crosstalk .int-xt-list li a .catch {
		display: none;
	}

	.rec-interview-crosstalk .int-xt-list li a::before {
		content: "";
		position: absolute;
		width: 100%;
		height: 70%;
		bottom: 0;
		left: 0;
		border-radius: 0 0 20px 20px;
		background: linear-gradient(0deg, #000, transparent);
		z-index: 0;
	}

	/*もっと見る*/
	.rec-interview-crosstalk .more-txt span {
		display: none;
	}
	.rec-interview-crosstalk .more-txt::after {
		content: "";
		width: 40px;
	}
	.rec-interview-crosstalk .int-xt-list li a:hover .more-txt::after {
		right: -10px;
	}

	/*-----------下層ページへの小さいリンク-----------*/
	.rec-lower-link {
		margin-top: 20px;
	}

	.rec-lower-link .link-list {
		display: flex;
		justify-content: center;
		flex-direction: column;
		gap: 10px;
	}
	
	.glass-bg {
		border-radius: 20px;
	}
	
	.rec-lower-link .link-list li a {
		padding: 15px;
		display: flex;
		align-items: center;
		border-radius: 20px;
		width: 100%;
		gap: 20px;
		position: relative;
	}

	.rec-lower-link a::after,
	.rec-lower-link .okinawa-link a::after {
		content: "";
		width: 40px;
		bottom: 20px;
	}

	.rec-lower-link .link-list li a .img-wrap {
		border-radius: 15px;
		width: 82px;
		height: 82px;
	}
	.rec-lower-link .link-list li a .img-wrap img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	
	.rec-lower-link .link-list li a .titlebox .title-en,
	.rec-lower-link .okinawa-link a .titlebox .title-en {
		font-size: 2rem;
		margin: 0 0 5px;
	}


	/*沖縄オフィス*/
	.rec-lower-link .okinawa-link {
		margin-top: 10px;
	}

	.rec-lower-link .okinawa-link a {
		display: flex;
		align-items: center;
		gap: 15px;
		padding: 15px;
		position: relative;
	}

	.rec-lower-link .okinawa-link a .img-wrap {
		width: 82px;
		height: 82px;
		border-radius: 15px;
	}
	
	.rec-lower-link .okinawa-link a .img-wrap img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	/*もっと見るボタン*/
	.top-recruit-area .c-btn.cnt a {
		margin: 30px auto;
	}
	
	
	/*飾り*/
	.rec-contents-wrap .deco-img img {
		width: 100%;
	}
	
	.rec-contents-wrap .deco-img.deco01 {
		right: -15%;
		bottom: 40%;
		z-index: -1;
		width: 40%
	}
	.rec-contents-wrap .deco-img.deco02 {
		left: -30%;
		bottom: -25%;
		z-index: -1;
		width: 70%;
	}
}



/* -----------------------------------------------------------
	会社概要
-------------------------------------------------------------- */
.top-company-area {
	background-color: #F5F6F8;
	padding: 200px 0 100px;
	border-radius: 0 0 110px 110px;
	z-index: -1;
	margin-top: -100px;
}

.top-company-area .titlebox::before {
    content: none;
}

.top-company-area .img-txt-area {
	display: flex;
	position: relative;
	align-items: center;
}

.top-company-area .img-txt-area .txt-wrap {
	padding: 0px 120px 0px calc((100% - 1200px) / 2);
	z-index: 0;
	position: relative;
}
.top-company-area .img-txt-area .txt-wrap::before {
	content: "";
	position: absolute;
	width: 560px;
	height: 413px;
	background: url("../img/loco-deco-img.png")no-repeat center;
	right: 50px;
	top: -50px;
}

.top-company-area .img-txt-area .img-wrap {
    width: 50%;
	height: 540px;
	flex-shrink: 0;
	border-radius: 110px 0px 0px 110px;
}

.top-company-area .img-txt-area .img-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


@media screen and (max-width: 768px){
	.top-company-area {
		padding: 100px 0 40px;
		border-radius: 0 0 50px 50px;
		margin-top: -50px;
	}

	
	.top-company-area .titlebox {
		margin: 0 0 20px;
	}
	
	.top-company-area .img-txt-area {
		flex-direction: column-reverse;
	}

	.top-aboutus-area .img-txt-area .img-wrap {
		max-width: 100%;
		width: 100%;
		height: 200px;
	}

	.top-company-area .img-txt-area .img-wrap.abs {
		max-width: 100%;
		width: 35%;
		height: 150px;
		position: absolute;
		top: 100px;
		left: auto;
		right: 0;
	}
	
	.top-company-area .img-txt-area .img-wrap {
		width: 100%;
		height: 200px;
		flex-shrink: 0;
		border-radius: 50px;
	}

	.top-company-area .img-txt-area .txt-wrap {
		padding: 30px 0px 0px;
		z-index: 0;
	}
	}






/* -----------------------------------------------------------
	news
-------------------------------------------------------------- */
.news-area {
	position: relative;
	margin: 100px auto;
}

.news-area .news-box_inner{
}

.news-area .news-box{
	display: flex;
	justify-content: space-between;
	position: relative;
	margin: 0 auto;
}
.news-area .news-title.eg-font {
	font-size: 7rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	font-family: "Space Grotesk", sans-serif;
	white-space: nowrap;}

.news-area .news-title.jp {
	font-weight: 700;
	font-size: 2.2rem;
	margin-bottom: 30px;
}

.news-area .news-list {
	width: 950px;
	list-style-type: none;
	padding: 0 0 0 70px;
}
.news-area .news-list li:first-child{
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: solid 1px #002060;
}

.news-area .news-list li:nth-of-type(n+3){
	display: none;
}

.news-area .news-list a{
	display: flex;
	width: 100%;
	box-sizing: border-box;
	align-items: center;
}

.news-area .news-de_title {
	flex: 1;
	font-weight: 400;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news-area .cate {
	display: inline-block;
	color: #fff;
	font-size: 1.2rem;
	line-height: 1;
	text-align: center;
	padding: 5px 15px 5px;
	margin: 0 30px;
	border-radius: 30px;
	background-color: #00CCFF;
}

.news-area .news-more{
	right: 0;
	white-space: nowrap;
}

.news-area .news-more > a::before{
	display: inline-block;
	content: "\f105";
	font-family: 'FontAwesome';
	padding: 0 8px 0 0;
	font-weight: 700;
}

@media screen and (max-width: 768px){
	.news-area {
		margin: 40px auto;
	}

	.news-area .news-box{
		display: block;
		position: relative;
        padding: 0;
		width: 100%;
	}

	.news-area .news-box_inner{
		display: block;
		padding: 30px 20px;
	}
	
	.news-area .ttl-wrap {
		display: flex;
		align-items: center;
		gap: 20px;
		margin-bottom: 30px;
	}

	.news-area .news-title.eg-font {
		font-size: 2.2rem;
	}

	.news-area .news-title.jp {
		font-size: 1.4rem;
		margin-bottom: 0px;
	}
	
	.news-area .news-list {
		width: 100%;
        padding: 0;
	}
	
	.news-area .news-list li:first-child{
		padding-bottom: 0px;
		margin-bottom: 0px;
		border-bottom: none;
	}

	.news-area .news-list li:nth-of-type(n+2){
		display: none;
	}

	.news-area .news-list a{
		flex-wrap: wrap;
	}

	.news-area .news-de_title {
		flex: auto;
		flex-shrink: 0;
		width: 100%;
		margin: 10px 0 0;
		text-overflow: inherit;
    	white-space: normal;
		line-height: 1.3;
	}

	.news-area .cate{
		margin: 0 0 0 30px;
	}

	.news-area .news-more{
		position: absolute;
		top: 0;
		right: 0;
	}
}
